diff --git a/pyrsistent-0.14.11.tar.gz b/pyrsistent-0.14.11.tar.gz deleted file mode 100644 index 325ce76..0000000 --- a/pyrsistent-0.14.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ca82748918eb65e2d89f222b702277099aca77e34843c5eb9d52451173970e2 -size 104498 diff --git a/pyrsistent-0.15.2.tar.gz b/pyrsistent-0.15.2.tar.gz new file mode 100644 index 0000000..125bac5 --- /dev/null +++ b/pyrsistent-0.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16692ee739d42cf5e39cef8d27649a8c1fdb7aa99887098f1460057c5eb75c3a +size 106804 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index 73dd045..d5aa5ce 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jun 5 09:20:42 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 8e8ad1b..67d8fc0 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -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}