Accepting request 948240 from devel:languages:python

- update to 1.3.0:
  * Do not install C sources with binary distributions.
  * Dropped Python 3.6 support

OBS-URL: https://build.opensuse.org/request/show/948240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-frozenlist?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-01-25 16:35:45 +00:00 committed by Git OBS Bridge
commit d625a3f067
4 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de
size 65634

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 23 16:23:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Do not install C sources with binary distributions.
* Dropped Python 3.6 support
-------------------------------------------------------------------
Sat Dec 11 19:25:37 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-frozenlist
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-frozenlist
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Python list-like structure which implements MutableSequence
License: Apache-2.0
@ -45,9 +45,7 @@ export CFLAGS="%{optflags}"
%install
%python_install
%{python_expand rm %{buildroot}%{$python_sitearch}/frozenlist/_frozenlist.c
%fdupes %{buildroot}%{$python_sitearch}
}
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%pytest_arch