From 6b2a8ebe3417d18b6fdc913d81ddbef6bd71bfa0cb32aa24faa05c62f31b655b Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 23 Feb 2015 14:06:52 +0000 Subject: [PATCH] Accepting request 287243 from home:benoit_monin:branches:devel:languages:python update to version 1.3 OBS-URL: https://build.opensuse.org/request/show/287243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=11 --- blinker-1.2.tar.gz | 3 --- blinker-1.3.tar.gz | 3 +++ python-blinker.changes | 10 ++++++++++ python-blinker.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 blinker-1.2.tar.gz create mode 100644 blinker-1.3.tar.gz diff --git a/blinker-1.2.tar.gz b/blinker-1.2.tar.gz deleted file mode 100644 index bf8d913..0000000 --- a/blinker-1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7062c05e9f724e2208835e335df5ffdc169004fe372ca91fb6408cd0f8e3aa85 -size 66221 diff --git a/blinker-1.3.tar.gz b/blinker-1.3.tar.gz new file mode 100644 index 0000000..90a497d --- /dev/null +++ b/blinker-1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6811010809262261e41ab7b92f3f6d23f35cf816fbec2bc05077992eebec6e2f +size 91551 diff --git a/python-blinker.changes b/python-blinker.changes index 4229e6e..641a7f7 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -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 diff --git a/python-blinker.spec b/python-blinker.spec index c2fe704..80add61 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -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