forked from pool/python-jaraco.functools
Accepting request 1136286 from devel:languages:python
- 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/request/show/1136286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=14
This commit is contained in:
commit
765e608ea1
BIN
jaraco.functools-3.6.0.tar.gz
(Stored with Git LFS)
BIN
jaraco.functools-3.6.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
jaraco.functools-4.0.0.tar.gz
Normal file
3
jaraco.functools-4.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c279cb24c93d694ef7270f970d499cab4d3813f4e08273f95398651a634f0925
|
||||
size 17779
|
@ -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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user