2.1.0
This commit is contained in:
parent
ac7f42c4e5
commit
7e121f814b
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/munch-2.0.2.tar.gz
|
||||
/munch-2.0.3.tar.gz
|
||||
/munch-2.0.4.tar.gz
|
||||
/munch-2.1.0.tar.gz
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
%global modname munch
|
||||
|
||||
Name: python-munch
|
||||
Version: 2.0.4
|
||||
Release: 4%{?dist}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A dot-accessible dictionary (a la JavaScript objects)
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://pypi.python.org/pypi/munch
|
||||
Source0: https://pypi.python.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
|
||||
URL: https://pypi.io/project/munch
|
||||
Source0: https://pypi.io/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -102,6 +102,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2017 Ralph Bean <rbean@redhat.com> - 2.1.0-1
|
||||
- new version
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.0.4-4
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
6fd6f748f5698c756e143f2be847d449 munch-2.0.4.tar.gz
|
||||
SHA512 (munch-2.1.0.tar.gz) = 0005dbd87eda5336f894edb2c9925ff2db9c58b59399ccf43053287f4c802c50ff1086964bb9789c364d6d05ce67a1f11b195d741b4ce211243ae811dfc25fc0
|
||||
|
|
Reference in a new issue