diff --git a/codecov-2.1.11.tar.gz b/codecov-2.1.11.tar.gz deleted file mode 100644 index c6b35bac9516da629860016299a4f5b74fb3197e..0000000000000000000000000000000000000000 Binary files a/codecov-2.1.11.tar.gz and /dev/null differ diff --git a/codecov-2.1.12.tar.gz b/codecov-2.1.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..065ecd3a483be17fbad0e9fafc125eba4474f0ca Binary files /dev/null and b/codecov-2.1.12.tar.gz differ diff --git a/python-codecov.spec b/python-codecov.spec index 0e7132d137a4a1d77eed28646d98cc6e8da6c0fd..d57802419ddbd0f38295c0159ae2988acaf808b6 100644 --- a/python-codecov.spec +++ b/python-codecov.spec @@ -1,48 +1,41 @@ %global _empty_manifest_terminate_build 0 -Name: python-codecov -Version: 2.1.11 -Release: 1 -Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab -License: Apache-2.0 -URL: https://github.com/codecov/codecov-python -Source0: https://files.pythonhosted.org/packages/5a/1e/aff89bf606c8939568b3f5fc388699af37e8e91c35ec10840d8224ebdca0/codecov-2.1.11.tar.gz -BuildArch: noarch +Name: python-codecov +Version: 2.1.12 +Release: 1 +Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab +License: Apache-2.0 +URL: https://github.com/codecov/codecov-python +Source0: https://files.pythonhosted.org/packages/59/fa/91b6184b1f15fe9db9c7172eb61a191dbdb4cdf89177e34f1f29a255ca70/codecov-2.1.12.tar.gz +BuildArch: noarch + +Requires: python3-requests +Requires: python3-coverage + %description Hosted coverage reports for GitHub, Bitbucket and Gitlab %package -n python3-codecov -Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab -Provides: python-codecov -# Base build requires -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel -# General requires -BuildRequires: python3-requests -BuildRequires: python3-coverage -# General requires -Requires: python3-requests -Requires: python3-coverage +Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab +Provides: python-codecov +BuildRequires: python3-devel +BuildRequires: python3-setuptools %description -n python3-codecov Hosted coverage reports for GitHub, Bitbucket and Gitlab %package help -Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab -Provides: python3-codecov-doc +Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab +Provides: python3-codecov-doc %description help Hosted coverage reports for GitHub, Bitbucket and Gitlab %prep -%autosetup -n codecov-2.1.11 +%autosetup -n codecov-%{version} %build %py3_build %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 @@ -50,33 +43,34 @@ 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 . mv %{buildroot}/doclist.lst . - %files -n python3-codecov -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Sat Sep 24 2022 guozhengxin - 2.1.12-1 +- Upgrade package to version 2.1.12 + * Fri Jul 30 2021 OpenStack_SIG - 2.1.11-1 - Package Spec generate