From ce66c9a9a9762d06e36a130e1a62a0b3e3c5c98c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 21:12:38 +0000 Subject: automatic import of python-verchew --- .gitignore | 1 + python-verchew.spec | 30 +++++++++++++++--------------- sources | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index acc56d3..0dcf107 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /verchew-3.3.tar.gz +/verchew-3.4.tar.gz diff --git a/python-verchew.spec b/python-verchew.spec index 31cbb3b..7d258bc 100644 --- a/python-verchew.spec +++ b/python-verchew.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-verchew -Version: 3.3 +Version: 3.4 Release: 1 Summary: System dependency version checker. License: MIT URL: https://pypi.org/project/verchew -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/91/a63bf158a2c627e05eebe9a6ec3e860297ab887cd94e2fd2adb55a90d779/verchew-3.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3e/bb/ffc68a292bc2eb3351e29e1ec06224b6bb6762a81ccfee51957ce85efbdd/verchew-3.4.tar.gz BuildArch: noarch @@ -16,8 +16,8 @@ BuildArch: noarch When onboarding new team members, ensuring their computer has everything needed to work on the project can be painful. Verchew is a command-line program and embeddable Python script to check the versions of your project's system dependencies. Its only external dependency is any Python interpreter, which should already be installed on macOS and most Linux-based operating systems. -[![Unix Build Status](https://img.shields.io/travis/jacebrowning/verchew/main.svg?label=unix)](https://travis-ci.org/jacebrowning/verchew) -[![Windows Build Status](https://img.shields.io/appveyor/ci/jacebrowning/verchew/main.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/verchew) +[![Travis CI](https://img.shields.io/travis/com/jacebrowning/verchew/main.svg?label=unix)](https://travis-ci.com/jacebrowning/verchew) +[![AppVeyor](https://img.shields.io/appveyor/ci/jacebrowning/verchew/main.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/verchew) [![Coverage Status](https://img.shields.io/coveralls/jacebrowning/verchew/main.svg)](https://coveralls.io/r/jacebrowning/verchew) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/jacebrowning/verchew.svg)](https://scrutinizer-ci.com/g/jacebrowning/verchew/?branch=main) [![PyPI License](https://img.shields.io/pypi/l/verchew.svg)](https://pypi.org/project/verchew) @@ -134,8 +134,8 @@ BuildRequires: python3-pip When onboarding new team members, ensuring their computer has everything needed to work on the project can be painful. Verchew is a command-line program and embeddable Python script to check the versions of your project's system dependencies. Its only external dependency is any Python interpreter, which should already be installed on macOS and most Linux-based operating systems. -[![Unix Build Status](https://img.shields.io/travis/jacebrowning/verchew/main.svg?label=unix)](https://travis-ci.org/jacebrowning/verchew) -[![Windows Build Status](https://img.shields.io/appveyor/ci/jacebrowning/verchew/main.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/verchew) +[![Travis CI](https://img.shields.io/travis/com/jacebrowning/verchew/main.svg?label=unix)](https://travis-ci.com/jacebrowning/verchew) +[![AppVeyor](https://img.shields.io/appveyor/ci/jacebrowning/verchew/main.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/verchew) [![Coverage Status](https://img.shields.io/coveralls/jacebrowning/verchew/main.svg)](https://coveralls.io/r/jacebrowning/verchew) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/jacebrowning/verchew.svg)](https://scrutinizer-ci.com/g/jacebrowning/verchew/?branch=main) [![PyPI License](https://img.shields.io/pypi/l/verchew.svg)](https://pypi.org/project/verchew) @@ -249,8 +249,8 @@ Provides: python3-verchew-doc When onboarding new team members, ensuring their computer has everything needed to work on the project can be painful. Verchew is a command-line program and embeddable Python script to check the versions of your project's system dependencies. Its only external dependency is any Python interpreter, which should already be installed on macOS and most Linux-based operating systems. -[![Unix Build Status](https://img.shields.io/travis/jacebrowning/verchew/main.svg?label=unix)](https://travis-ci.org/jacebrowning/verchew) -[![Windows Build Status](https://img.shields.io/appveyor/ci/jacebrowning/verchew/main.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/verchew) +[![Travis CI](https://img.shields.io/travis/com/jacebrowning/verchew/main.svg?label=unix)](https://travis-ci.com/jacebrowning/verchew) +[![AppVeyor](https://img.shields.io/appveyor/ci/jacebrowning/verchew/main.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/verchew) [![Coverage Status](https://img.shields.io/coveralls/jacebrowning/verchew/main.svg)](https://coveralls.io/r/jacebrowning/verchew) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/jacebrowning/verchew.svg)](https://scrutinizer-ci.com/g/jacebrowning/verchew/?branch=main) [![PyPI License](https://img.shields.io/pypi/l/verchew.svg)](https://pypi.org/project/verchew) @@ -355,7 +355,7 @@ Results: ✔ ✘ ✘ ▴ ✘ %prep -%autosetup -n verchew-3.3 +%autosetup -n verchew-3.4 %build %py3_build @@ -369,20 +369,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 . @@ -395,5 +395,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 3.3-1 +* Thu Jun 08 2023 Python_Bot - 3.4-1 - Package Spec generated diff --git a/sources b/sources index 0bbf911..98ad109 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac59480f6bbb436cb8c41e561348e660 verchew-3.3.tar.gz +ea36c4110e6b5075f819d3d9df00a811 verchew-3.4.tar.gz -- cgit v1.2.3