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.1.0.tar.gz b/jaraco_functools-4.1.0.tar.gz new file mode 100644 index 0000000..700a3d7 --- /dev/null +++ b/jaraco_functools-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d +size 19159 diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index 1ca0ade..5ec40df 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Sep 29 20:01:21 UTC 2024 - Dirk Müller + +- update to 4.1.0: + * Added chainable decorator. + +------------------------------------------------------------------- +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 + +- remove jaraco.packaging as it is only needed for docs + +------------------------------------------------------------------- +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 +47,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..4224758 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,19 +16,16 @@ # -%{?!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.1.0 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 jaraco.packaging >= 9} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 56} @@ -36,7 +33,6 @@ BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-jaraco.packaging >= 9 Requires: python-more-itertools BuildArch: noarch # SECTION test and docs @@ -51,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 @@ -69,10 +65,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