update to 0.12.0 (rhbz#1234253)
This commit is contained in:
parent
0533ce989e
commit
9e856e0255
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/fasteners-0.9.0.tar.gz
|
/fasteners-0.9.0.tar.gz
|
||||||
|
/fasteners-0.12.0.tar.gz
|
||||||
|
|||||||
@ -5,8 +5,8 @@
|
|||||||
%global pypi_name fasteners
|
%global pypi_name fasteners
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.9.0
|
Version: 0.12.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A python package that provides useful locks
|
Summary: A python package that provides useful locks
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -111,6 +111,9 @@ nosetests-3.4
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 12 2015 Matthias Runge <mrunge@redhat.com> - 0.9.0-2
|
||||||
- switch to github sourcecode, license included
|
- switch to github sourcecode, license included
|
||||||
- add tests, fix conditionals for python3
|
- add tests, fix conditionals for python3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user