Update to 0.1.10
This commit is contained in:
parent
74b056ab90
commit
e07daac710
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/s3transfer-0.1.5.tar.gz
|
/s3transfer-0.1.5.tar.gz
|
||||||
/s3transfer-0.1.7.tar.gz
|
/s3transfer-0.1.7.tar.gz
|
||||||
/s3transfer-0.1.9.tar.gz
|
/s3transfer-0.1.9.tar.gz
|
||||||
|
/s3transfer-0.1.10.tar.gz
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%global pypi_name s3transfer
|
%global pypi_name s3transfer
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.9
|
Version: 0.1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An Amazon S3 Transfer Manager
|
Summary: An Amazon S3 Transfer Manager
|
||||||
|
|
||||||
@ -104,36 +104,39 @@ nosetests-%{python3_version} --with-coverage --cover-erase --cover-package s3tra
|
|||||||
%endif # python3
|
%endif # python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 27 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.9-1
|
* Wed Dec 28 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.10-1
|
||||||
|
- Update to 0.1.10
|
||||||
|
|
||||||
|
* Thu Oct 27 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.9-1
|
||||||
- Update to 0.1.9
|
- Update to 0.1.9
|
||||||
|
|
||||||
* Mon Oct 10 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.7-1
|
* Mon Oct 10 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.7-1
|
||||||
- Uodate to 0.1.7
|
- Uodate to 0.1.7
|
||||||
|
|
||||||
* Sun Oct 02 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.5-1
|
* Sun Oct 02 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.5-1
|
||||||
- Update to 0.1.5
|
- Update to 0.1.5
|
||||||
|
|
||||||
* Wed Sep 28 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.4-1
|
* Wed Sep 28 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.4-1
|
||||||
- Update to 0.1.4
|
- Update to 0.1.4
|
||||||
|
|
||||||
* Wed Sep 07 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.3-1
|
* Wed Sep 07 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.3-1
|
||||||
- Update to 0.1.3
|
- Update to 0.1.3
|
||||||
|
|
||||||
* Thu Aug 04 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.1-1
|
* Thu Aug 04 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.1-1
|
||||||
- Update to 0.1.1
|
- Update to 0.1.1
|
||||||
|
|
||||||
* Tue Aug 02 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.0-1
|
* Tue Aug 02 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.1.0-1
|
||||||
- Update to 0.1.0
|
- Update to 0.1.0
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-4
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-4
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
* Wed Feb 24 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.0.1-3
|
* Wed Feb 24 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.0.1-3
|
||||||
- Cleanup the spec a little bit
|
- Cleanup the spec a little bit
|
||||||
- Remove patch
|
- Remove patch
|
||||||
|
|
||||||
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.0.1-2
|
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.0.1-2
|
||||||
- Add patch to remove tests needing web connection
|
- Add patch to remove tests needing web connection
|
||||||
|
|
||||||
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.0.1-1
|
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.0.1-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
Loading…
Reference in New Issue
Block a user