From 5c24a2c77147608fd37df75882bf3729f846089d47a1cb364eebd807de3269ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Jun 2024 08:01:49 +0000 Subject: [PATCH] - 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 --- jaraco.functools-4.0.0.tar.gz | 3 --- jaraco_functools-4.0.1.tar.gz | 3 +++ python-jaraco.functools.changes | 6 ++++++ python-jaraco.functools.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 jaraco.functools-4.0.0.tar.gz create mode 100644 jaraco_functools-4.0.1.tar.gz diff --git a/jaraco.functools-4.0.0.tar.gz b/jaraco.functools-4.0.0.tar.gz deleted file mode 100644 index 678f108..0000000 --- a/jaraco.functools-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c279cb24c93d694ef7270f970d499cab4d3813f4e08273f95398651a634f0925 -size 17779 diff --git a/jaraco_functools-4.0.1.tar.gz b/jaraco_functools-4.0.1.tar.gz new file mode 100644 index 0000000..c577e75 --- /dev/null +++ b/jaraco_functools-4.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33fa765374c0611b52f8b3a795f8900869aa88c84769d4d1746cd68fb28c3e8 +size 18169 diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index daa6e7d..4ac2e1c 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 4 08:01:44 UTC 2024 - Dirk Müller + +- update to 4.0.1: + * No significant changes. + ------------------------------------------------------------------- Tue Apr 9 18:56:25 UTC 2024 - Dirk Müller diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 63aec8b..50f0cbb 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -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