diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:01:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 05:01:06 +0000 |
commit | 53e63489a6c12feb69c9262066c22c0fdc35d25f (patch) | |
tree | 7352c52910ad32eadfd1777d7cc718d205019939 | |
parent | 68e764752be861ae0a8c73f9933ff7042f7ae8f1 (diff) |
automatic import of python-vdmsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-vdms.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 14 deletions
@@ -1 +1,2 @@ /vdms-0.0.16.tar.gz +/vdms-0.0.17.tar.gz diff --git a/python-vdms.spec b/python-vdms.spec index 9f74999..0d8b621 100644 --- a/python-vdms.spec +++ b/python-vdms.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vdms -Version: 0.0.16 +Version: 0.0.17 Release: 1 Summary: VDMS Client Module License: MIT URL: https://github.com/IntelLabs/vdms -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0e/9a/96a2a10321ca798a3521a923f8e047c1aece1964f55f62ff5c83ffa30b33/vdms-0.0.16.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/32/04402b0ae4ee28dc8579e5e4025ebde5c1447063bcf8922647b7a5fe9b2b/vdms-0.0.17.tar.gz BuildArch: noarch Requires: python3-protobuf @@ -13,12 +13,10 @@ Requires: python3-protobuf %description # VDMS Client Python Module -This is the client module for VDMS. +This is the client module for VDMS. For more information, visit github.com/IntelLabs/vdms - - %package -n python3-vdms Summary: VDMS Client Module Provides: python-vdms @@ -28,26 +26,22 @@ BuildRequires: python3-pip %description -n python3-vdms # VDMS Client Python Module -This is the client module for VDMS. +This is the client module for VDMS. For more information, visit github.com/IntelLabs/vdms - - %package help Summary: Development documents and examples for vdms Provides: python3-vdms-doc %description help # VDMS Client Python Module -This is the client module for VDMS. +This is the client module for VDMS. For more information, visit github.com/IntelLabs/vdms - - %prep -%autosetup -n vdms-0.0.16 +%autosetup -n vdms-0.0.17 %build %py3_build @@ -87,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.16-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.17-1 - Package Spec generated @@ -1 +1 @@ -471450ee867db7428288cdd022d13f12 vdms-0.0.16.tar.gz +103e2a598df8226667874715c3a46482 vdms-0.0.17.tar.gz |