diff --git a/click-8.0.4.tar.gz b/click-8.0.4.tar.gz deleted file mode 100644 index b9568a60ff08d7c446948d03a1b817016443af48..0000000000000000000000000000000000000000 Binary files a/click-8.0.4.tar.gz and /dev/null differ diff --git a/click-8.1.3.tar.gz b/click-8.1.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d5fbbff2a7b2591845e10f1d9c2d2daebb4bb738 Binary files /dev/null and b/click-8.1.3.tar.gz differ diff --git a/python-click.spec b/python-click.spec index 9ef8244e0d811d8cc63cbe2a9b3bdc4815896995..3bfd00f5f8fb2ec36263d43797ddfce649b80d19 100644 --- a/python-click.spec +++ b/python-click.spec @@ -1,12 +1,16 @@ %global _empty_manifest_terminate_build 0 Name: python-click -Version: 8.0.4 +Version: 8.1.3 Release: 1 Summary: Composable command line interface toolkit -License: BSD +License: BSD-3-Clause URL: https://palletsprojects.com/p/click/ -Source0: https://files.pythonhosted.org/packages/dd/cf/706c1ad49ab26abed0b77a2f867984c1341ed7387b8030a6aa914e2942a0/click-8.0.4.tar.gz -BuildArch: noarch +Source0: https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8/click-8.1.3.tar.gz +BuildArch: noarch + +Requires: python3-colorama +Requires: python3-importlib-metadata + %description Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the @@ -14,18 +18,12 @@ in a composable way with as little code as necessary. It's the with sensible defaults out of the box. %package -n python3-click -Summary: Composable command line interface toolkit -Provides: python-click -# Base build requires -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr +Summary: Composable command line interface toolkit +Provides: python-click +BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-pip -BuildRequires: python3-wheel -# General requires BuildRequires: python3-colorama -# General requires -Requires: python3-colorama %description -n python3-click Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the @@ -49,7 +47,6 @@ with sensible defaults out of the box. %install %py3_install - install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -57,20 +54,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 . @@ -86,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 11 2022 liqiuyu - 8.1.3-1 +- Upgrade package to version 8.1.3 + * Thu May 19 2022 OpenStack_SIG - 8.0.4-1 - Upgrade package python3-click to version 8.0.4