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:
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

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.
-------------------------------------------------------------------