Hello community,

here is the log from the commit of package python-blinker for openSUSE:Factory 
checked in at 2016-03-18 21:41:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blinker (Old)
 and      /work/SRC/openSUSE:Factory/.python-blinker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blinker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blinker/python-blinker.changes    
2015-02-24 13:07:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-blinker.new/python-blinker.changes       
2016-03-18 21:41:25.000000000 +0100
@@ -1,0 +2,20 @@
+Fri Mar 11 08:27:10 UTC 2016 - [email protected]
+
+- use setup.py option to record file list for rpm package 
+
+-------------------------------------------------------------------
+Sun Jan  3 20:55:02 UTC 2016 - [email protected]
+
+- Fixed doc section in file list 
+
+-------------------------------------------------------------------
+Sun Jan  3 20:35:36 UTC 2016 - [email protected]
+
+- update to version 1.4:
+  * Verified Python 3.4 support (no changes needed)
+  * Additional bookkeeping cleanup for non-ANY connections at disconnect
+    time.
+  * Added Signal._cleanup_bookeeping() to prune stale bookkeeping on
+    demand
+
+-------------------------------------------------------------------

Old:
----
  blinker-1.3.tar.gz

New:
----
  blinker-1.4.tar.gz

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

Other differences:
------------------
++++++ python-blinker.spec ++++++
--- /var/tmp/diff_new_pack.PzjBiD/_old  2016-03-18 21:41:25.000000000 +0100
+++ /var/tmp/diff_new_pack.PzjBiD/_new  2016-03-18 21:41:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blinker
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:           python-blinker
-Version:        1.3
+Version:        1.4
 Release:        0
 Url:            http://discorporate.us/projects/Blinker/
 Summary:        Fast, simple object-to-object and broadcast signaling
@@ -48,15 +48,13 @@
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
 
 %check
 nosetests
 
-%files
+%files -f INSTALLED_FILES
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES LICENSE README docs/html
-%{python_sitelib}/blinker/
-%{python_sitelib}/blinker-%{version}-py%{py_ver}.egg-info
+%doc AUTHORS CHANGES LICENSE README.md docs/html
 
 %changelog

++++++ blinker-1.3.tar.gz -> blinker-1.4.tar.gz ++++++
++++ 6502 lines of diff (skipped)


Reply via email to