diff --git a/6.0.0.tar.gz b/6.0.0.tar.gz deleted file mode 100644 index c8dfd6d..0000000 Binary files a/6.0.0.tar.gz and /dev/null differ diff --git a/6.2.1.tar.gz b/6.2.1.tar.gz new file mode 100644 index 0000000..21d319b Binary files /dev/null and b/6.2.1.tar.gz differ diff --git a/python-zope-schema.spec b/python-zope-schema.spec index 224de9b..f9dcd9b 100644 --- a/python-zope-schema.spec +++ b/python-zope-schema.spec @@ -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 - 6.2.1-1 +- Upgrade package to version 6.2.1 + * Thu Jul 28 2022 fushanqing - 6.0.0-2 - Unified license name specification