diff options
-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,2 +1,3 @@ /pyghmi-1.5.59.tar.gz /pyghmi-1.5.60.tar.gz +/pyghmi-1.5.61.tar.gz diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 249235c..04b3688 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.60 +Version: 1.5.61 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/15/de/9682872a5a9d2759242c9e19245f84b836b65a289e87ddb3a0ea6d906ea1/pyghmi-1.5.60.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/72/84/e550e91c2fa6e98868d78b39c2b459e3cc24fb2e815ea1fdd11db2442e1f/pyghmi-1.5.61.tar.gz BuildArch: noarch Requires: python3-cryptography @@ -52,7 +52,7 @@ this library into python code %prep -%autosetup -n pyghmi-1.5.60 +%autosetup -n pyghmi-1.5.61 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.60-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.61-1 - Package Spec generated @@ -1 +1 @@ -cd9d8e690f355ec8e74acb319996056a pyghmi-1.5.60.tar.gz +a6dac2655a8b2f38798474d0715e1725 pyghmi-1.5.61.tar.gz |