6 Commits

Author SHA256 Message Date
a6389b1c4c Accepting request 1225085 from devel:languages:python
- 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:`173`

OBS-URL: https://build.opensuse.org/request/show/1225085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=25
2024-11-20 15:59:15 +00:00
b19a241da6 - 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:`173`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=45
2024-11-19 12:19:46 +00:00
435bc6e2b8 Accepting request 1221240 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=24
2024-11-05 14:39:48 +00:00
bbfcfd507b Accepting request 1220424 from home:ecsos:python
- Add missing build require pallets_sphinx_themes
  to fix build error under Leap.

OBS-URL: https://build.opensuse.org/request/show/1220424
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=43
2024-11-04 20:14:41 +00:00
f74058907c Accepting request 1217042 from devel:languages:python
- 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
2024-10-23 19:08:56 +00:00
208f1edece - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=41
2024-10-22 13:31:35 +00:00

Diff Content Not Available