diff --git a/jaraco.functools-3.6.0.tar.gz b/jaraco.functools-3.6.0.tar.gz deleted file mode 100644 index 232bcb0..0000000 --- a/jaraco.functools-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e1a3be11abaecee5f5ab8dd589638be8304cc4cb91361fe5e683f4b6d9fb7a3 -size 16054 diff --git a/jaraco.functools-4.0.0.tar.gz b/jaraco.functools-4.0.0.tar.gz new file mode 100644 index 0000000..678f108 --- /dev/null +++ b/jaraco.functools-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c279cb24c93d694ef7270f970d499cab4d3813f4e08273f95398651a634f0925 +size 17779 diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index 1ca0ade..25c101e 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 2 21:13:08 UTC 2024 - Dirk Müller + +- update to 4.0.0: + * Added splat function. + * Removed deprecated 'call_aside'. + * Enhanced type hints and declare the package as typed. + Module is now a package. + * Restored type checking and repaired broken exclusion. + * Require Python 3.8 or later. + * Added bypass_unless and bypass_when and identity. + ------------------------------------------------------------------- Fri Apr 21 12:27:19 UTC 2023 - Dirk Müller @@ -18,7 +30,7 @@ Sun Mar 26 20:03:42 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Fri Oct 28 17:48:20 UTC 2022 - Yogalakshmi Arunachalam -- Update to v3.5.2 +- Update to v3.5.2 * Refreshed packaging. ------------------------------------------------------------------- diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 76851e4..763b36d 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.functools # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-jaraco.functools -Version: 3.6.0 +Version: 4.0.0 Release: 0 Summary: Tools to work with functools License: MIT @@ -69,10 +67,8 @@ rm -rf jaraco.functools.egg-info %files %{python_files} %license LICENSE -%doc docs/*.rst README.rst CHANGES.rst -%{python_sitelib}/jaraco.functools-%{version}*-info -%{python_sitelib}/jaraco/functools.py* -%dir %{python_sitelib}/jaraco/__pycache__ -%pycache_only %{python_sitelib}/jaraco/__pycache__/functools*.py* +%doc docs/*.rst README.rst NEWS.rst +%{python_sitelib}/jaraco/functools +%{python_sitelib}/jaraco.functools-%{version}.dist-info %changelog