From 2918efd0a5424e8c3576a3063e309e0e9f0897e72330007df47aa6fe8a20d8d7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 20:03:58 +0000 Subject: [PATCH] - update to 3.6.0: * #21: Renamed ``call_aside`` to ``invoke``, deprecating ``call_aside``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=26 --- jaraco.functools-3.5.2.tar.gz | 3 --- jaraco.functools-3.6.0.tar.gz | 3 +++ python-jaraco.functools.changes | 7 +++++++ python-jaraco.functools.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 jaraco.functools-3.5.2.tar.gz create mode 100644 jaraco.functools-3.6.0.tar.gz diff --git a/jaraco.functools-3.5.2.tar.gz b/jaraco.functools-3.5.2.tar.gz deleted file mode 100644 index e5802c5..0000000 --- a/jaraco.functools-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45b05c158f3ad28731075556ffd4749bd254ec67f91e1eb367dcfebff1151db4 -size 14650 diff --git a/jaraco.functools-3.6.0.tar.gz b/jaraco.functools-3.6.0.tar.gz new file mode 100644 index 0000000..232bcb0 --- /dev/null +++ b/jaraco.functools-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1a3be11abaecee5f5ab8dd589638be8304cc4cb91361fe5e683f4b6d9fb7a3 +size 16054 diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index fc3de94..9b8a4d1 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 26 20:03:42 UTC 2023 - Dirk Müller + +- update to 3.6.0: + * #21: Renamed ``call_aside`` to ``invoke``, deprecating + ``call_aside``. + ------------------------------------------------------------------- Fri Oct 28 17:48:20 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 5cbe6fb..e71b48a 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.functools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.5.2 +Version: 3.6.0 Release: 0 Summary: Tools to work with functools License: MIT