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 2022-09-15 22:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blinker (Old)
 and      /work/SRC/openSUSE:Factory/.python-blinker.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blinker"

Thu Sep 15 22:57:49 2022 rev:16 rq:1003549 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-blinker/python-blinker.changes    
2020-07-15 12:06:15.592232897 +0200
+++ /work/SRC/openSUSE:Factory/.python-blinker.new.2083/python-blinker.changes  
2022-09-15 22:58:02.425020585 +0200
@@ -1,0 +2,19 @@
+Wed Sep 14 13:56:07 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Fix documentation generation.
+
+-------------------------------------------------------------------
+Mon Sep 12 14:44:36 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  blinker-1.4.tar.gz
  python-blinker-remove-nose.patch

New:
----
  blinker-1.5.tar.gz

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

Other differences:
------------------
++++++ python-blinker.spec ++++++
--- /var/tmp/diff_new_pack.B6cGLZ/_old  2022-09-15 22:58:03.245022900 +0200
+++ /var/tmp/diff_new_pack.B6cGLZ/_new  2022-09-15 22:58:03.249022911 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blinker
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-blinker
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        Object-to-object and broadcast signaling in Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://pythonhosted.org/blinker/
 Source:         
https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz
-# https://github.com/jek/blinker/pull/60
-Patch0:         python-blinker-remove-nose.patch
+BuildRequires:  %{python_module Pallets-Sphinx-Themes}
+BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -57,27 +57,31 @@
 
 %prep
 %setup -q -n blinker-%{version}
-%patch0 -p1
-# remove unneded doc file that trigger rpmlint
-rm docs/html/objects.inv
 
 %build
 %python_build
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%{python_expand pushd docs
+export PYTHONPATH=%{buildroot}%{$python_sitelib}
+make html
+popd
+
+%fdupes %{buildroot}%{$python_sitelib}
+}
 
 %check
 %pytest
 
 %files %{python_files}
-%license LICENSE
-%doc AUTHORS CHANGES README.md
+%license LICENSE.rst
+%doc CHANGES.rst README.rst
 %{python_sitelib}/blinker-%{version}-py%{python_version}.egg-info
 %{python_sitelib}/blinker
 
 %files -n python-blinker-doc
-%doc docs/html
+%doc docs/_build/html
 
 %changelog

++++++ blinker-1.4.tar.gz -> blinker-1.5.tar.gz ++++++
++++ 6710 lines of diff (skipped)

Reply via email to