diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-etos-test-runner.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /etos_test_runner-2.5.0.tar.gz +/etos_test_runner-3.0.0.tar.gz diff --git a/python-etos-test-runner.spec b/python-etos-test-runner.spec index cb108ba..4bd810f 100644 --- a/python-etos-test-runner.spec +++ b/python-etos-test-runner.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-etos-test-runner -Version: 2.5.0 +Version: 3.0.0 Release: 1 Summary: ETOS Test Runner License: Apache License, Version 2.0 URL: https://github.com/eiffel-community/etos-test-runner -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/26/f9/4acf9c5e289bb137cab6e173f53954731e3f1c7f39461ffce27f0cd4ada8/etos_test_runner-2.5.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f8/5b/8877f2de2c8efcf039be0ac39072a6d3cc8e8dee4ae3046ff5eb1c7a27b0/etos_test_runner-3.0.0.tar.gz BuildArch: noarch Requires: python3-etos-lib @@ -33,7 +33,7 @@ Provides: python3-etos-test-runner-doc %prep -%autosetup -n etos-test-runner-2.5.0 +%autosetup -n etos-test-runner-3.0.0 %build %py3_build @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.0-1 - Package Spec generated @@ -1 +1 @@ -55b0aa3d94c81ad6c76bc59916f5c24d etos_test_runner-2.5.0.tar.gz +55cc11f8dda7771eb7c0da21a98f6be3 etos_test_runner-3.0.0.tar.gz |
