!4 Update package to version 0.15.1

From: @jxy_git 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-19 12:18:31 +00:00 committed by Gitee
commit 7230e1ca43
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

Binary file not shown.

BIN
lesscpy-0.15.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-lesscpy Name: python-lesscpy
Version: 0.15.0 Version: 0.15.1
Release: 1 Release: 1
Summary: Python LESS compiler Summary: Python LESS compiler
License: MIT License: MIT
URL: https://github.com/lesscpy/lesscpy URL: https://github.com/lesscpy/lesscpy
Source0: https://files.pythonhosted.org/packages/62/74/af0a9d0051857de9cae6e71468f697c3cb03141a12ea363583ac72bfa3c3/lesscpy-0.15.0.tar.gz Source0: https://files.pythonhosted.org/packages/9f/e4/a0aad58ca8e755a8192c975163847a1b712a7a6130b087248be24c07a316/lesscpy-0.15.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-ply Requires: python3-ply
@ -27,10 +27,9 @@ Development files:
%package -n python3-lesscpy %package -n python3-lesscpy
Summary: Python LESS compiler Summary: Python LESS compiler
Provides: python-lesscpy Provides: python-lesscpy = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-lesscpy %description -n python3-lesscpy
Python LESS Compiler. Python LESS Compiler.
A compiler written in Python for the LESS language. For those of us not willing A compiler written in Python for the LESS language. For those of us not willing
@ -48,7 +47,6 @@ Development files:
%package help %package help
Summary: Development documents and examples for lesscpy Summary: Development documents and examples for lesscpy
Provides: python3-lesscpy-doc Provides: python3-lesscpy-doc
%description help %description help
Python LESS Compiler. Python LESS Compiler.
A compiler written in Python for the LESS language. For those of us not willing A compiler written in Python for the LESS language. For those of us not willing
@ -64,7 +62,7 @@ Development files:
https://github.com/lesscpy/lesscpy https://github.com/lesscpy/lesscpy
%prep %prep
%autosetup -n lesscpy-0.15.0 %autosetup -n lesscpy-%{version}
%build %build
%py3_build %py3_build
@ -104,6 +102,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Dec 16 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.15.1-1
- Update package to version 0.15.1
* Tue Aug 09 2022 liukuo <liukuo@kylinos.cn> - 0.15.0-1 * Tue Aug 09 2022 liukuo <liukuo@kylinos.cn> - 0.15.0-1
- Update version to 0.15.0 - Update version to 0.15.0