diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 11:02:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 11:02:49 +0000 |
commit | 27a18578c9b606959732b2e7f85abc419afcd4ff (patch) | |
tree | b426922d06cc75cec7ad1441b309edcc116580ea | |
parent | 03f09101170cb1f10c1982a6d5f2c68d825aa817 (diff) |
automatic import of python-pipenvopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pipenv.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pipenv-2023.3.20.tar.gz +/pipenv-2023.4.20.tar.gz diff --git a/python-pipenv.spec b/python-pipenv.spec index 59c0a6e..d5920ac 100644 --- a/python-pipenv.spec +++ b/python-pipenv.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pipenv -Version: 2023.3.20 +Version: 2023.4.20 Release: 1 Summary: Python Development Workflow for Humans. License: MIT URL: https://github.com/pypa/pipenv -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c6/a7/f99bde0978375d8512acef4bca8d75bc7387c4946450a4939e572ad7fc27/pipenv-2023.3.20.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/60/ef/372831f50041c3c4cd350036e6198c96df8ca6c8ec103188d6ed7d62c34d/pipenv-2023.4.20.tar.gz BuildArch: noarch Requires: python3-certifi @@ -53,7 +53,7 @@ Provides: python3-pipenv-doc [](https://python.org/pypi/pipenv) %prep -%autosetup -n pipenv-2023.3.20 +%autosetup -n pipenv-2023.4.20 %build %py3_build @@ -93,5 +93,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.20-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.20-1 - Package Spec generated @@ -1 +1 @@ -5d7c8dfd0d48c541a940fcfae6e3b444 pipenv-2023.3.20.tar.gz +725eb89dad4129c68151b3303934141b pipenv-2023.4.20.tar.gz |