diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:09:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:09:09 +0000 |
commit | ebbf67d33872a0972c3f4e5104ec84b344353ccd (patch) | |
tree | e92a7b99f2796b2203fd56d9a3738f9b1f0b8c11 | |
parent | 9713e7f6ecdbc6b1ae348ed17d89eecb2e1d3ece (diff) |
automatic import of python-atenpdu
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-atenpdu.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /atenpdu-0.6.0.tar.gz +/atenpdu-0.6.1.tar.gz diff --git a/python-atenpdu.spec b/python-atenpdu.spec index 0796a60..bfb8b4f 100644 --- a/python-atenpdu.spec +++ b/python-atenpdu.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-atenpdu -Version: 0.6.0 +Version: 0.6.1 Release: 1 Summary: Interface for ATEN-PE PDUs License: MIT URL: https://github.com/mtdcr/pductl -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/57/64/60af76f0a7c228f58210269dec48b2c243e00ed0f845f18fca0b00f0e731/atenpdu-0.6.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/36/7a/f2bc4792cb6d0118000e7b4e6046759bac41a1916d2ad84bf367f961e47a/atenpdu-0.6.1.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -192,7 +192,7 @@ Use `ALL` to select all outlets. %prep -%autosetup -n atenpdu-0.6.0 +%autosetup -n atenpdu-0.6.1 %build %py3_build @@ -232,5 +232,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 - Package Spec generated @@ -1 +1 @@ -e11532c233d31c15f55d83a2ac6c2412 atenpdu-0.6.0.tar.gz +ba938043f7554f32c9cb0b799af62177 atenpdu-0.6.1.tar.gz |