diff --git a/jaraco.functools-3.0.1.tar.gz b/jaraco.functools-3.0.1.tar.gz deleted file mode 100644 index 193a1c7..0000000 --- a/jaraco.functools-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fedc4be3117512ca3e03e1b2ffa7a6a6ffa589bfb7d02bfb324e55d493b94f4 -size 16996 diff --git a/jaraco.functools-3.5.0.tar.gz b/jaraco.functools-3.5.0.tar.gz new file mode 100644 index 0000000..4d87346 --- /dev/null +++ b/jaraco.functools-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0 +size 13254 diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index 907ea7a..1598a29 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Mar 27 11:12:17 UTC 2022 - Dirk Müller + +- update to 3.5.0: + * #19: Add type annotations to ``method_cache``. + * Require Python 3.7. + * ``apply`` now uses ``functools.wraps`` to ensure docstring + * passthrough. + * #18: In method_cache, support cache_clear before cache + * is initialized. + * Refreshed package metadata. + * Switched to PEP 420 for ``jaraco`` namespace. + * Added ``except_`` decorator. + ------------------------------------------------------------------- Wed Dec 2 21:54:54 UTC 2020 - Benjamin Greiner diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 9cbbf95..8146dff 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.functools # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jaraco.functools -Version: 3.0.1 +Version: 3.5.0 Release: 0 Summary: Tools to work with functools License: MIT @@ -55,8 +55,6 @@ rm -rf jaraco.functools.egg-info %install %python_install -%python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py - %{?python_compileall} %{!?python_compileall: # if we haven no python_compileall we are for sure still without multiple python3 flavors. %py3_compile %{buildroot}%{python3_sitelib}/jaraco/