diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:47:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:47:07 +0000 |
| commit | ebf926f2e9a9ba082b72acf0baf4a7dc75efed86 (patch) | |
| tree | 1508a787ebec585beee762e3a92acaa29a4ec7da | |
| parent | 055f9967590d282c8776e685d5f855a88cda9918 (diff) | |
automatic import of python-requirementslibopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-requirementslib.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /requirementslib-2.2.4.tar.gz +/requirementslib-2.2.5.tar.gz diff --git a/python-requirementslib.spec b/python-requirementslib.spec index 89992d9..e1f87fb 100644 --- a/python-requirementslib.spec +++ b/python-requirementslib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-requirementslib -Version: 2.2.4 +Version: 2.2.5 Release: 1 Summary: A tool for converting between pip-style and pipfile requirements. License: MIT URL: https://github.com/sarugaku/requirementslib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/be/5d47b56415fd5440dc2332315d638a317dd5d86a590be37a57b2a37210aa/requirementslib-2.2.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/e6/b2ff5f080295f4c2584629852fd9d2a1abed7e17687573ba1a2300d11dfc/requirementslib-2.2.5.tar.gz BuildArch: noarch Requires: python3-attrs @@ -61,7 +61,7 @@ Install from `Github`_: $ pipenv install -e git+https://github.com/sarugaku/requirementslib.git#egg=requirementslib %prep -%autosetup -n requirementslib-2.2.4 +%autosetup -n requirementslib-2.2.5 %build %py3_build @@ -101,5 +101,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.4-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.5-1 - Package Spec generated @@ -1 +1 @@ -eaaaaa40e6619413e03c26d10b285246 requirementslib-2.2.4.tar.gz +98a432c71ede1282f470b3b7eff0a3f0 requirementslib-2.2.5.tar.gz |
