This commit is contained in:
Ralph Bean 2015-12-11 11:04:00 -05:00
parent b7f5c5971f
commit 5c977766b5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ decorator-3.2.0.tar.gz
/decorator-3.4.2.tar.gz /decorator-3.4.2.tar.gz
/decorator-4.0.2.tar.gz /decorator-4.0.2.tar.gz
/decorator-4.0.4.tar.gz /decorator-4.0.4.tar.gz
/decorator-4.0.6.tar.gz

View File

@ -5,8 +5,8 @@
%endif %endif
Name: python-decorator Name: python-decorator
Version: 4.0.4 Version: 4.0.6
Release: 2%{?dist} Release: 1%{?dist}
Summary: Module to simplify usage of decorators Summary: Module to simplify usage of decorators
Group: Development/Languages Group: Development/Languages
@ -108,6 +108,9 @@ popd
%changelog %changelog
* Fri Dec 11 2015 Ralph Bean <rbean@redhat.com> - 4.0.6-1
- new version
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 4.0.4-2 * Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 4.0.4-2
- Rebuilt for Python3.5 rebuild - Rebuilt for Python3.5 rebuild

View File

@ -1 +1 @@
dd3a0669e1e6f09699eefa2c7fbd9756 decorator-4.0.4.tar.gz b17bfa17c294d33022a89de0f61d38fe decorator-4.0.6.tar.gz