Accepting request 707783 from home:mcalabkova:branches:devel:languages:python

- Update t0 0.15.2
  * Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks 
    @ss18 for this!
  * Fix #167, thaw typing. Thanks @nattofriends for this!
  * Fix #154, not possible to insert empty pmap as leaf node with 
    transform.
  * Python 3.4 is no longer officially supported since it is EOL 
    since 2019-03-18.
  * Fix #157, major improvements to type hints. Thanks @je-l for 
    working on this and @nattofriend for reviewing the PR!

OBS-URL: https://build.opensuse.org/request/show/707783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal 2019-06-05 10:21:53 +00:00 committed by Git OBS Bridge
parent 1dd137d1b7
commit 80330e19e7
4 changed files with 19 additions and 4 deletions

View File

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

3
pyrsistent-0.15.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 5 09:20:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update t0 0.15.2
* Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks
@ss18 for this!
* Fix #167, thaw typing. Thanks @nattofriends for this!
* Fix #154, not possible to insert empty pmap as leaf node with
transform.
* Python 3.4 is no longer officially supported since it is EOL
since 2019-03-18.
* Fix #157, major improvements to type hints. Thanks @je-l for
working on this and @nattofriend for reviewing the PR!
-------------------------------------------------------------------
Mon Mar 18 10:49:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyrsistent
Version: 0.14.11
Version: 0.15.2
Release: 0
Summary: Persistent, Functional, Immutable data structures
License: MIT
@ -27,6 +27,7 @@ URL: http://github.com/tobgu/pyrsistent/
Source: https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}