From 64877c8b327cd77c0b039b6ce489874fafb1e41b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:29:44 +0000 Subject: automatic import of python-chrys --- .gitignore | 1 + python-chrys.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6f5dbc8..919fbac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /chrys-4.0.25.tar.gz +/chrys-4.0.27.tar.gz diff --git a/python-chrys.spec b/python-chrys.spec index f66b7c2..d70ecda 100644 --- a/python-chrys.spec +++ b/python-chrys.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-chrys -Version: 4.0.25 +Version: 4.0.27 Release: 1 Summary: A collection of color palettes for mapping and visualisation License: BSD-3-Clause URL: https://github.com/netbek/chrys -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/b1/eef11eee9067a43783ff162452fd2660645f0ae43782fd112b1814902d99/chrys-4.0.25.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/84/61/4de863c45a848a9811b19e78c843bd0dc6a04dc626974dcacd1bb009b405/chrys-4.0.27.tar.gz BuildArch: noarch Requires: python3-matplotlib @@ -251,7 +251,7 @@ Copyright (c) 2017 Hein Bekker. Licensed under the BSD 3-Clause License. %prep -%autosetup -n chrys-4.0.25 +%autosetup -n chrys-4.0.27 %build %py3_build @@ -265,20 +265,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 . @@ -291,5 +291,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 4.0.25-1 +* Thu Jun 08 2023 Python_Bot - 4.0.27-1 - Package Spec generated diff --git a/sources b/sources index 70bd2df..c991195 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55d73a0eab6032c1391adca29a585949 chrys-4.0.25.tar.gz +a4fe5764760c2854b6009dc05a1b5e8f chrys-4.0.27.tar.gz -- cgit v1.2.3