2.1.1
This commit is contained in:
parent
95b6fddc31
commit
953373af25
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
/munch-2.0.3.tar.gz
|
/munch-2.0.3.tar.gz
|
||||||
/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
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
%global modname munch
|
%global modname munch
|
||||||
|
|
||||||
Name: python-munch
|
Name: python-munch
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
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
|
||||||
|
* Tue Mar 21 2017 Ralph Bean <rbean@redhat.com> - 2.1.1-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (munch-2.1.0.tar.gz) = 0005dbd87eda5336f894edb2c9925ff2db9c58b59399ccf43053287f4c802c50ff1086964bb9789c364d6d05ce67a1f11b195d741b4ce211243ae811dfc25fc0
|
SHA512 (munch-2.1.1.tar.gz) = 5ffd78b1e062f71c73047a03949e6cddcd0eeae3a0ccccf36687140d12de9eb29161d2891a0fa2f1e70dfbc2b33c4ddab5d8a3611990718330c280ea769e85c0
|
||||||
|
|
Reference in a new issue