summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 01:25:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 01:25:16 +0000
commit3050bb74015ad6a3eb0f75fc56b659fa6551d49d (patch)
tree58654a9d009fe7b431fc265009e07a62804e1e16
parentb2ddf27546856e7fb26c87093e08125c2b39ea80 (diff)
automatic import of python-pymultilintopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pymultilint.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 1b2745e..fd34622 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pymultilint-1.0.4.tar.gz
+/pymultilint-1.1.0.tar.gz
diff --git a/python-pymultilint.spec b/python-pymultilint.spec
index 9d333e1..6fc8884 100644
--- a/python-pymultilint.spec
+++ b/python-pymultilint.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pymultilint
-Version: 1.0.4
+Version: 1.1.0
Release: 1
Summary: Utility tying multiple code quality tools together
License: MIT
URL: https://github.com/gkze/multilint
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/ec/85f5811262ac640e3cc45053bf1b062b521821b0c6eeebe1956a05d73f44/pymultilint-1.0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/af/1d/7889ff20466a373d9934de560f924d38eb1d60132182b60095cbab0ed876/pymultilint-1.1.0.tar.gz
BuildArch: noarch
Requires: python3-autoflake
@@ -423,7 +423,7 @@ the future.
%prep
-%autosetup -n pymultilint-1.0.4
+%autosetup -n pymultilint-1.1.0
%build
%py3_build
@@ -437,20 +437,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 .
@@ -463,5 +463,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.4-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
- Package Spec generated
diff --git a/sources b/sources
index 1916e8f..e73150b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b34fe3e7b9ce8f5c910063cd8ce7dad pymultilint-1.0.4.tar.gz
+c0b3fdc29679af0d5c950049d2b749fa pymultilint-1.1.0.tar.gz