diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-04-24 14:07:13 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-04-24 14:07:13 +0000 |
commit | d4404c1ec8d4693e064042a5c3e3d7b429555ffd (patch) | |
tree | 76708eb73b518108e8532d0d3c578680eb80bb76 | |
parent | e76d32fa57fa2dabf26f304ab14ed2345a078458 (diff) |
automatic import of python-pipenv
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pipenv.spec | 6 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -6,3 +6,4 @@ /pipenv-2024.3.1.tar.gz /pipenv-2024.4.0.tar.gz /pipenv-2024.4.1.tar.gz +/pipenv-2025.0.0.tar.gz diff --git a/python-pipenv.spec b/python-pipenv.spec index a982981..16d81cf 100644 --- a/python-pipenv.spec +++ b/python-pipenv.spec @@ -1,5 +1,5 @@ Name: python-pipenv -Version: 2024.4.1 +Version: 2025.0.0 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: Python Development Workflow for Humans. @@ -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-pipenv dev,tests +%pyproject_extras_subpkg -n python3-pipenv dev,safety,tests %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 dev,tests +%pyproject_buildrequires -x dev,safety,tests %build @@ -1 +1 @@ -9b493348a33c4aa601dcc31b0fc9a725 pipenv-2024.4.1.tar.gz +03f9c01412f697bae56cf1e8f2d4f3b0 pipenv-2025.0.0.tar.gz |