diff --git a/pyrsistent-0.15.7.tar.gz b/pyrsistent-0.15.7.tar.gz deleted file mode 100644 index e674aaf..0000000 --- a/pyrsistent-0.15.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280 -size 107714 diff --git a/pyrsistent-0.16.0.tar.gz b/pyrsistent-0.16.0.tar.gz new file mode 100644 index 0000000..aedd8e2 --- /dev/null +++ b/pyrsistent-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3 +size 108012 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index 3d1efb7..3e8a9c9 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 17 07:40:53 UTC 2020 - Dirk Mueller + +- update to 0.16.0: + * No major updates but Python 2 support no longer guaranteed. + * Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this! + * Fix #191, include LICENCE in distribution. Thanks @johnthagen for this! + * Fix #190, minor MyPy errors. Thanks @Qhesz for this! + ------------------------------------------------------------------- Fri Feb 28 22:03:26 UTC 2020 - Dirk Mueller diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 011b96a..746fc6e 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.15.7 +Version: 0.16.0 Release: 0 Summary: Persistent, Functional, Immutable data structures License: MIT