From 6354ef10aa3f412fbd7f6ceb291e5fe83d5cb1d4 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 15:58:14 +0000 Subject: automatic import of python-colourmap --- .gitignore | 1 + python-colourmap.spec | 27 +++++++++++++++------------ sources | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index ab36c3c..3d0c34b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /colourmap-1.1.11.tar.gz +/colourmap-1.1.14.tar.gz diff --git a/python-colourmap.spec b/python-colourmap.spec index 899c2c6..8a4d302 100644 --- a/python-colourmap.spec +++ b/python-colourmap.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-colourmap -Version: 1.1.11 +Version: 1.1.14 Release: 1 Summary: Python package colourmap generates an N unique colors from the specified input colormap. License: MIT License URL: https://erdogant.github.io/colourmap -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/0d/4a8a2fb2fe54265e240eab8d329272e5be0b48aaa6dc17d820fff9402dc1/colourmap-1.1.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9c/ae/7a7ae7ba44c164e2790dc76dd8d06712af7ddcc8c8ee6dde0dea2db96df8/colourmap-1.1.14.tar.gz BuildArch: noarch Requires: python3-matplotlib @@ -20,7 +20,7 @@ Requires: python3-numpy [![Github Forks](https://img.shields.io/github/forks/erdogant/colourmap.svg)](https://github.com/erdogant/colourmap/network) [![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/colourmap.svg)](https://github.com/erdogant/colourmap/issues) [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) -[![Downloads](https://pepy.tech/badge/colourmap/month)](https://pepy.tech/project/colourmap/month) +[![Downloads](https://static.pepy.tech/badge/colourmap/month)](https://pepy.tech/project/colourmap) [![Downloads](https://pepy.tech/badge/colourmap)](https://pepy.tech/project/colourmap) [![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/colourmap/) @@ -28,6 +28,7 @@ Requires: python3-numpy *`` Colourmap`` generates an unique lit of RGB and HEX colors for the specified input list. + # **⭐️ Star this repo if you like it ⭐️** # @@ -121,7 +122,7 @@ BuildRequires: python3-pip [![Github Forks](https://img.shields.io/github/forks/erdogant/colourmap.svg)](https://github.com/erdogant/colourmap/network) [![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/colourmap.svg)](https://github.com/erdogant/colourmap/issues) [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) -[![Downloads](https://pepy.tech/badge/colourmap/month)](https://pepy.tech/project/colourmap/month) +[![Downloads](https://static.pepy.tech/badge/colourmap/month)](https://pepy.tech/project/colourmap) [![Downloads](https://pepy.tech/badge/colourmap)](https://pepy.tech/project/colourmap) [![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/colourmap/) @@ -129,6 +130,7 @@ BuildRequires: python3-pip *`` Colourmap`` generates an unique lit of RGB and HEX colors for the specified input list. + # **⭐️ Star this repo if you like it ⭐️** # @@ -219,7 +221,7 @@ Provides: python3-colourmap-doc [![Github Forks](https://img.shields.io/github/forks/erdogant/colourmap.svg)](https://github.com/erdogant/colourmap/network) [![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/colourmap.svg)](https://github.com/erdogant/colourmap/issues) [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) -[![Downloads](https://pepy.tech/badge/colourmap/month)](https://pepy.tech/project/colourmap/month) +[![Downloads](https://static.pepy.tech/badge/colourmap/month)](https://pepy.tech/project/colourmap) [![Downloads](https://pepy.tech/badge/colourmap)](https://pepy.tech/project/colourmap) [![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/colourmap/) @@ -227,6 +229,7 @@ Provides: python3-colourmap-doc *`` Colourmap`` generates an unique lit of RGB and HEX colors for the specified input list. + # **⭐️ Star this repo if you like it ⭐️** # @@ -306,7 +309,7 @@ c_hex = colourmap.rgb2hex(c_rgb) %prep -%autosetup -n colourmap-1.1.11 +%autosetup -n colourmap-1.1.14 %build %py3_build @@ -320,20 +323,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 . @@ -346,5 +349,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot - 1.1.11-1 +* Thu Jun 08 2023 Python_Bot - 1.1.14-1 - Package Spec generated diff --git a/sources b/sources index 892b0bf..6da1f17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caf1362063e45b042c08a297c98174a6 colourmap-1.1.11.tar.gz +ea8f5d987e21ab3a5f51d67e6d60ad66 colourmap-1.1.14.tar.gz -- cgit v1.2.3