1
0

Compare commits

...

20 Commits

Author SHA256 Message Date
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
267513d7fa Accepting request 1178459 from devel:languages:python
- update to 4.0.1:
  * No significant changes.

OBS-URL: https://build.opensuse.org/request/show/1178459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=16
2024-06-06 10:31:19 +00:00
dbf8442479 Accepting request 1166500 from devel:languages:python
- remove jaraco.packaging as it is only needed for docs

OBS-URL: https://build.opensuse.org/request/show/1166500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=15
2024-04-11 17:40:23 +00:00
765e608ea1 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
2024-01-05 21:59:11 +00:00
db1f2fa088 Accepting request 1081875 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=13
2023-04-22 20:00:15 +00:00
ca1a8922ce Accepting request 1074516 from devel:languages:python
- update to 3.6.0:
  * #21: Renamed ``call_aside`` to ``invoke``, deprecating
    ``call_aside``.

OBS-URL: https://build.opensuse.org/request/show/1074516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=12
2023-03-29 21:26:14 +00:00
ca1b72e4f9 Accepting request 1032522 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=11
2022-11-01 15:10:36 +00:00
ac3c58d927 Accepting request 1003627 from devel:languages:python
- Tidelift is a good and interesting company, but we really don’t
  need to have python-jaraco.tidelit as a dependency.

OBS-URL: https://build.opensuse.org/request/show/1003627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=10
2022-09-16 11:32:00 +00:00
34b0ba62c3 Accepting request 1000488 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1000488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=9
2022-09-01 07:20:16 +00:00
38f75aa253 Accepting request 965191 from devel:languages:python
- update to 3.5.0:
  * #19: Add type annotations to ``method_cache``.
  * Require Python 3.7.
  * ``apply`` now uses ``functools.wraps`` to ensure docstring
  * passthrough.
  * #18: In method_cache, support cache_clear before cache
  * is initialized.
  * Refreshed package metadata.
  * Switched to PEP 420 for ``jaraco`` namespace.
  * Added ``except_`` decorator.

OBS-URL: https://build.opensuse.org/request/show/965191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=8
2022-03-29 16:14:08 +00:00
f8d1684629 Accepting request 852727 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/852727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=7
2020-12-04 20:27:20 +00:00
f5ab66610c Accepting request 835170 from devel:languages:python
- update to 3.0.1:
  #14: Removed unnecessary compatibility libraries in testing.

OBS-URL: https://build.opensuse.org/request/show/835170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=6
2020-10-29 08:45:33 +00:00
b379af282e Accepting request 784821 from devel:languages:python
- Femove leftover py2 dependencies

- Update to 3.0.0
  * Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/request/show/784821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=5
2020-04-19 19:40:41 +00:00
51fd133c9c Accepting request 725100 from devel:languages:python
- Skip another test that is randomly failing

OBS-URL: https://build.opensuse.org/request/show/725100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=4
2019-08-27 13:55:14 +00:00
0ebf51e4bb Accepting request 695275 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/695275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=3
2019-04-21 07:01:15 +00:00
5d77584f7f Accepting request 679745 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/679745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=2
2019-03-04 08:21:29 +00:00
4 changed files with 22 additions and 6 deletions

View File

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

BIN
jaraco_functools-4.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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.1.0
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