SHA256
1
0
forked from pool/python-funcy

- update to 2.0:

* added get_lax()
  * added lzip(strict) param
  * made autocurry() and friends support kw-only and pos-only
    arguments
  * improved call._whatever_ arg introspection: pos-only, kw-
    only, kwargs and varargs are supported
  * test against Python 3.11
  - minor doc fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcy?expand=0&rev=20
This commit is contained in:
2023-12-11 22:15:05 +00:00
committed by Git OBS Bridge
parent 1c2a5fd839
commit ac642404bb
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-funcy
Version: 1.18
Version: 2.0
Release: 0
Summary: Functional tools for Python
License: BSD-3-Clause