Sync from SUSE:SLFO:Main python-jaraco.functools revision 3e08eaa41be5948edf669be7c37df41a
This commit is contained in:
parent
70fd551654
commit
b68cb01ce7
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.
BIN
jaraco_functools-4.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
jaraco_functools-4.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 4.0.1:
|
||||
* No significant changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 18:56:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- remove jaraco.packaging as it is only needed for docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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,19 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!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.1.0
|
||||
Release: 0
|
||||
Summary: Tools to work with functools
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jaraco/jaraco.functools
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco_functools-%{version}.tar.gz
|
||||
BuildRequires: %{python_module jaraco.classes}
|
||||
BuildRequires: %{python_module jaraco.packaging >= 9}
|
||||
BuildRequires: %{python_module more-itertools}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 56}
|
||||
@ -36,7 +33,6 @@ BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-jaraco.packaging >= 9
|
||||
Requires: python-more-itertools
|
||||
BuildArch: noarch
|
||||
# SECTION test and docs
|
||||
@ -51,7 +47,7 @@ jaraco.functools Tools for working with functools.
|
||||
Additional functools in the spirit of stdlib’s functools.
|
||||
|
||||
%prep
|
||||
%setup -q -n jaraco.functools-%{version}
|
||||
%setup -q -n jaraco_functools-%{version}
|
||||
sed -i 's/--flake8//' pytest.ini
|
||||
sed -i 's/--black --cov//' pytest.ini
|
||||
rm -rf jaraco.functools.egg-info
|
||||
@ -69,10 +65,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