!2 upgrade package for openstack yoga

From: @liksh 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2022-07-25 02:30:24 +00:00 committed by Gitee
commit 672d168840
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
jaeger-client-4.8.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-jaeger-client
Version: 4.4.0
Version: 4.8.0
Release: 1
Summary: Jaeger Python OpenTracing Tracer implementation
License: Apache-2.0
URL: https://github.com/jaegertracing/jaeger-client-python
Source0: https://files.pythonhosted.org/packages/cb/45/aa60d2fe5e727e718c2cd2e9fa5b240f59c2c12cb9213b1c8709e4e115eb/jaeger-client-4.4.0.tar.gz
Source0: https://files.pythonhosted.org/packages/c6/03/39a1190c987635e2293e59ff462ee9884fdd6184d2c5a25c867b250e6609/jaeger-client-4.8.0.tar.gz
BuildArch: noarch
%description
This is a client-side library that can be used to instrument Python apps for distributed trace collection,
@ -42,7 +42,7 @@ and to send those traces to Jaeger. See the OpenTracing Python API for additiona
%prep
%autosetup -n jaeger-client-4.4.0
%autosetup -n jaeger-client-4.8.0
%build
%py3_build
@ -87,5 +87,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 22 2022 liksh <li_kunshan@163.com> - 4.8.0-1
- Upgrade package for openstack yoga
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 4.4.0-1
- Package Spec generate