Update version to 0.15.0

This commit is contained in:
lauk001 2022-08-09 13:47:24 +08:00
parent b36837a850
commit beddd9d3c8
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 %global _empty_manifest_terminate_build 0
Name: python-lesscpy Name: python-lesscpy
Version: 0.14.0 Version: 0.15.0
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/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 BuildArch: noarch
Requires: python3-ply
Requires: python3-six
%description %description
Python LESS Compiler. Python LESS Compiler.
@ -62,7 +64,7 @@ Development files:
https://github.com/lesscpy/lesscpy https://github.com/lesscpy/lesscpy
%prep %prep
%autosetup -n lesscpy-0.14.0 %autosetup -n lesscpy-0.15.0
%build %build
%py3_build %py3_build
@ -102,5 +104,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Jul 09 2021 Python_Bot <Python_Bot@openeuler.org> - 0.14.0-1
- Package Spec generated - Package Spec generated