4.0.9
This commit is contained in:
parent
f05ffc9867
commit
c7fd64dce5
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ decorator-3.2.0.tar.gz
|
||||
/decorator-4.0.2.tar.gz
|
||||
/decorator-4.0.4.tar.gz
|
||||
/decorator-4.0.6.tar.gz
|
||||
/decorator-4.0.9.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-decorator
|
||||
Version: 4.0.6
|
||||
Release: 2%{?dist}
|
||||
Version: 4.0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Module to simplify usage of decorators
|
||||
|
||||
License: BSD
|
||||
@ -81,13 +81,13 @@ nosetests-%{python3_version} --with-doctest
|
||||
%endif # with_python3
|
||||
|
||||
%files -n python2-decorator
|
||||
%doc docs/README.rst CHANGES.txt documentation.pdf
|
||||
%doc docs/README.rst CHANGES.md documentation.pdf
|
||||
%license LICENSE.txt
|
||||
%{python2_sitelib}/*
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-decorator
|
||||
%doc docs/README.rst CHANGES.txt documentation.pdf
|
||||
%doc docs/README.rst CHANGES.md documentation.pdf
|
||||
%license LICENSE.txt
|
||||
%{python3_sitelib}/decorator.py
|
||||
%{python3_sitelib}/decorator-*.egg-info/
|
||||
@ -96,6 +96,9 @@ nosetests-%{python3_version} --with-doctest
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 04 2016 Ralph Bean <rbean@redhat.com> - 4.0.9-1
|
||||
- new version
|
||||
|
||||
* Tue Feb 2 2016 Orion Poplawski <orion@cora.nwra.com> - 4.0.6-2
|
||||
- Modernize spec
|
||||
- Fix python3 package file ownership
|
||||
|
Loading…
Reference in New Issue
Block a user