forked from pool/python-hankel
Accepting request 1111371 from home:mcalabkova:branches:devel:languages:python
- Update to 1.2.2 * Fixed installation (eg. #101) - Drop fix-requirements.patch, no longer needed OBS-URL: https://build.opensuse.org/request/show/1111371 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=24
This commit is contained in:
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b74f8b776967976c1a9902d4780d33e4907509cfcdd17feec75b4416fba84039
|
||||
size 6500125
|
||||
3
hankel-1.2.2.tar.gz
Normal file
3
hankel-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce1d1cd1f5a621a23c5fb49d66d67c10659e844b0c4191dbfdd0de6515766045
|
||||
size 6500138
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 14:11:02 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user