]> git.pld-linux.org Git - packages/python3-pyrsistent.git/commitdiff
- updated to 0.18.1 auto/th/python3-pyrsistent-0.18.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Mar 2022 19:39:46 +0000 (20:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Mar 2022 19:39:46 +0000 (20:39 +0100)
python3-pyrsistent.spec

index f5e955e7af56b600464f68b4e073b3af101c74e9..bce9bf8a47749fc4ca777883a053f65ff2206779 100644 (file)
@@ -6,24 +6,24 @@
 Summary:       Persistent/Functional/Immutable data structures
 Summary(pl.UTF-8):     Trwałe/funkcyjne/niezmienne struktury danych
 Name:          python3-pyrsistent
-Version:       0.18.0
+Version:       0.18.1
 Release:       1
 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: 1b335355d3eb40d0870988a1a41894b3
+# 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
-BuildRequires: python3-pytest
+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
@@ -45,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
 
This page took 0.044743 seconds and 4 git commands to generate.