diff --git a/pyrsistent-0.15.3.tar.gz b/pyrsistent-0.15.3.tar.gz deleted file mode 100644 index 77091ec..0000000 --- a/pyrsistent-0.15.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50cffebc87ca91b9d4be2dcc2e479272bcb466b5a0487b6c271f7ddea6917e14 -size 106959 diff --git a/pyrsistent-0.15.4.tar.gz b/pyrsistent-0.15.4.tar.gz new file mode 100644 index 0000000..ce3d7d3 --- /dev/null +++ b/pyrsistent-0.15.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b47fa169d6006b32e99d4b3c4031f155e6e68ebcc107d6454852e8e0ee6533 +size 107237 diff --git a/python-pyrsistent.changes b/python-pyrsistent.changes index a7da754..37469f5 100644 --- a/python-pyrsistent.changes +++ b/python-pyrsistent.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 29 08:24:54 UTC 2019 - Tomáš Chvátal + +- Update to 0.15.4: + * support new pytest + * Fix #174, fix a GC traversal bug in pvector evolver C extension. + ------------------------------------------------------------------- Thu Jul 18 09:42:37 UTC 2019 - Tomáš Chvátal diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index 8bcaa7f..b716fd9 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.3 +Version: 0.15.4 Release: 0 Summary: Persistent, Functional, Immutable data structures License: MIT @@ -28,8 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrs BuildRequires: %{python_module devel} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module numpy} -# https://github.com/tobgu/pyrsistent/issues/175 -BuildRequires: %{python_module pytest < 5.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes