1f830aa7e4
- update to 1.9.0: * Drop support for Python 3.8. :pr:175 * Remove previously deprecated __version__, receiver_connected, Signal.temporarily_connected_to and WeakNamespace. :pr:172 * Skip weakref signal cleanup if the interpreter is shutting down. :issue:173Dirk Mueller2024-11-19 12:19:46 +00:00
d38fa33713
Accepting request 1221240 from devel:languages:python
Ana Guerrero2024-11-05 14:39:48 +00:00
a2a215d7c9
- Add missing build require pallets_sphinx_themes to fix build error under Leap.
Matej Cepl2024-11-04 20:14:41 +00:00
039d466cf1
Accepting request 1217042 from devel:languages:python
Ana Guerrero2024-10-23 19:08:56 +00:00
a99284946e
- update to 1.8.2: * Simplify type for _async_wrapper and _sync_wrapper arguments. :pr:156 * Restore identity handling for str and int senders. :pr:148 * Fix deprecated blinker.base.WeakNamespace import. :pr:149 * Fix deprecated blinker.base.receiver_connected import. :pr:153 * Use types from collections.abc instead of typing. :pr:150 * Fully specify exported types as reported by pyright. :pr:152 * Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("blinker"), instead. :issue:128 * Specify that the deprecated temporarily_connected_to will be removed in the next version. * Show a deprecation warning for the deprecated global receiver_connected signal and specify that it will be removed in the next version. * Show a deprecation warning for the deprecated WeakNamespace and specify that it will be removed in the next version. * Greatly simplify how the library uses weakrefs. This is a significant change internally but should not affect any public API. :pr:144 * Expose the namespace used by signal() as default_namespace. :pr:145 - add remove-sphinxextensions.patch to remove an optional sphinxextension - use setup.py option to record file list for rpm package - Fixed doc section in file list - spec improved (files section)
Dirk Mueller2024-10-22 13:31:35 +00:00
f396e96dac
Accepting request 1126823 from devel:languages:python
Ana Guerrero2023-11-17 19:48:34 +00:00
1e82a7ea6b
Accepting request 1126720 from home:benoit_monin:branches:devel:languages:python
Markéta Machová2023-11-16 10:27:59 +00:00
56c3bf353b
Accepting request 1101522 from home:dgarcia:branches:devel:languages:python
Matej Cepl2023-08-04 11:48:49 +00:00
710e17e4df
Accepting request 1100942 from devel:languages:python
Ana Guerrero2023-07-27 14:49:52 +00:00
bbc77e687b
- Add no-stdpy-pyc.patch which makes Sphinx not to generate *.pyc files for the Python interpreter it uses for generating documentation.
Matej Cepl2023-07-26 22:10:36 +00:00
df13315a43
- 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.
Daniel Garcia2023-05-09 06:27:32 +00:00
9ff9b7ee32
Accepting request 130838 from home:HighwayStar:branches:devel:languages:python
Todd R
2012-08-16 08:04:37 +00:00
f37a7ac11b
Accepting request 126126 from devel:languages:python
Stephan Kulow
2012-06-26 15:52:40 +00:00
6bf4dc5b51
- 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!)
Sascha Peilicke
2012-06-22 13:17:27 +00:00
5315b2fdc9
Accepting request 109153 from devel:languages:python
Stephan Kulow
2012-03-20 10:31:52 +00:00
bc6345088b
- Initial version
Sascha Peilicke
2011-09-23 12:42:54 +00:00