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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
||||||
/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
|
/munch-2.2.0.tar.gz
|
||||||
|
/munch-2.3.2.tar.gz
|
||||||
|
|
|
@ -13,14 +13,14 @@
|
||||||
%global modname munch
|
%global modname munch
|
||||||
|
|
||||||
Name: python-munch
|
Name: python-munch
|
||||||
Version: 2.2.0
|
Version: 2.3.2
|
||||||
Release: 6%{?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
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.io/project/munch
|
URL: https://pypi.io/project/munch
|
||||||
Source0: https://pypi.io/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
|
Source0: %pypi_source %{modname}
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
@ -110,6 +110,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (munch-2.2.0.tar.gz) = 420b9fe4486aac00b3a0d747995df46bb3fc72a5bcfa4fadbad3e3a50431493f69ca76294ae541042aaabec6e01794f8f3c9c03a5c0d6058e730dccb62e42e45
|
SHA512 (munch-2.3.2.tar.gz) = 7cbcd79b9506940f88a2090649e5ab6678164b468ed04feebeab8f85c9af861a1a8012aaafc869755c3c7957feefb231bc15426c382c014e82e9b806a879b8e7
|
||||||
|
|
Reference in a new issue