Update to 2.3.2
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
eec8147304
commit
91f16b87dc
3 changed files with 8 additions and 4 deletions
|
@ -13,14 +13,14 @@
|
|||
%global modname munch
|
||||
|
||||
Name: python-munch
|
||||
Version: 2.2.0
|
||||
Release: 6%{?dist}
|
||||
Version: 2.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A dot-accessible dictionary (a la JavaScript objects)
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: https://pypi.io/project/munch
|
||||
Source0: https://pypi.io/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
|
||||
Source0: %pypi_source %{modname}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -110,6 +110,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2018 Pierre-Yves Chibon <pingou@pingoured.fr> - 2.3.2-1
|
||||
- Update to 2.3.2
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
Reference in a new issue