diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-stcrestclient.spec | 11 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 8 deletions
@@ -1 +1,2 @@ /stcrestclient-1.9.0.tar.gz +/stcrestclient-1.9.1.tar.gz diff --git a/python-stcrestclient.spec b/python-stcrestclient.spec index ae5dc09..3341d8b 100644 --- a/python-stcrestclient.spec +++ b/python-stcrestclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-stcrestclient -Version: 1.9.0 +Version: 1.9.1 Release: 1 Summary: stcrestclient: Client modules for STC ReST API License: http://www.opensource.org/licenses/mit-license.php URL: https://github.com/Spirent/py-stcrestclient -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/c2/b81ed20a2a513086b9e49f5b1ef4d563a70ba8986213b1b6918bb35186e3/stcrestclient-1.9.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/92/82/6737d53b2db3280c3037724e101dcbf4dd0c3ec7313c3afb14f64d65b5e3/stcrestclient-1.9.1.tar.gz BuildArch: noarch Requires: python3-requests @@ -15,7 +15,6 @@ See https://github.com/Spirent/py-stcrestclient#python-stc-rest-api-client-stcre - %package -n python3-stcrestclient Summary: stcrestclient: Client modules for STC ReST API Provides: python-stcrestclient @@ -27,7 +26,6 @@ See https://github.com/Spirent/py-stcrestclient#python-stc-rest-api-client-stcre - %package help Summary: Development documents and examples for stcrestclient Provides: python3-stcrestclient-doc @@ -36,9 +34,8 @@ See https://github.com/Spirent/py-stcrestclient#python-stc-rest-api-client-stcre - %prep -%autosetup -n stcrestclient-1.9.0 +%autosetup -n stcrestclient-1.9.1 %build %py3_build @@ -78,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.1-1 - Package Spec generated @@ -1 +1 @@ -d43177dbe7ab03e68ccb442e8320e510 stcrestclient-1.9.0.tar.gz +427859f12ff04a7bfa5315fdb335b3f3 stcrestclient-1.9.1.tar.gz |
