diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 04:24:37 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 04:24:37 +0000 |
| commit | e9c66ea51fefaf69ae6e2f607addca9e80d8fe35 (patch) | |
| tree | cf16d7a54171860e1c41425a73163308e605fd4e | |
| parent | 54324aa407a7835231d86985ffde5af27a6df1d1 (diff) | |
automatic import of python-riotopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-riot.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /riot-0.17.1.tar.gz +/riot-0.17.2.tar.gz diff --git a/python-riot.spec b/python-riot.spec index 44901ab..f0e7140 100644 --- a/python-riot.spec +++ b/python-riot.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-riot -Version: 0.17.1 +Version: 0.17.2 Release: 1 Summary: A simple Python test runner runner. License: Apache 2 URL: https://github.com/DataDog/riot -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4f/3d/c2d4536aa9ba94f2cdcd2d2693a2c96d16f83357eeb8d328ab99f27d1d02/riot-0.17.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/10/470d178459719fe1b7037669101cd54553312af0faccd261904b4e48f839/riot-0.17.2.tar.gz BuildArch: noarch Requires: python3-click @@ -106,7 +106,7 @@ pip install git+https://github.com/DataDog/riot.git %prep -%autosetup -n riot-0.17.1 +%autosetup -n riot-0.17.2 %build %py3_build @@ -146,5 +146,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.17.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.17.2-1 - Package Spec generated @@ -1 +1 @@ -2a85ff5106ccf6983ddf557bcf18266f riot-0.17.1.tar.gz +d6ed5a82b759385d24e2a63e672d4558 riot-0.17.2.tar.gz |
