- 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
OBS-URL: https://build.opensuse.org/request/show/1217042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=23
* 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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=41
- 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.
OBS-URL: https://build.opensuse.org/request/show/1085626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=19
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=33
Note: not sure if creating the docs via Sphinx is done as it should be... copied this from some other projects in d:l:p.
- 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.
OBS-URL: https://build.opensuse.org/request/show/1003020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=26
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.