Hello community,

here is the log from the commit of package python-lockfile for openSUSE:Factory 
checked in at 2015-05-10 10:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lockfile (Old)
 and      /work/SRC/openSUSE:Factory/.python-lockfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lockfile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lockfile/python-lockfile.changes  
2014-07-24 06:57:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-lockfile.new/python-lockfile.changes     
2015-05-10 10:44:14.000000000 +0200
@@ -1,0 +2,24 @@
+Thu May  7 11:34:59 UTC 2015 - benoit.mo...@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
+
+-------------------------------------------------------------------

Old:
----
  lockfile-0.9.1.tar.bz2

New:
----
  lockfile-0.10.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-lockfile.spec ++++++
--- /var/tmp/diff_new_pack.WW7BHW/_old  2015-05-10 10:44:14.000000000 +0200
+++ /var/tmp/diff_new_pack.WW7BHW/_new  2015-05-10 10:44:14.000000000 +0200
@@ -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 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+nosetests
+
 %files
 %defattr(-,root,root,-)
 %doc README RELEASE-NOTES LICENSE


Reply via email to