!3 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-19 01:59:59 +00:00 committed by Gitee
commit 470d36d72d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 6 deletions

Binary file not shown.

BIN
6.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-zope-schema
Version: 6.0.0
Release: 2
Version: 6.2.1
Release: 1
Summary: zope.interface extension for defining data schemas
License: ZPLv2.1
URL: https://github.com/zopefoundation/zope.schema
Source0: https://github.com/zopefoundation/zope.schema/archive/%{version}.tar.gz
Source0: https://github.com/zopefoundation/zope.schema/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
%description
@ -22,8 +22,8 @@ Summary: zope.interface extension for defining data schemas
Provides: python-zope-schema
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-sphinx
Requires: python3-zope-interface
%description -n python3-zope-schema
Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods). Every schema is an interface and
@ -36,8 +36,8 @@ specify characteristics such as its value being read-only or not required.
%package help
Summary: Development documents and examples for zope.schema
Provides: python3-zope-schema-doc
%description help
Development documents and examples for zope.schema
%prep
%autosetup -n zope.schema-%{version}
@ -77,9 +77,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_pkgdocdir}
%{_docdir}/*
%changelog
* Tue Oct 18 2022 liqiuyu <liqiuyu@kylinos.cn> - 6.2.1-1
- Upgrade package to version 6.2.1
* Thu Jul 28 2022 fushanqing <fushanqing@kylinos.cn> - 6.0.0-2
- Unified license name specification