!8 Update package to version 3.2.5.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-02-25 05:58:32 +00:00 committed by Gitee
commit 599b96cf97
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
daiquiri-3.2.5.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-daiquiri
Version: 3.2.3
Version: 3.2.5.1
Release: 1
Summary: Library to configure Python logging easily
License: Apache-2.0
URL: https://github.com/Mergifyio/daiquiri
Source0: https://files.pythonhosted.org/packages/b1/dd/0c74abdd493d9f32a198ecb50accf6a44e127631fa27121506ac4a8ebb59/daiquiri-3.2.3.tar.gz
Source0: https://files.pythonhosted.org/packages/6a/64/9a087d826172165d22e837f3d459f3f0bd1fb7287bfdd617a659a746c5d3/daiquiri-3.2.5.1.tar.gz
BuildArch: noarch
BuildRequires: python3-pip
@ -21,7 +21,7 @@ It also provides some custom formatters and handlers.
%package -n python3-daiquiri
Summary: Library to configure Python logging easily
Provides: python-daiquiri
Provides: python-daiquiri = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-daiquiri
@ -55,6 +55,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/*
%changelog
* Sun Feb 25 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 3.2.5.1-1
- Update package to version 3.2.5.1
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.2.3-1
- Upgrade package to version 3.2.3