Update to 4.1.2. Fixes bug #1471373
This commit is contained in:
parent
34cd8fec9b
commit
ec6ef2927b
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ decorator-3.2.0.tar.gz
|
||||
/decorator-4.0.9.tar.gz
|
||||
/decorator-4.0.10.tar.gz
|
||||
/decorator-4.0.11.tar.gz
|
||||
/decorator-4.1.2.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 4.0.11
|
||||
Release: 3%{?dist}
|
||||
Version: 4.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Module to simplify usage of decorators
|
||||
|
||||
License: BSD
|
||||
@ -89,6 +89,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \;
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Sat Sep 16 2017 Kevin Fenzi <kevin@scrye.com> - 4.1.2-1
|
||||
- Update to 4.1.2. Fixes bug #1471373
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (decorator-4.0.11.tar.gz) = acce545d26c05ad03e4a3889214c3e94d1d47a9ccba42318ff8acb4d9384e676839fdcdb8d501a808f9332f532e4087a60398c273a58e07dfbc02f04f04af69c
|
||||
SHA512 (decorator-4.1.2.tar.gz) = 4a4b9dc39de9b3f00eae9b6829136f5d836355d3d719371440f69c33fdddf73636e9faaa8fc35829c64d5c5a61d968ea427267da944c524c22ad08b69fb6f0ff
|
||||
|
Loading…
Reference in New Issue
Block a user