python-blinker/remove-sphinxextensions.patch
Dirk Mueller 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)

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

13 lines
381 B
Diff

Index: blinker-1.8.2/docs/conf.py
===================================================================
--- blinker-1.8.2.orig/docs/conf.py
+++ blinker-1.8.2/docs/conf.py
@@ -9,7 +9,6 @@ default_role = "code"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.extlinks",
- "sphinxcontrib.log_cabinet",
"pallets_sphinx_themes",
]
autodoc_member_order = "groupwise"