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