Upgrade package to version 2.1.12
This commit is contained in:
parent
1a9f290bd8
commit
53a1c0ab27
Binary file not shown.
BIN
codecov-2.1.12.tar.gz
Normal file
BIN
codecov-2.1.12.tar.gz
Normal file
Binary file not shown.
@ -1,30 +1,24 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-codecov
|
Name: python-codecov
|
||||||
Version: 2.1.11
|
Version: 2.1.12
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/codecov/codecov-python
|
URL: https://github.com/codecov/codecov-python
|
||||||
Source0: https://files.pythonhosted.org/packages/5a/1e/aff89bf606c8939568b3f5fc388699af37e8e91c35ec10840d8224ebdca0/codecov-2.1.11.tar.gz
|
Source0: https://files.pythonhosted.org/packages/59/fa/91b6184b1f15fe9db9c7172eb61a191dbdb4cdf89177e34f1f29a255ca70/codecov-2.1.12.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: python3-requests
|
||||||
|
Requires: python3-coverage
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||||
|
|
||||||
%package -n python3-codecov
|
%package -n python3-codecov
|
||||||
Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
Summary: Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||||
Provides: python-codecov
|
Provides: python-codecov
|
||||||
# Base build requires
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
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
|
|
||||||
%description -n python3-codecov
|
%description -n python3-codecov
|
||||||
Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||||
|
|
||||||
@ -35,14 +29,13 @@ Provides: python3-codecov-doc
|
|||||||
Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n codecov-2.1.11
|
%autosetup -n codecov-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
@ -69,14 +62,15 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-codecov -f filelist.lst
|
%files -n python3-codecov -f filelist.lst
|
||||||
|
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 2.1.12-1
|
||||||
|
- Upgrade package to version 2.1.12
|
||||||
|
|
||||||
* Fri Jul 30 2021 OpenStack_SIG <openstack@openeuler.org> - 2.1.11-1
|
* Fri Jul 30 2021 OpenStack_SIG <openstack@openeuler.org> - 2.1.11-1
|
||||||
- Package Spec generate
|
- Package Spec generate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user