update package

This commit is contained in:
liqiuyu123 2022-10-18 17:41:31 +08:00
parent f8f58a4a15
commit 32633f3f47
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 %global _empty_manifest_terminate_build 0
Name: python-zope-schema Name: python-zope-schema
Version: 6.0.0 Version: 6.2.1
Release: 2 Release: 1
Summary: zope.interface extension for defining data schemas Summary: zope.interface extension for defining data schemas
License: ZPLv2.1 License: ZPLv2.1
URL: https://github.com/zopefoundation/zope.schema 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 BuildArch: noarch
%description %description
@ -22,8 +22,8 @@ Summary: zope.interface extension for defining data schemas
Provides: python-zope-schema Provides: python-zope-schema
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-sphinx
Requires: python3-zope-interface Requires: python3-zope-interface
%description -n python3-zope-schema %description -n python3-zope-schema
Schemas extend the notion of interfaces to detailed descriptions of Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods). Every schema is an interface and 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 %package help
Summary: Development documents and examples for zope.schema Summary: Development documents and examples for zope.schema
Provides: python3-zope-schema-doc Provides: python3-zope-schema-doc
%description help %description help
Development documents and examples for zope.schema
%prep %prep
%autosetup -n zope.schema-%{version} %autosetup -n zope.schema-%{version}
@ -77,9 +77,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %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 * Thu Jul 28 2022 fushanqing <fushanqing@kylinos.cn> - 6.0.0-2
- Unified license name specification - Unified license name specification