Accepting request 1103950 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1103950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-frozenlist?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-08-16 12:16:29 +00:00 committed by Git OBS Bridge
commit 088e424a06
4 changed files with 19 additions and 10 deletions

BIN
frozenlist-1.3.3.tar.gz (Stored with Git LFS)

Binary file not shown.

3
frozenlist-1.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
size 90722

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 14 20:49:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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