1
0

7 Commits

Author SHA256 Message Date
872ec93c08 Accepting request 1292508 from devel:languages:python
- update to 4.2.1:
  * Add 'passthrough' function.
  * Added missing splat in stubs -- by :user:`Avasam`

OBS-URL: https://build.opensuse.org/request/show/1292508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=19
2025-07-15 14:43:03 +00:00
ff56aa3175 - update to 4.2.1:
* Add 'passthrough' function.
  * Added missing splat in stubs -- by :user:`Avasam`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=41
2025-07-13 13:36:41 +00:00
22f4120e83 Accepting request 1266233 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=18
2025-04-11 14:45:07 +00:00
6301e0200a - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=39
2025-04-01 15:39:06 +00:00
6680540452 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=38
2025-03-26 05:50:22 +00:00
5324cdc1fa Accepting request 1204579 from devel:languages:python
- update to 4.1.0:
  * Added chainable decorator.

OBS-URL: https://build.opensuse.org/request/show/1204579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=17
2024-09-30 13:34:44 +00:00
786bd1dd1a - update to 4.1.0:
* Added chainable decorator.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=36
2024-09-29 20:02:18 +00:00
4 changed files with 29 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Jul 13 13:36:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.2.1:
* Add 'passthrough' function.
* Added missing splat in stubs -- by :user:`Avasam`
-------------------------------------------------------------------
Tue Apr 1 15:35:00 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Sun Sep 29 20:01:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.1.0:
* Added chainable decorator.
-------------------------------------------------------------------
Tue Jun 4 08:01:44 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.functools
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.functools
Version: 4.0.1
Version: 4.2.1
Release: 0
Summary: Tools to work with functools
License: MIT
@@ -67,6 +67,6 @@ rm -rf jaraco.functools.egg-info
%license LICENSE
%doc docs/*.rst README.rst NEWS.rst
%{python_sitelib}/jaraco/functools
%{python_sitelib}/jaraco.functools-%{version}.dist-info
%{python_sitelib}/jaraco[_.]functools-%{version}.dist-info
%changelog