diff --git a/python-python-utils.changes b/python-python-utils.changes index 7180f10..ae45284 100644 --- a/python-python-utils.changes +++ b/python-python-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 12 03:55:27 UTC 2025 - Steve Kowalik + +- Update to 3.9.1: + * Made tests far more reliable and fixed python_requires + ------------------------------------------------------------------- Thu Jun 12 05:01:33 UTC 2025 - Steve Kowalik diff --git a/python-python-utils.spec b/python-python-utils.spec index 36f3e3f..c68258d 100644 --- a/python-python-utils.spec +++ b/python-python-utils.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-utils # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,13 @@ Name: python-python-utils -Version: 3.8.2 +Version: 3.9.1 Release: 0 Summary: Utilities not included with the standard Python install License: BSD-3-Clause 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 typing-extensions} @@ -34,6 +35,7 @@ Requires: python-typing-extensions BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module loguru} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -43,7 +45,7 @@ Python Utils is a collection of Python functions and classes which make common patterns shorter and easier. %prep -%setup -q -n python-utils-%{version} +%setup -q -n python_utils-%{version} %build %pyproject_wheel diff --git a/python-utils-3.8.2.tar.gz b/python-utils-3.8.2.tar.gz deleted file mode 100644 index 8964c8b..0000000 --- a/python-utils-3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d161e4ca58ce3f8c540f035e018850b261a41e7cb98f6ccf8e1deb7174a1f1 -size 30431 diff --git a/python_utils-3.9.1.tar.gz b/python_utils-3.9.1.tar.gz new file mode 100644 index 0000000..512456d --- /dev/null +++ b/python_utils-3.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb574b4292415eb230f094cbf50ab5ef36e3579b8f09e9f2ba74af70891449a0 +size 35403