From ed6b8751b16474462630b56cc1be4cbfe03056fa Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 25 Apr 2023 04:58:23 +0000 Subject: automatic import of python-simple-parsing --- .gitignore | 1 + python-simple-parsing.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 05488ae..d0d09d7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 0.1.1-1 +* Tue Apr 25 2023 Python_Bot - 0.1.2-1 - Package Spec generated diff --git a/sources b/sources index f31fa6d..fda21c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b7a17c64f9e2852818a30091cd0df75 simple_parsing-0.1.1.tar.gz +bb29a575e15f2759f5276eabddc10ee0 simple_parsing-0.1.2.tar.gz -- cgit v1.2.3