update package

This commit is contained in:
liqiuyu123 2022-08-30 15:24:33 +08:00
parent 5451852682
commit ad52989e55
3 changed files with 7 additions and 7 deletions

Binary file not shown.

BIN
lazr.config-2.2.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-lazr.config
Version: 2.2.2
Version: 2.2.3
Release: 1
Summary: Create configuration schemas, and process and validate configurations.
License: LGPL v3
URL: https://pypi.org/project/lazr.config
Source0: https://files.pythonhosted.org/packages/91/35/a20ecb6cb8730b6936ed9b504534f232691fb4d1f5ee1a050472f033aaca/lazr.config-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/cd/33/0095b8fd0879ad9b80f3e3d30655c309a0319ce34df3c984ac316bce1ea5/lazr.config-2.2.3.tar.gz
BuildArch: noarch
%description
@ -22,8 +22,6 @@ Summary: Create configuration schemas, and process and validate configurations.
Provides: python-lazr.config
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-lazr.delegates
%description -n python3-lazr.config
The LAZR config system is typically used to manage process configuration.
Process configuration is for saying how things change when we run systems on
@ -36,7 +34,6 @@ files. The format supports schema validation.
%package help
Summary: Development documents and examples for lazr.config
Provides: python3-lazr.config-doc
%description help
Development documents and examples for lazr.config.
@ -78,8 +75,11 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_pkgdocdir}
%{_docdir}/*
%changelog
* Tue Aug 30 2022 liqiuyu <liqiuyu@kylinos.cn> - 2.2.3-1
- update to 2.2.3
* Thu Dec 17 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated
- Package Spec generated