Update package to version 0.15.1

This commit is contained in:
jxy_git 2022-12-16 15:39:14 +08:00
parent 5c19f51703
commit 990f560c73
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
Name: python-lesscpy
Version: 0.15.0
Version: 0.15.1
Release: 1
Summary: Python LESS compiler
License: MIT
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
Requires: python3-ply
@ -27,10 +27,9 @@ Development files:
%package -n python3-lesscpy
Summary: Python LESS compiler
Provides: python-lesscpy
Provides: python-lesscpy = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-lesscpy
Python LESS Compiler.
A compiler written in Python for the LESS language. For those of us not willing
@ -48,7 +47,6 @@ Development files:
%package help
Summary: Development documents and examples for lesscpy
Provides: python3-lesscpy-doc
%description help
Python LESS Compiler.
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
%prep
%autosetup -n lesscpy-0.15.0
%autosetup -n lesscpy-%{version}
%build
%py3_build
@ -104,6 +102,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Update version to 0.15.0