]> git.pld-linux.org Git - packages/python3-hypothesis.git/commitdiff
- updated to 5.49.0 auto/th/python3-hypothesis-5.49.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Mar 2022 20:52:29 +0000 (21:52 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Mar 2022 20:52:29 +0000 (21:52 +0100)
python3-hypothesis.spec

index eab5f66c303994d69a98258b53ad54ab6f51f248..7dd6bb756eb0529049b4a4966025ce4d0bdb4083 100644 (file)
@@ -5,15 +5,15 @@
 Summary:       Hypothesis - library for property based testing
 Summary(pl.UTF-8):     Hypothesis - biblioteka do testowania opartego na własnościach
 Name:          python3-hypothesis
-Version:       5.4.1
+Version:       5.49.0
 Release:       1
 License:       MPL v2.0
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/hypothesis/
 Source0:       https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz
-# Source0-md5: dc0ebc9701f94c2fd87f726ad2f2cc61
+# Source0-md5: 350fda2e928cc59a38160d9c72f3631c
 URL:           https://github.com/DRMacIver/hypothesis
-BuildRequires: python3-modules >= 1:3.5.2
+BuildRequires: python3-modules >= 1:3.6
 BuildRequires: python3-setuptools >= 1:36.2
 %if %{with tests}
 BuildRequires: python3-attrs >= 19.2.0
@@ -22,14 +22,14 @@ BuildRequires:      python3-sortedcontainers < 3.0.0
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
-Requires:      python3-modules >= 1:3.5.2
+Requires:      python3-modules >= 1:3.6
 # for individual -extras modules:
 #Suggests:     python3-dateutil >= 1.4
-#Suggests:     python3-django >= 1.11
+#Suggests:     python3-django >= 2.2
 #Suggests:     python3-dpcontracts >= 0.4
 #Suggests:     python3-lark-parser >= 0.6.5
 #Suggests:     python3-numpy >= 1.9.0
-#Suggests:     python3-pandas >= 0.19
+#Suggests:     python3-pandas >= 0.25
 #Suggests:     python3-pytest >= 4.3
 #Suggests:     python3-pytz >= 2014.1
 BuildArch:     noarch
@@ -65,5 +65,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.rst
+%attr(755,root,root) %{_bindir}/hypothesis
 %{py3_sitescriptdir}/hypothesis
 %{py3_sitescriptdir}/hypothesis-%{version}-py*.egg-info
This page took 0.10827 seconds and 4 git commands to generate.