update to 0.12.0 (rhbz#1234253)

This commit is contained in:
Matthias Runge 2015-06-22 10:58:38 +02:00
parent 0533ce989e
commit 9e856e0255
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/fasteners-0.9.0.tar.gz
/fasteners-0.12.0.tar.gz

View File

@ -5,8 +5,8 @@
%global pypi_name fasteners
Name: python-%{pypi_name}
Version: 0.9.0
Release: 2%{?dist}
Version: 0.12.0
Release: 1%{?dist}
Summary: A python package that provides useful locks
License: ASL 2.0
@ -111,6 +111,9 @@ nosetests-3.4
%changelog
* Mon Jun 22 2015 Matthias Runge <mrunge@redhat.com> - 0.12.0-1
- update to 0.12.0 (rhbz#1234253)
* Fri Jun 12 2015 Matthias Runge <mrunge@redhat.com> - 0.9.0-2
- switch to github sourcecode, license included
- add tests, fix conditionals for python3

View File

@ -1 +1 @@
361228fcb6a39011655307a4bb310bbe fasteners-0.9.0.tar.gz
ead995dca61bbbe6297e0f8b68be74ea fasteners-0.12.0.tar.gz