summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:04:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:04:39 +0000
commit2bda1224fa0679979b44eed1f9104d101398eb32 (patch)
tree7c742af6c72023b14bb45a9c1bec3c1ffeef8e22
parent387aa1b6a3b787844a2981f456446b6358b833e3 (diff)
automatic import of python-cooptoolsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-cooptools.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index b7aa928..3b06a03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/cooptools-1.6.tar.gz
+/cooptools-1.7.tar.gz
diff --git a/python-cooptools.spec b/python-cooptools.spec
index 3138af0..6c331c8 100644
--- a/python-cooptools.spec
+++ b/python-cooptools.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-cooptools
-Version: 1.6
+Version: 1.7
Release: 1
Summary: Generic Tooling
License: MIT
URL: https://github.com/tylertjburns/cooptools
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/72/d9808d4de602955129b2e555dc276eedb85f9c4a54e10a3e26ef7fb7d984/cooptools-1.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5c/a6/cc0626e3f15749e59f5d0afa0e70cc75deef74bc43d02a3584110e21bc85/cooptools-1.7.tar.gz
BuildArch: noarch
Requires: python3-cycler
@@ -51,7 +51,7 @@ Provides: python3-cooptools-doc
%prep
-%autosetup -n cooptools-1.6
+%autosetup -n cooptools-1.7
%build
%py3_build
@@ -65,20 +65,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 .
@@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7-1
- Package Spec generated
diff --git a/sources b/sources
index 4c38a50..d6076e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a5e8f8259f8d7296fa583c69e7e6dae cooptools-1.6.tar.gz
+6fc8ea3dccfb243bed8cb47ae237337b cooptools-1.7.tar.gz