SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-blinker-1.7.0-kf.2.10.noarch.rpm :

* Tue Nov 14 2023 Benoît Monin - update to version 1.7.0:
* Fixed messages printed to standard error about unraisable exceptions during signal cleanup, typically during interpreter shutdown. #123
* Allow the Signal set_class to be customised, to allow calling of receivers in registration order. #116.
* Drop Python 3.7 and support Python 3.12. #126- additional changes from 1.6.3:
* Fix SyncWrapperType and AsyncWrapperType #108
* Fixed issue where signal.connected_to would not disconnect the receiver if an instance of BaseException was raised. #114- require python >= 3.8: upstream dropped 3.7 support- drop setuptools and wheel, add flit-core as BuildRequires: upstream switched build system
* Mon Jul 31 2023 Daniel Garcia - Remove no-stdpy-pyc.patch- Call directly to the sphinx module with the specific python interpreter to avoid the usage of default python, bsc#1213698.
* Wed Jul 26 2023 Matej Cepl - Add no-stdpy-pyc.patch which makes Sphinx not to generate
* .pyc files for the Python interpreter it uses for generating documentation.
* Tue May 09 2023 Daniel Garcia - Update to 1.6.2:
* Type annotations are not evaluated at runtime. typing-extensions is not a runtime dependency. :pr:`94`- 1.6.1:
* Ensure that py.typed is present in the distributions (to enable other projects to use blinker\'s typing).
* Require typing-extensions > 4.2 to ensure it includes ParamSpec. :issue:`90`- 1.6:
* Add a muted context manager to temporarily turn off a signal. :pr:`84`
* Allow int senders (alongside existing string senders). :pr:`83`
* Add a send_async method to the Signal to allow signals to send to coroutine receivers. :pr:`76`
* Update and modernise the project structure to match that used by the pallets projects. :pr:`77`
* Add an intial set of type hints for the project.
* Sun Apr 23 2023 Matej Cepl - move documentation into the main package for SLE15
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Sep 14 2022 Matej Cepl - Fix documentation generation.
* Mon Sep 12 2022 Arun Persaud - specfile:
* update copyright year
* remove patch python-blinker-remove-nose.patch; included upstream
* docs and license changed to .rst
* build docs using Sphinx- update to version 1.5:
* Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython may continue to work, but the next release will make incompatible changes.
* 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.
 
ICM