diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 09:32:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 09:32:26 +0000 |
commit | a611194d187699b4a568967a2a8eba2e33730451 (patch) | |
tree | 0f1e5127d961862512d99e46bb8a38a7eabe403c | |
parent | d2f34263b262654893a2410b8fab41208244f7a2 (diff) |
automatic import of python-pyghmi
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyghmi.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pyghmi-1.5.59.tar.gz +/pyghmi-1.5.60.tar.gz diff --git a/python-pyghmi.spec b/python-pyghmi.spec index b6084b6..249235c 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyghmi -Version: 1.5.59 +Version: 1.5.60 Release: 1 Summary: Python General Hardware Management Initiative (IPMI and others) License: Apache License, Version 2.0 URL: http://github.com/openstack/pyghmi/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4d/c4/f9b950987b30c1ceb1bf7fa16132017f0b792e965c6a702dde604ead2773/pyghmi-1.5.59.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/de/9682872a5a9d2759242c9e19245f84b836b65a289e87ddb3a0ea6d906ea1/pyghmi-1.5.60.tar.gz BuildArch: noarch Requires: python3-cryptography @@ -52,7 +52,7 @@ this library into python code %prep -%autosetup -n pyghmi-1.5.59 +%autosetup -n pyghmi-1.5.60 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.59-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.60-1 - Package Spec generated @@ -1 +1 @@ -7dadaa441fbe52967ea4cc225b6f05ab pyghmi-1.5.59.tar.gz +cd9d8e690f355ec8e74acb319996056a pyghmi-1.5.60.tar.gz |