Accepting request 287336 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/287336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2015-02-24 12:02:39 +00:00 committed by Git OBS Bridge
commit 3d6180a4d3
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7062c05e9f724e2208835e335df5ffdc169004fe372ca91fb6408cd0f8e3aa85
size 66221

3
blinker-1.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6811010809262261e41ab7b92f3f6d23f35cf816fbec2bc05077992eebec6e2f
size 91551

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 22 17:44:07 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.3:
* The global signal stash behind blinker.signal() is now backed
by a regular name-to-Signal dictionary
* blinker.Namespace is now built on a regular dict
* Signal.connect('text-sender') uses an alterate hashing strategy
to avoid sharp edges in text identity.
-------------------------------------------------------------------
Wed Aug 15 02:59:55 UTC 2012 - highwaystar.ru@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-blinker
#
# Copyright (c) 2013 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,7 +17,7 @@
Name: python-blinker
Version: 1.2
Version: 1.3
Release: 0
Url: http://discorporate.us/projects/Blinker/
Summary: Fast, simple object-to-object and broadcast signaling