forked from pool/python-jaraco.functools
Accepting request 1178459 from devel:languages:python
- update to 4.0.1: * No significant changes. OBS-URL: https://build.opensuse.org/request/show/1178459 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=16
This commit is contained in:
commit
267513d7fa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c279cb24c93d694ef7270f970d499cab4d3813f4e08273f95398651a634f0925
|
||||
size 17779
|
3
jaraco_functools-4.0.1.tar.gz
Normal file
3
jaraco_functools-4.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d33fa765374c0611b52f8b3a795f8900869aa88c84769d4d1746cd68fb28c3e8
|
||||
size 18169
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 08:01:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.1:
|
||||
* No significant changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 18:56:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jaraco.functools
|
||||
Version: 4.0.0
|
||||
Version: 4.0.1
|
||||
Release: 0
|
||||
Summary: Tools to work with functools
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jaraco/jaraco.functools
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco_functools-%{version}.tar.gz
|
||||
BuildRequires: %{python_module jaraco.classes}
|
||||
BuildRequires: %{python_module more-itertools}
|
||||
BuildRequires: %{python_module pip}
|
||||
@ -47,7 +47,7 @@ jaraco.functools Tools for working with functools.
|
||||
Additional functools in the spirit of stdlib’s functools.
|
||||
|
||||
%prep
|
||||
%setup -q -n jaraco.functools-%{version}
|
||||
%setup -q -n jaraco_functools-%{version}
|
||||
sed -i 's/--flake8//' pytest.ini
|
||||
sed -i 's/--black --cov//' pytest.ini
|
||||
rm -rf jaraco.functools.egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user