17
0

Accepting request 305731 from home:benoit_monin:branches:devel:languages:python

- update to version 0.10.2
- update project URL
- point the source URL to pypi
- add new build dependencies: python-nose,  python-pbr and python-setuptools
- run the tests during build with nosetests

OBS-URL: https://build.opensuse.org/request/show/305731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lockfile?expand=0&rev=14
This commit is contained in:
Jan Matejek
2015-05-07 12:05:56 +00:00
committed by Git OBS Bridge
parent c3a6d788ed
commit ee2b86e924
4 changed files with 37 additions and 7 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu May 7 11:34:59 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.10.2:
* Fix package name
- additional changes from version 0.10.1:
* Add missing cover env in tox
- additional changes from version 0.10.0:
* Fix documentation bug report address
* Add py34 in tox
* Remove old diff file
* Add .gitreview, tox targets and use pbr
* fix for timeout=0
* remove 2.5, 3.1 and 3.4 from the list for the time being - may
get added back later
* Bugfix: locking two different files in the same directory
caused an error during unlocking the last unlocking
* typo
- update project URL
- point the source URL to pypi
- add new build dependencies: python-nose, python-pbr
and python-setuptools
- run the tests during build with nosetests
-------------------------------------------------------------------
Mon Jul 21 16:31:18 UTC 2014 - fcrozat@suse.com