diff --git a/.gitignore b/.gitignore index 5cf9d66..a7383a8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /pyrsistent-0.15.5.tar.gz /pyrsistent-0.15.6.tar.gz /pyrsistent-0.15.7.tar.gz +/pyrsistent-0.16.0.tar.gz diff --git a/00-relax-dependencies.patch b/00-relax-dependencies.patch new file mode 100644 index 0000000..5fe6ea8 --- /dev/null +++ b/00-relax-dependencies.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index 931800f..49c1521 100644 +--- a/setup.py ++++ b/setup.py +@@ -70,7 +70,7 @@ setup( + 'Programming Language :: Python :: Implementation :: PyPy', + ], + test_suite='tests', +- tests_require=['pytest<5', 'hypothesis<5'], ++ tests_require=['pytest', 'hypothesis'], + scripts=[], + setup_requires=pytest_runner, + ext_modules=extensions, diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index a6d5c53..7f4b630 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -9,17 +9,18 @@ All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched.} -%{?python_enable_dependency_generator} - Name: python-%{pypi_name} Summary: Persistent/Functional/Immutable data structures -Version: 0.15.7 -Release: 2%{?dist} +Version: 0.16.0 +Release: 1%{?dist} License: MIT URL: http://github.com/tobgu/pyrsistent/ Source0: %{pypi_source} +# relax dependencies specified in setup.py +Patch0: 00-relax-dependencies.patch + BuildRequires: gcc BuildRequires: python3-devel @@ -41,7 +42,7 @@ Summary: %{summary} %prep -%autosetup -n %{pypi_name}-%{version} +%autosetup -n %{pypi_name}-%{version} -p1 # Remove bundled egg-info rm -rf %{pypi_name}.egg-info @@ -72,6 +73,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Tue Apr 14 2020 Fabio Valentini - 0.16.0-1 +- Update to version 0.16.0. + * Thu Jan 30 2020 Fedora Release Engineering - 0.15.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 8deae6a..a821a07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyrsistent-0.15.7.tar.gz) = ebd6f4479d3583fc2678c881eedc97889b1e3ef2f0cb8a60d241d5306cc8c2907e3aa50a19f47fb37565794903dc1c823dbf6c3813a93d2e851cb694daa535e3 +SHA512 (pyrsistent-0.16.0.tar.gz) = d5764b1a185d4578bf308f338037e0546b06e79a3e7189b904e24e95e0e907bc98d7c1c68becc5549a541a5864df75aba6088cafa3558ecb0a63dafb22f5674a