Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hankel for openSUSE:Factory 
checked in at 2023-02-08 17:20:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hankel (Old)
 and      /work/SRC/openSUSE:Factory/.python-hankel.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hankel"

Wed Feb  8 17:20:14 2023 rev:11 rq:1063709 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hankel/python-hankel.changes      
2022-05-02 16:25:38.432842943 +0200
+++ /work/SRC/openSUSE:Factory/.python-hankel.new.4462/python-hankel.changes    
2023-02-08 17:20:39.962052982 +0100
@@ -1,0 +2,6 @@
+Wed Feb  8 00:50:32 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Add patch fix-requirements.patch:
+  * Stop specifying an invalid Sphinx version. 
+
+-------------------------------------------------------------------

New:
----
  fix-requirements.patch

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

Other differences:
------------------
++++++ python-hankel.spec ++++++
--- /var/tmp/diff_new_pack.Wa5OMi/_old  2023-02-08 17:20:40.546055849 +0100
+++ /var/tmp/diff_new_pack.Wa5OMi/_new  2023-02-08 17:20:40.550055868 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hankel
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
 %define modname hankel
 Name:           python-hankel
 Version:        1.2.1
 Release:        0
 Summary:        Hankel Transformations using method of Ogata 2005
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/steven-murray/hankel
 Source:         
https://files.pythonhosted.org/packages/source/h/%{modname}/%{modname}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE Work around gh#steven-murray/hankel#80
+Patch0:         fix-requirements.patch
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -49,7 +47,7 @@
 transformations using the method of Ogata 2005.
 
 %prep
-%setup -q -n hankel-%{version}
+%autosetup -p1 -n hankel-%{version}
 
 %build
 %python_build

++++++ fix-requirements.patch ++++++
Index: hankel-1.2.1/setup.cfg
===================================================================
--- hankel-1.2.1.orig/setup.cfg
+++ hankel-1.2.1/setup.cfg
@@ -50,14 +50,14 @@ dev =
        pre-commit
        pytest
        pytest-cov
-       sphinx>=2.0<3
+       sphinx>=2.0,<3
        sphinx-rtd-theme
 docs = 
        ipykernel
        nbsphinx
        numpydoc
        pandoc
-       sphinx>=2.0<3
+       sphinx>=2.0,<3
        sphinx-rtd-theme
 tests = 
        pre-commit
Index: hankel-1.2.1/docs/requirements.txt
===================================================================
--- hankel-1.2.1.orig/docs/requirements.txt
+++ hankel-1.2.1/docs/requirements.txt
@@ -2,5 +2,5 @@ ipykernel
 nbsphinx
 numpydoc
 pandoc
-sphinx>=2.0<3
+sphinx>=2.0,<3
 sphinx_rtd_theme

Reply via email to