diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-02-18 10:08:37 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-02-18 10:08:37 +0000 |
commit | 99194b30007c8f471614b2ad69335548be595cf0 (patch) | |
tree | 1c54f5f93a6c1ac77eef3c1f0d67e5783c1f6a8f | |
parent | 10efc5cbc87baabcdf32020eeb00f3eb2abcace6 (diff) |
automatic import of python-hypothesis
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-hypothesis.spec | 6 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -200,3 +200,4 @@ /hypothesis-6.125.1.tar.gz /hypothesis-6.125.2.tar.gz /hypothesis-6.125.3.tar.gz +/hypothesis-6.126.0.tar.gz diff --git a/python-hypothesis.spec b/python-hypothesis.spec index d5634d0..8f35132 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,5 +1,5 @@ Name: python-hypothesis -Version: 6.125.3 +Version: 6.126.0 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: A library for property-based testing @@ -27,7 +27,7 @@ Summary: %{summary} # 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 +%pyproject_extras_subpkg -n python3-hypothesis all,cli,codemods,crosshair,dateutil,django,dpcontracts,ghostwriter,lark,numpy,pandas,pytest,pytz,redis,watchdog,zoneinfo %prep @@ -36,7 +36,7 @@ Summary: %{summary} %generate_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 +%pyproject_buildrequires -x all,cli,codemods,crosshair,dateutil,django,dpcontracts,ghostwriter,lark,numpy,pandas,pytest,pytz,redis,watchdog,zoneinfo %build @@ -1 +1 @@ -73bd50f4892ddb08b35fc251a0aabf34 hypothesis-6.125.3.tar.gz +b8b17a229408a0367a9bde6c1410a924 hypothesis-6.126.0.tar.gz |