!3 Update version to 0.15.0

From: @lauk001 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-08-11 05:55:58 +00:00 committed by Gitee
commit 5c19f51703
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
lesscpy-0.15.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,15 @@
%global _empty_manifest_terminate_build 0
Name: python-lesscpy
Version: 0.14.0
Version: 0.15.0
Release: 1
Summary: Python LESS compiler
License: MIT
URL: https://github.com/lesscpy/lesscpy
Source0: https://files.pythonhosted.org/packages/42/0f/2589afd25b4799d76194f10c0f307ac5f252c8a8c7fc9c28dc0cc5130952/lesscpy-0.14.0.tar.gz
Source0: https://files.pythonhosted.org/packages/62/74/af0a9d0051857de9cae6e71468f697c3cb03141a12ea363583ac72bfa3c3/lesscpy-0.15.0.tar.gz
BuildArch: noarch
Requires: python3-ply
Requires: python3-six
%description
Python LESS Compiler.
@ -62,7 +64,7 @@ Development files:
https://github.com/lesscpy/lesscpy
%prep
%autosetup -n lesscpy-0.14.0
%autosetup -n lesscpy-0.15.0
%build
%py3_build
@ -102,5 +104,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Aug 09 2022 liukuo <liukuo@kylinos.cn> - 0.15.0-1
- Update version to 0.15.0
* Fri Jul 09 2021 Python_Bot <Python_Bot@openeuler.org> - 0.14.0-1
- Package Spec generated