From df9dc03791a85dce7ae6dcbc1c04c0bc1d60b7d6a7fa299eea7e10644cdfaa4b Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 15 Aug 2023 01:13:49 +0000 Subject: [PATCH] Accepting request 1103939 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX - update to 1.4.0: * The published source distribution package became buildable * under Python 3.12. * Removed an unused :py:data:`typing.Tuple` import * Deprecations and Removals * Dropped Python 3.7 support. OBS-URL: https://build.opensuse.org/request/show/1103939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=11 --- frozenlist-1.3.3.tar.gz | 3 --- frozenlist-1.4.0.tar.gz | 3 +++ python-frozenlist.changes | 10 ++++++++++ python-frozenlist.spec | 13 ++++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 frozenlist-1.3.3.tar.gz create mode 100644 frozenlist-1.4.0.tar.gz diff --git a/frozenlist-1.3.3.tar.gz b/frozenlist-1.3.3.tar.gz deleted file mode 100644 index 5d45a88..0000000 --- a/frozenlist-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58bcc55721e8a90b88332d6cd441261ebb22342e238296bb330968952fbb3a6a -size 66571 diff --git a/frozenlist-1.4.0.tar.gz b/frozenlist-1.4.0.tar.gz new file mode 100644 index 0000000..a17465b --- /dev/null +++ b/frozenlist-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251 +size 90722 diff --git a/python-frozenlist.changes b/python-frozenlist.changes index 95b3d7a..22af3d7 100644 --- a/python-frozenlist.changes +++ b/python-frozenlist.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 14 20:49:55 UTC 2023 - Dirk Müller + +- update to 1.4.0: + * The published source distribution package became buildable + * under Python 3.12. + * Removed an unused :py:data:`typing.Tuple` import + * Deprecations and Removals + * Dropped Python 3.7 support. + ------------------------------------------------------------------- Fri Apr 21 12:25:29 UTC 2023 - Dirk Müller diff --git a/python-frozenlist.spec b/python-frozenlist.spec index 0a31063..f9b2de3 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -16,20 +16,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-frozenlist -Version: 1.3.3 +Version: 1.4.0 Release: 0 Summary: Python list-like structure which implements MutableSequence License: Apache-2.0 URL: https://github.com/aio-libs/frozenlist Source: https://files.pythonhosted.org/packages/source/f/frozenlist/frozenlist-%{version}.tar.gz BuildRequires: %{python_module Cython >= 0.29.24} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros %python_subpackages @@ -42,10 +41,10 @@ Python list-like structure which implements collections.abc.MutableSequence. %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check