forked from pool/python-python-utils
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3253ad595d | |||
| 04bf4ad8ae | |||
| 29f6c7ac75 | |||
| b06e0f5288 | |||
| b03f130107 | |||
| 35b2c585e8 |
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 12 03:55:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.9.1:
|
||||||
|
* Made tests far more reliable and fixed python_requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 12 05:01:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 10 15:16:12 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 4 18:30:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Feb 4 18:30:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-utils
|
# spec file for package python-python-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,25 +17,27 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-python-utils
|
Name: python-python-utils
|
||||||
Version: 3.8.2
|
Version: 3.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities not included with the standard Python install
|
Summary: Utilities not included with the standard Python install
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/WoLpH/python-utils
|
URL: https://github.com/WoLpH/python-utils
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python_utils-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typing-extensions}
|
BuildRequires: %{python_module typing-extensions}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module loguru}
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
# /SECTION
|
|
||||||
Requires: python-loguru
|
Requires: python-loguru
|
||||||
Requires: python-typing-extensions
|
Requires: python-typing-extensions
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module loguru}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -43,13 +45,13 @@ Python Utils is a collection of Python functions and
|
|||||||
classes which make common patterns shorter and easier.
|
classes which make common patterns shorter and easier.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python-utils-%{version}
|
%setup -q -n python_utils-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -61,6 +63,7 @@ mv pytest.ini{.hide,}
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/python[-_]utils
|
||||||
|
%{python_sitelib}/python[-_]utils-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5d161e4ca58ce3f8c540f035e018850b261a41e7cb98f6ccf8e1deb7174a1f1
|
|
||||||
size 30431
|
|
||||||
3
python_utils-3.9.1.tar.gz
Normal file
3
python_utils-3.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb574b4292415eb230f094cbf50ab5ef36e3579b8f09e9f2ba74af70891449a0
|
||||||
|
size 35403
|
||||||
Reference in New Issue
Block a user