diff --git a/lesscpy-0.14.0.tar.gz b/lesscpy-0.14.0.tar.gz deleted file mode 100644 index a7b6fb5..0000000 Binary files a/lesscpy-0.14.0.tar.gz and /dev/null differ diff --git a/lesscpy-0.15.0.tar.gz b/lesscpy-0.15.0.tar.gz new file mode 100644 index 0000000..6a2027d Binary files /dev/null and b/lesscpy-0.15.0.tar.gz differ diff --git a/python-lesscpy.spec b/python-lesscpy.spec index 04e42fa..f3ae74b 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -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 - 0.15.0-1 +- Update version to 0.15.0 + * Fri Jul 09 2021 Python_Bot - 0.14.0-1 - Package Spec generated