update to version 0.16.0
This commit is contained in:
parent
6a49842fe0
commit
99cd9a151b
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/pyrsistent-0.15.5.tar.gz
|
/pyrsistent-0.15.5.tar.gz
|
||||||
/pyrsistent-0.15.6.tar.gz
|
/pyrsistent-0.15.6.tar.gz
|
||||||
/pyrsistent-0.15.7.tar.gz
|
/pyrsistent-0.15.7.tar.gz
|
||||||
|
/pyrsistent-0.16.0.tar.gz
|
||||||
|
13
00-relax-dependencies.patch
Normal file
13
00-relax-dependencies.patch
Normal file
@ -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,
|
@ -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
|
return a new copy of the structure containing the requested updates. The
|
||||||
original structure is left untouched.}
|
original structure is left untouched.}
|
||||||
|
|
||||||
%{?python_enable_dependency_generator}
|
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Summary: Persistent/Functional/Immutable data structures
|
Summary: Persistent/Functional/Immutable data structures
|
||||||
Version: 0.15.7
|
Version: 0.16.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: http://github.com/tobgu/pyrsistent/
|
URL: http://github.com/tobgu/pyrsistent/
|
||||||
Source0: %{pypi_source}
|
Source0: %{pypi_source}
|
||||||
|
|
||||||
|
# relax dependencies specified in setup.py
|
||||||
|
Patch0: 00-relax-dependencies.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
@ -41,7 +42,7 @@ Summary: %{summary}
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version}
|
%autosetup -n %{pypi_name}-%{version} -p1
|
||||||
|
|
||||||
# Remove bundled egg-info
|
# Remove bundled egg-info
|
||||||
rm -rf %{pypi_name}.egg-info
|
rm -rf %{pypi_name}.egg-info
|
||||||
@ -72,6 +73,9 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2020 Fabio Valentini <decathorpe@gmail.com> - 0.16.0-1
|
||||||
|
- Update to version 0.16.0.
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.7-2
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.7-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pyrsistent-0.15.7.tar.gz) = ebd6f4479d3583fc2678c881eedc97889b1e3ef2f0cb8a60d241d5306cc8c2907e3aa50a19f47fb37565794903dc1c823dbf6c3813a93d2e851cb694daa535e3
|
SHA512 (pyrsistent-0.16.0.tar.gz) = d5764b1a185d4578bf308f338037e0546b06e79a3e7189b904e24e95e0e907bc98d7c1c68becc5549a541a5864df75aba6088cafa3558ecb0a63dafb22f5674a
|
||||||
|
Loading…
Reference in New Issue
Block a user