From ee2b86e924238fe8774a19d6ff073400b84fb5a828fa6a678937e212cfeee564 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 7 May 2015 12:05:56 +0000 Subject: [PATCH] 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 --- lockfile-0.10.2.tar.gz | 3 +++ lockfile-0.9.1.tar.bz2 | 3 --- python-lockfile.changes | 24 ++++++++++++++++++++++++ python-lockfile.spec | 14 ++++++++++---- 4 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 lockfile-0.10.2.tar.gz delete mode 100644 lockfile-0.9.1.tar.bz2 diff --git a/lockfile-0.10.2.tar.gz b/lockfile-0.10.2.tar.gz new file mode 100644 index 0000000..039834b --- /dev/null +++ b/lockfile-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 +size 20662 diff --git a/lockfile-0.9.1.tar.bz2 b/lockfile-0.9.1.tar.bz2 deleted file mode 100644 index 2ecae0b..0000000 --- a/lockfile-0.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fc410cd177959e4a7c4eddd362cbea2fb89f1df0587712c184852e21a972cd3 -size 15717 diff --git a/python-lockfile.changes b/python-lockfile.changes index 19320dd..765b0f1 100644 --- a/python-lockfile.changes +++ b/python-lockfile.changes @@ -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 diff --git a/python-lockfile.spec b/python-lockfile.spec index fe971fe..e1662c5 100644 --- a/python-lockfile.spec +++ b/python-lockfile.spec @@ -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