- update to 1.3.0:
* Do not install C sources with binary distributions. * Dropped Python 3.6 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=4
This commit is contained in:
parent
d51dd22b9f
commit
32e62fe83f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user