1
0

- update to 4.0.1:

* No significant changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=34
This commit is contained in:
Dirk Mueller 2024-06-04 08:01:49 +00:00 committed by Git OBS Bridge
parent 485acaaf5c
commit 5c24a2c771
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c279cb24c93d694ef7270f970d499cab4d3813f4e08273f95398651a634f0925
size 17779

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d33fa765374c0611b52f8b3a795f8900869aa88c84769d4d1746cd68fb28c3e8
size 18169

View File

@ -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>

View File

@ -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 stdlibs 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