!6 Update package to version 5.1.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-02-21 06:32:40 +00:00 committed by Gitee
commit 784cfcd586
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-zope-component
Version: 5.0.1
Release: 2
Version: 5.1.0
Release: 1
Summary: Zope Component Architecture
License: ZPLv2.1
URL: https://github.com/zopefoundation/zope.component
Source0: https://github.com/zopefoundation/zope.component/archive/%{version}.tar.gz
Source0: https://github.com/zopefoundation/zope.component/archive/%{version}.tar.gz#/zope.component-%{version}.tar.gz
BuildArch: noarch
%description
@ -16,7 +16,7 @@ defining, registering and looking up components.
%package -n python3-zope-component
Summary: Zope Component Architecture
Provides: python-zope-component
Provides: python-zope-component = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-zope-deferredimport
@ -74,9 +74,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_pkgdocdir}
%{_docdir}/*
%changelog
* Tue Feb 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.1.0-1
- Update package to version 5.1.0
* Thu Jul 28 2022 fushanqing <fushanqing@kylinos.cn> - 5.0.1-2
- Unified license name specification

BIN
zope.component-5.1.0.tar.gz Normal file

Binary file not shown.