diff --git a/lesscpy-0.15.0.tar.gz b/lesscpy-0.15.0.tar.gz deleted file mode 100644 index 6a2027d..0000000 Binary files a/lesscpy-0.15.0.tar.gz and /dev/null differ diff --git a/lesscpy-0.15.1.tar.gz b/lesscpy-0.15.1.tar.gz new file mode 100644 index 0000000..7e4dac1 Binary files /dev/null and b/lesscpy-0.15.1.tar.gz differ diff --git a/python-lesscpy.spec b/python-lesscpy.spec index f3ae74b..d7f7c5b 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -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 - 0.15.1-1 +- Update package to version 0.15.1 + * Tue Aug 09 2022 liukuo - 0.15.0-1 - Update version to 0.15.0