diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 04:58:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 04:58:23 +0000 |
| commit | ed6b8751b16474462630b56cc1be4cbfe03056fa (patch) | |
| tree | 448f240ca56e1433207817d174c31ffcad0e911c | |
| parent | d83e244ff8ee9e4ca42a0c05870e1fb7751a26cb (diff) | |
automatic import of python-simple-parsingopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-simple-parsing.spec | 10 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /simple_parsing-0.1.1.tar.gz +/simple_parsing-0.1.2.tar.gz diff --git a/python-simple-parsing.spec b/python-simple-parsing.spec index 3d64030..a6709ad 100644 --- a/python-simple-parsing.spec +++ b/python-simple-parsing.spec @@ -1,19 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-simple-parsing -Version: 0.1.1 +Version: 0.1.2 Release: 1 Summary: A small utility for simplifying and cleaning up argument parsing scripts. License: MIT License URL: https://github.com/lebrice/SimpleParsing -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/4e/a018566236c97fcb8a85d4c8f86cc5a76342fd20472aa9b592a2890207bf/simple_parsing-0.1.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/de/556e48bf221ed7a8da93246bed652ba5b78807a20558aa24d5fd3683f6dd/simple_parsing-0.1.2.tar.gz BuildArch: noarch Requires: python3-docstring-parser Requires: python3-typing-extensions +Requires: python3-pyyaml Requires: python3-pytest-regressions Requires: python3-pytest Requires: python3-pytest-xdist -Requires: python3-pyyaml Requires: python3-pytest Requires: python3-pytest-xdist Requires: python3-pytest-regressions @@ -443,7 +443,7 @@ Additional examples for all the features mentioned above can be found in the [ex %prep -%autosetup -n simple-parsing-0.1.1 +%autosetup -n simple-parsing-0.1.2 %build %py3_build @@ -483,5 +483,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.2-1 - Package Spec generated @@ -1 +1 @@ -8b7a17c64f9e2852818a30091cd0df75 simple_parsing-0.1.1.tar.gz +bb29a575e15f2759f5276eabddc10ee0 simple_parsing-0.1.2.tar.gz |
