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:
commit
d625a3f067
@ -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
3
frozenlist-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b
|
||||||
|
size 65476
|
@ -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>
|
Sat Dec 11 19:25:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-frozenlist
|
# 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
|
# 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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-frozenlist
|
Name: python-frozenlist
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python list-like structure which implements MutableSequence
|
Summary: Python list-like structure which implements MutableSequence
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -45,9 +45,7 @@ export CFLAGS="%{optflags}"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%{python_expand rm %{buildroot}%{$python_sitearch}/frozenlist/_frozenlist.c
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
%fdupes %{buildroot}%{$python_sitearch}
|
|
||||||
}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest_arch
|
%pytest_arch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user