From 1c25f8eb22730b5fae41b9d3107a7a25beb87599bb0b418f94cbccde486fd1b3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 11:13:55 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=17 --- jaraco.functools-3.0.1.tar.gz | 3 --- jaraco.functools-3.5.0.tar.gz | 3 +++ python-jaraco.functools.changes | 14 ++++++++++++++ python-jaraco.functools.spec | 6 ++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 jaraco.functools-3.0.1.tar.gz create mode 100644 jaraco.functools-3.5.0.tar.gz 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/