Changelog for
python38-blinker-1.4-qubes.6.30.noarch.rpm :
* Wed Jul 08 2020 pgajdosAATTsuse.com- use pytest instead of deprecated nose- added patches https://github.com/jek/blinker/pull/60 + python-blinker-remove-nose.patch
* Thu Dec 06 2018 Tomáš Chvátal
- Fix fdupes call
* Wed Dec 05 2018 Jan Engelhardt - Trim bias from description.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Sun May 07 2017 benoit.moninAATTgmx.fr- convert the package to singlespec- call fdupes to fix duplicated files- remove unneeded buildrequires: unzip- remove unneded doc file that trigger rpmlint- put the documentation in a separate sub-package
* Thu Sep 15 2016 rjschweiAATTsuse.com- Include in SLES 12 (FATE#321371, bsc#998103)
* Fri Mar 11 2016 freitagAATTopensuse.org- use setup.py option to record file list for rpm package
* Sun Jan 03 2016 freitagAATTopensuse.org- Fixed doc section in file list
* Sun Jan 03 2016 freitagAATTopensuse.org- 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
* Sun Feb 22 2015 benoit.moninAATTgmx.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.