diff --git a/frozenlist-1.2.0.tar.gz b/frozenlist-1.2.0.tar.gz deleted file mode 100644 index a0f988b..0000000 --- a/frozenlist-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de -size 65634 diff --git a/frozenlist-1.3.0.tar.gz b/frozenlist-1.3.0.tar.gz new file mode 100644 index 0000000..1326144 --- /dev/null +++ b/frozenlist-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b +size 65476 diff --git a/python-frozenlist.changes b/python-frozenlist.changes index 40466d0..6743ffe 100644 --- a/python-frozenlist.changes +++ b/python-frozenlist.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jan 23 16:23:05 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-frozenlist.spec b/python-frozenlist.spec index fef7c5a..d857d55 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -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