diff --git a/pyrsistent-0.14.11.tar.gz b/pyrsistent-0.14.11.tar.gz new file mode 100644 index 0000000..325ce76 --- /dev/null +++ b/pyrsistent-0.14.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca82748918eb65e2d89f222b702277099aca77e34843c5eb9d52451173970e2 +size 104498 diff --git a/pyrsistent-0.14.4.tar.gz b/pyrsistent-0.14.4.tar.gz deleted file mode 100644 index 770d300..0000000 --- a/pyrsistent-0.14.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4024f838472cba9ea1ccbc638e0bcafec2efda28594a9905177ec365f1a95fea -size 98660 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index c16e943..73dd045 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 18 10:49:20 UTC 2019 - Tomáš Chvátal + +- Update to 0.14.11: + * Fix #152 Don't use __builtin_popcount, this hopefully fixes #147 Error in pvectorc.cp37-win_amd64.pyd file, as well. + Thanks @benrg for this! + * Fix #151 Fix compatibility for hypothesis 4. Thanks @felixonmars for this! + * Fix #148, only require pytest-runner if running tests. Thanks @ccorbacho for this! + * Fix #144, Compile pvectormodule.c on windows. Thanks @ganwell for this! + * Fix #142, Improve type stubs. Thanks @arxanas for this! + * Fix #102, add PEP 561 type annotation stubs for most pyrsistent types. Thanks @nattofriends for this! + * Fix #135, Type classes for Python 3 type annotations of pyrsistent types. Thanks @nattofriends for this! + * Fix #128, Allow PClass and PRecord to ignore input parameters to constructor that are not part of the spec + instead of blowing up with a type error. Thanks @agberk for this! + * Fix #137, deprecation warnings in Python 3.7. Thanks @thombashi for this! + * Fix #129, building via setuptools and setup.py. Thanks @galuszkak for this! + ------------------------------------------------------------------- Sat Aug 11 06:34:31 UTC 2018 - tchvatal@suse.com diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 26a23ae..8e8ad1b 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyrsistent # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyrsistent -Version: 0.14.4 +Version: 0.14.11 Release: 0 Summary: Persistent, Functional, Immutable data structures License: MIT @@ -57,9 +57,7 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -py.test-%{$python_bin_suffix} -} +%pytest_arch %files %{python_files} %license LICENCE.mit