forked from pool/python-jaraco.functools
Accepting request 1000441 from home:Simmphonie:branches:devel:languages:python
- update to 3.5.1 * Packaging refresh * Enrolled with Tidelift OBS-URL: https://build.opensuse.org/request/show/1000441 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=19
This commit is contained in:
parent
1c25f8eb22
commit
294396cd34
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
|
|
||||||
size 13254
|
|
3
jaraco.functools-3.5.1.tar.gz
Normal file
3
jaraco.functools-3.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0adcf91710a0853efe9f23a78fad586bf67df572f0d6d8e0fa36d289ae1c1d9
|
||||||
|
size 14516
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 31 12:31:24 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
||||||
|
|
||||||
|
- update to 3.5.1
|
||||||
|
* Packaging refresh
|
||||||
|
* Enrolled with Tidelift
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 27 11:12:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Mar 27 11:12:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -19,22 +19,29 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-jaraco.functools
|
Name: python-jaraco.functools
|
||||||
Version: 3.5.0
|
Version: 3.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with functools
|
Summary: Tools to work with functools
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/jaraco/jaraco.functools
|
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.base >= 6.1}
|
BuildRequires: %{python_module jaraco.packaging >= 9}
|
||||||
BuildRequires: %{python_module jaraco.classes}
|
BuildRequires: %{python_module jaraco.classes}
|
||||||
BuildRequires: %{python_module more-itertools}
|
BuildRequires: %{python_module more-itertools}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools >= 56}
|
||||||
|
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
|
# SECTION test and docs
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module Sphinx}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module rst.linker >= 1.9}
|
||||||
|
BuildRequires: %{python_module jaraco.tidelift >= 1.4}
|
||||||
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-jaraco.base >= 6.1
|
Requires: python-jaraco.packaging >= 9
|
||||||
Requires: python-more-itertools
|
Requires: python-more-itertools
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -50,17 +57,10 @@ sed -i 's/--black --cov//' pytest.ini
|
|||||||
rm -rf jaraco.functools.egg-info
|
rm -rf jaraco.functools.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
|
||||||
%{?python_compileall}
|
|
||||||
%{!?python_compileall: # if we haven no python_compileall we are for sure still without multiple python3 flavors.
|
|
||||||
%py3_compile %{buildroot}%{python3_sitelib}/jaraco/
|
|
||||||
%py3_compile -O %{buildroot}%{python3_sitelib}/jaraco/
|
|
||||||
}
|
|
||||||
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -70,8 +70,9 @@ rm -rf jaraco.functools.egg-info
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc docs/*.rst README.rst CHANGES.rst
|
%doc docs/*.rst README.rst CHANGES.rst
|
||||||
%{python_sitelib}/jaraco.functools-%{version}-py*.egg-info
|
%{python_sitelib}/jaraco.functools-%{version}*-info
|
||||||
%{python_sitelib}/jaraco/functools.py*
|
%{python_sitelib}/jaraco/functools.py*
|
||||||
|
%dir %{python_sitelib}/jaraco/__pycache__
|
||||||
%pycache_only %{python_sitelib}/jaraco/__pycache__/functools*.py*
|
%pycache_only %{python_sitelib}/jaraco/__pycache__/functools*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user