]> git.pld-linux.org Git - packages/python3-pyrsistent.git/blobdiff - python3-pyrsistent.spec
rebuild with tests and docs
[packages/python3-pyrsistent.git] / python3-pyrsistent.spec
index c2bc1233deda2c76e945e76f6aef65f44dcda66f..04a830c436e9aea3fd2b5004d615ce06b670d2aa 100644 (file)
@@ -6,25 +6,24 @@
 Summary:       Persistent/Functional/Immutable data structures
 Summary(pl.UTF-8):     Trwałe/funkcyjne/niezmienne struktury danych
 Name:          python3-pyrsistent
-Version:       0.16.0
-Release:       1
+Version:       0.18.1
+Release:       3
 License:       MIT
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/pyrsistent/
 Source0:       https://files.pythonhosted.org/packages/source/p/pyrsistent/%{module}-%{version}.tar.gz
-# Source0-md5: 4ba30da6f0a63554e70ac6c4c1904929
+# Source0-md5: cef3da08455664bf917dcf8cd00d49a4
 URL:           http://github.com/tobgu/pyrsistent/
-BuildRequires: python3-devel >= 1:3.5
+BuildRequires: python3-devel >= 1:3.7
 BuildRequires: python3-setuptools
 %if %{with tests}
-BuildRequires: python3-hypothesis
-# < 5? works also with 5.4.1
-BuildRequires: python3-pytest < 5
+BuildRequires: python3-hypothesis < 7
+BuildRequires: python3-pytest < 7
 BuildRequires: python3-six
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
-Requires:      python3-modules >= 1:3.5
+Requires:      python3-modules >= 1:3.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,6 +45,7 @@ strukturami danych). Są trwałe w tym sensie, że są niezmienne.
 %py3_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %{__python3} -m pytest tests
 %endif
 
@@ -59,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES.txt LICENCE.mit README.rst
+%doc CHANGES.txt README.rst
 %attr(755,root,root) %{py3_sitedir}/pvectorc.cpython-*.so
 %{py3_sitedir}/_pyrsistent_version.py
 %{py3_sitedir}/__pycache__/_pyrsistent_version.cpython-*.py[co]
This page took 0.094216 seconds and 4 git commands to generate.