diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:02:22 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:02:22 +0000 |
| commit | 9fe235a0d7e2cb33f21fc2bebe98928c17fde8ec (patch) | |
| tree | 3bdb2190cb224a93db49cfe1def3d137600a5985 | |
| parent | 925659d206b31a5e023fd4a5b76ac9abcb40d9d5 (diff) | |
automatic import of python-vmklibopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-vmklib.spec | 25 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 18 insertions, 10 deletions
@@ -1 +1,2 @@ /vmklib-1.8.1.tar.gz +/vmklib-1.8.2.tar.gz diff --git a/python-vmklib.spec b/python-vmklib.spec index 0e0aaf4..3aa8857 100644 --- a/python-vmklib.spec +++ b/python-vmklib.spec @@ -1,14 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-vmklib -Version: 1.8.1 +Version: 1.8.2 Release: 1 Summary: Simplify project workflows by standardizing use of GNU Make. License: MIT License Copyright (c) 2023 Vaughn Kottler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. URL: https://github.com/vkottler/vmklib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/72/f8/6f6efe814afdfd4a6a9558274f58fcd521f4e0c71ad421e40911406481aa/vmklib-1.8.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5b/c9/6fe050d10da1f7e82530f85a892933ecad49b2509cf021bc4aba928108ad/vmklib-1.8.2.tar.gz BuildArch: noarch Requires: python3-vcorelib +Requires: python3-pylint +Requires: python3-flake8 +Requires: python3-black +Requires: python3-ruff +Requires: python3-mypy +Requires: python3-isort +Requires: python3-yamllint Requires: python3-pytest-asyncio Requires: python3-setuptools-wrapper @@ -34,7 +41,7 @@ Provides: python3-vmklib-doc version=3.1.2 %prep -%autosetup -n vmklib-1.8.1 +%autosetup -n vmklib-1.8.2 %build %py3_build @@ -48,20 +55,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -74,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.2-1 - Package Spec generated @@ -1 +1 @@ -397e28c3994b2c293f07bfde57cc55fc vmklib-1.8.1.tar.gz +d97cb9f1a13068b836f4858541c161b2 vmklib-1.8.2.tar.gz |
