- 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!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2019-03-18 10:52:23 +00:00 committed by Git OBS Bridge
parent d6419378ba
commit 1dd137d1b7
4 changed files with 24 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Mar 18 10:49:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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

View File

@ -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