Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-blinker for openSUSE:Factory 
checked in at 2024-10-23 21:08:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blinker (Old)
 and      /work/SRC/openSUSE:Factory/.python-blinker.new.26871 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blinker"

Wed Oct 23 21:08:56 2024 rev:23 rq:1217042 version:1.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blinker/python-blinker.changes    
2023-11-17 20:49:18.320626496 +0100
+++ /work/SRC/openSUSE:Factory/.python-blinker.new.26871/python-blinker.changes 
2024-10-23 21:10:13.746568434 +0200
@@ -1,0 +2,31 @@
+Tue Oct 22 11:58:39 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  blinker-1.7.0.tar.gz

New:
----
  blinker-1.8.2.tar.gz
  remove-sphinxextensions.patch

BETA DEBUG BEGIN:
  New:    :pr:`145`
- add remove-sphinxextensions.patch to remove an optional
  sphinxextension
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-blinker.spec ++++++
--- /var/tmp/diff_new_pack.FZvrTF/_old  2024-10-23 21:10:14.206587532 +0200
+++ /var/tmp/diff_new_pack.FZvrTF/_new  2024-10-23 21:10:14.210587698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blinker
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,14 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-blinker
-Version:        1.7.0
+Version:        1.8.2
 Release:        0
 Summary:        Object-to-object and broadcast signaling in Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/pallets-eco/blinker/
 Source:         
https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz
-BuildRequires:  %{python_module Pallets-Sphinx-Themes}
-BuildRequires:  %{python_module Sphinx}
+Patch1:         remove-sphinxextensions.patch
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module flit-core}
 BuildRequires:  %{python_module pip}
@@ -49,6 +48,11 @@
 %package -n python-blinker-doc
 Summary:        Documentation for %{name}
 Group:          Documentation/HTML
+BuildRequires:  %{python_module Pallets-Sphinx-Themes}
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module sphinxcontrib-htmlhelp}
+BuildRequires:  %{python_module sphinxcontrib-jsmath}
+BuildRequires:  %{python_module sphinxcontrib-serializinghtml}
 Provides:       %{python_module blinker-doc = %{version}}
 
 %description -n python-blinker-doc
@@ -85,8 +89,8 @@
 %pytest
 
 %files %{python_files}
-%license LICENSE.rst
-%doc CHANGES.rst README.rst
+%license LICENSE.txt
+%doc CHANGES.rst README.md
 %{python_sitelib}/blinker-%{version}*-info
 %{python_sitelib}/blinker
 

++++++ blinker-1.7.0.tar.gz -> blinker-1.8.2.tar.gz ++++++
++++ 3173 lines of diff (skipped)

++++++ remove-sphinxextensions.patch ++++++
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"

Reply via email to