Update to 5.0.9. Fixes rhbz#1960812
This commit is contained in:
parent
32b644fba9
commit
9a579bf00b
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ decorator-3.2.0.tar.gz
|
||||
/decorator-4.4.0.tar.gz
|
||||
/decorator-4.4.2.tar.gz
|
||||
/decorator-5.0.7.tar.gz
|
||||
/decorator-5.0.9.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global pypi_name decorator
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 5.0.7
|
||||
Version: 5.0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Module to simplify usage of decorators
|
||||
|
||||
@ -53,6 +53,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \;
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
|
||||
%changelog
|
||||
* Sat May 22 2021 Kevin Fenzi <kevin@scrye.com> - 5.0.9-1
|
||||
- Update to 5.0.9. Fixes rhbz#1960812
|
||||
|
||||
* Sat Apr 24 2021 Kevin Fenzi <kevin@scrye.com> - 5.0.7-1
|
||||
- Upgrade to 5.0.7. Fixes rhbz#1945827
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (decorator-5.0.7.tar.gz) = 78ae542b2f20d3d1714cf13120b14db308d73b866591c8ae42d69103a11e8d05a553438619bb68730310857587746e9d211ec4cf4b3fb5fbbcef030183b65294
|
||||
SHA512 (decorator-5.0.9.tar.gz) = 8b46370bbc9cff5208823af60f31779b0ee02e03c796223ddfeb473f7c36bf7ee7da48c5712eea89ca8a96ef32695ff31c4902a76284caf543cf4937a0bd7aa5
|
||||
|
Loading…
Reference in New Issue
Block a user