diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-03-11 14:11:23 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-03-11 14:11:23 +0000 |
commit | 86c80f2492acd1459bb0a3808279f2948274e300 (patch) | |
tree | afe37ee3d3d7c23f87b4bd46eabe1340912a60f3 | |
parent | d6f237fa53a3962e87163a342107592db5b2775d (diff) |
automatic import of python-hypothesis
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-hypothesis.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 4 deletions
@@ -73,3 +73,4 @@ /hypothesis-6.90.0.tar.gz /hypothesis-6.90.1.tar.gz /hypothesis-6.91.0.tar.gz +/hypothesis-6.99.2.tar.gz diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 84d7adf..c50fe7a 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,5 +1,5 @@ Name: python-hypothesis -Version: 6.91.0 +Version: 6.99.2 Release: %autorelease Summary: A library for property-based testing @@ -17,7 +17,6 @@ BuildRequires: python3-devel %global _description %{expand: This is package 'hypothesis' generated automatically by pyp2spec.} - %description %_description %package -n python3-hypothesis @@ -25,13 +24,18 @@ Summary: %{summary} %description -n python3-hypothesis %_description +# For official Fedora packages, review which extras should be actually packaged +# See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Extras +%pyproject_extras_subpkg -n python3-hypothesis all,cli,codemods,crosshair,dateutil,django,dpcontracts,ghostwriter,lark,numpy,pandas,pytest,pytz,redis,zoneinfo + %prep %autosetup -p1 -n hypothesis-%{version} %generate_buildrequires -%pyproject_buildrequires +# Keep only those extras which you actually want to package or use during tests +%pyproject_buildrequires -x all,cli,codemods,crosshair,dateutil,django,dpcontracts,ghostwriter,lark,numpy,pandas,pytest,pytz,redis,zoneinfo %build @@ -1 +1 @@ -d86b9c1bf0baac9bd0af341308bf245c hypothesis-6.91.0.tar.gz +9342f345cba71cd8e0fce11fcb0b7e10 hypothesis-6.99.2.tar.gz |