1
0

- 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.
- Update to v3.5.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=30
This commit is contained in:
Dirk Mueller 2024-01-02 21:14:49 +00:00 committed by Git OBS Bridge
parent 5ad81908df
commit eacec92806
4 changed files with 21 additions and 13 deletions

BIN
jaraco.functools-3.6.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c279cb24c93d694ef7270f970d499cab4d3813f4e08273f95398651a634f0925
size 17779

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 2 21:13:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
@ -18,7 +30,7 @@ Sun Mar 26 20:03:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Fri Oct 28 17:48:20 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v3.5.2
- Update to v3.5.2
* Refreshed packaging.
-------------------------------------------------------------------

View File

@ -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,11 +16,9 @@
#
%{?!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.0.0
Release: 0
Summary: Tools to work with functools
License: MIT
@ -69,10 +67,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