Hello community,

here is the log from the commit of package python-blinker for openSUSE:Factory 
checked in at 2012-06-26 17:52:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blinker (Old)
 and      /work/SRC/openSUSE:Factory/.python-blinker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blinker", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blinker/python-blinker.changes    
2012-03-20 11:31:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-blinker.new/python-blinker.changes       
2012-06-26 17:52:42.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jun 22 13:16:29 UTC 2012 - [email protected]
+
+- Update to version 1.2:
+  + Added Signal.receiver_connected and
+    Signal.receiver_disconnected per-Signal signals.
+  + Deprecated the global 'receiver_connected' signal.
+  + Verified Python 3.2 support (no changes needed!)
+
+-------------------------------------------------------------------

Old:
----
  blinker-1.1.zip

New:
----
  blinker-1.2.tar.gz

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

Other differences:
------------------
++++++ python-blinker.spec ++++++
--- /var/tmp/diff_new_pack.8Urt8S/_old  2012-06-26 17:52:44.000000000 +0200
+++ /var/tmp/diff_new_pack.8Urt8S/_new  2012-06-26 17:52:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blinker
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,29 +11,28 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-blinker
-Version:        1.1
+Version:        1.2
 Release:        0
 Url:            http://discorporate.us/projects/Blinker/
 Summary:        Fast, simple object-to-object and broadcast signaling
 License:        MIT
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/b/blinker/blinker-%{version}.zip
+Source:         
http://pypi.python.org/packages/source/b/blinker/blinker-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-nose
 BuildRequires:  unzip
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%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()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Blinker provides a fast dispatching system that allows any number of

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to