Update to 5.1.1. Fixes rhbz#2038092
This commit is contained in:
parent
f6272362f9
commit
4bbfa70bc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ decorator-3.2.0.tar.gz
|
|||||||
/decorator-5.0.7.tar.gz
|
/decorator-5.0.7.tar.gz
|
||||||
/decorator-5.0.9.tar.gz
|
/decorator-5.0.9.tar.gz
|
||||||
/decorator-5.1.0.tar.gz
|
/decorator-5.1.0.tar.gz
|
||||||
|
/decorator-5.1.1.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global pypi_name decorator
|
%global pypi_name decorator
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 5.1.0
|
Version: 5.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module to simplify usage of decorators
|
Summary: Module to simplify usage of decorators
|
||||||
|
|
||||||
@ -53,6 +53,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \;
|
|||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitelib}/__pycache__/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 08 2022 Kevin Fenzi <kevin@scrye.com> - 5.1.1-1
|
||||||
|
- Update to 5.1.1. Fixes rhbz#2038092
|
||||||
|
|
||||||
* Sat Sep 25 2021 Kevin Fenzi <kevin@scrye.com> - 5.1.0-1
|
* Sat Sep 25 2021 Kevin Fenzi <kevin@scrye.com> - 5.1.0-1
|
||||||
- Update to 5.1.0. Fixes rhbz#2003327
|
- Update to 5.1.0. Fixes rhbz#2003327
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (decorator-5.1.0.tar.gz) = 4acc0967af79f61c56adea3084c4e9f9de1c34fcbc7906db4bb1b0759e07ffed6eff0e4b21645dda5f37e96662742621f3d043e8c06a401841c7199a915afe18
|
SHA512 (decorator-5.1.1.tar.gz) = 584857ffb0c3e52344b473ceb9e28adfd7d789d480a528471f8ab37be055ebe5feb170f41077010e25350e1c311189d45b90773cf12f0043de98ea8ebcde20ab
|
||||||
|
Loading…
Reference in New Issue
Block a user