Update to 2.2.0. Fixes bug #1475808
This commit is contained in:
parent
46f3ac32ae
commit
a5c038905a
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
/munch-2.0.4.tar.gz
|
/munch-2.0.4.tar.gz
|
||||||
/munch-2.1.0.tar.gz
|
/munch-2.1.0.tar.gz
|
||||||
/munch-2.1.1.tar.gz
|
/munch-2.1.1.tar.gz
|
||||||
|
/munch-2.2.0.tar.gz
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
%global modname munch
|
%global modname munch
|
||||||
|
|
||||||
Name: python-munch
|
Name: python-munch
|
||||||
Version: 2.1.1
|
Version: 2.2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A dot-accessible dictionary (a la JavaScript objects)
|
Summary: A dot-accessible dictionary (a la JavaScript objects)
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
@ -102,6 +102,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 31 2017 Kevin Fenzi <kevin@scrye.com> - 2.2.0-1
|
||||||
|
- Update to 2.2.0. Fixes bug #1475808
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (munch-2.1.1.tar.gz) = 5ffd78b1e062f71c73047a03949e6cddcd0eeae3a0ccccf36687140d12de9eb29161d2891a0fa2f1e70dfbc2b33c4ddab5d8a3611990718330c280ea769e85c0
|
SHA512 (munch-2.2.0.tar.gz) = 420b9fe4486aac00b3a0d747995df46bb3fc72a5bcfa4fadbad3e3a50431493f69ca76294ae541042aaabec6e01794f8f3c9c03a5c0d6058e730dccb62e42e45
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue