Accepting request 707795 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/707795 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=4
This commit is contained in:
commit
cca07c426b
@ -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
3
pyrsistent-0.15.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16692ee739d42cf5e39cef8d27649a8c1fdb7aa99887098f1460057c5eb75c3a
|
||||
size 106804
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user