diff --git a/fix-requirements.patch b/fix-requirements.patch deleted file mode 100644 index 9941807..0000000 --- a/fix-requirements.patch +++ /dev/null @@ -1,32 +0,0 @@ -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 diff --git a/hankel-1.2.1.tar.gz b/hankel-1.2.1.tar.gz deleted file mode 100644 index 2978813..0000000 --- a/hankel-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b74f8b776967976c1a9902d4780d33e4907509cfcdd17feec75b4416fba84039 -size 6500125 diff --git a/hankel-1.2.2.tar.gz b/hankel-1.2.2.tar.gz new file mode 100644 index 0000000..5f79a5e --- /dev/null +++ b/hankel-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1d1cd1f5a621a23c5fb49d66d67c10659e844b0c4191dbfdd0de6515766045 +size 6500138 diff --git a/python-hankel.changes b/python-hankel.changes index 99eb11e..c181689 100644 --- a/python-hankel.changes +++ b/python-hankel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 14 14:11:02 UTC 2023 - Markéta Machová + +- Update to 1.2.2 + * Fixed installation (eg. #101) +- Drop fix-requirements.patch, no longer needed + ------------------------------------------------------------------- Wed Feb 8 00:50:32 UTC 2023 - Steve Kowalik diff --git a/python-hankel.spec b/python-hankel.spec index 9a3e944..98be248 100644 --- a/python-hankel.spec +++ b/python-hankel.spec @@ -18,14 +18,12 @@ %define modname hankel Name: python-hankel -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Hankel Transformations using method of Ogata 2005 License: MIT 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