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:
committed by
Git OBS Bridge
parent
c3a6d788ed
commit
ee2b86e924
3
lockfile-0.10.2.tar.gz
Normal file
3
lockfile-0.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1
|
||||
size 20662
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fc410cd177959e4a7c4eddd362cbea2fb89f1df0587712c184852e21a972cd3
|
||||
size 15717
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-lockfile
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,16 +17,19 @@
|
||||
|
||||
|
||||
Name: python-lockfile
|
||||
Version: 0.9.1
|
||||
Version: 0.10.2
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/pylockfile/
|
||||
Url: https://github.com/openstack/pylockfile
|
||||
Summary: Platform-independent file locking module
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Source: lockfile-%{version}.tar.bz2
|
||||
Source: https://pypi.python.org/packages/source/l/lockfile/lockfile-%{version}.tar.gz
|
||||
Patch0: %{name}-empty_ident.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-pbr
|
||||
BuildRequires: python-setuptools
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%py_requires
|
||||
@@ -56,6 +59,9 @@ python setup.py build
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%check
|
||||
nosetests
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README RELEASE-NOTES LICENSE
|
||||
|
||||
Reference in New Issue
Block a user