!3 Update package
From: @liqiuyu123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
470d36d72d
BIN
6.0.0.tar.gz
BIN
6.0.0.tar.gz
Binary file not shown.
BIN
6.2.1.tar.gz
Normal file
BIN
6.2.1.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user