epel9
Ralph Bean 9 years ago
parent 3685d62d9e
commit 9461ea7abf

1
.gitignore vendored

@ -1,2 +1,3 @@
/1.10.4.tar.gz
/1.10.5.tar.gz
/1.10.7.tar.gz

@ -9,8 +9,8 @@
%{!?_licensedir: %global license %%doc}
Name: python-%{sname}
Version: 1.10.5
Release: 3%{?dist}
Version: 1.10.7
Release: 1%{?dist}
Summary: A Python module for decorators, wrappers and monkey patching
License: BSD
@ -83,7 +83,7 @@ popd
%{__python2} setup.py install --skip-build --root %{buildroot}
%files
%doc README
%doc README.rst
%license LICENSE
%{python2_sitearch}/%{sname}
%{python2_sitearch}/%{sname}-%{version}-py?.?.egg-info
@ -95,13 +95,16 @@ popd
%if 0%{?with_python3}
%files -n python3-wrapt
%doc README
%doc README.rst
%license LICENSE
%{python3_sitearch}/%{sname}
%{python3_sitearch}/%{sname}-%{version}-py?.?.egg-info
%endif
%changelog
* Mon Apr 04 2016 Ralph Bean <rbean@redhat.com> - 1.10.7-1
- new version
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
03036f0212f5035be3784cf20003e541 1.10.5.tar.gz
06118fe71ce9c812b3e6a44e8c07a315 1.10.7.tar.gz

Loading…
Cancel
Save