diff --git a/lesscpy-0.12.0.tar.gz b/lesscpy-0.12.0.tar.gz deleted file mode 100644 index d73b2c2..0000000 --- a/lesscpy-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c552757efc6e5d14d9a917ebdd036e7b6ff12ae68a5beb64a0a1cf856a098b5 -size 168823 diff --git a/lesscpy-0.13.0.tar.gz b/lesscpy-0.13.0.tar.gz new file mode 100644 index 0000000..9cc0381 --- /dev/null +++ b/lesscpy-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c6d0b544c5bcdadcd3d8319feccb4128d06676d4117c6c9396ab39c25372ad +size 157854 diff --git a/python-lesscpy.changes b/python-lesscpy.changes index 1a69cac..f746bef 100644 --- a/python-lesscpy.changes +++ b/python-lesscpy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 28 07:37:24 UTC 2019 - John Vandenberg + +- Fix incorrect URL +- Remove unnecessary build dependencies on flake8 and coverage by + using nose directly +- Add fdupes +- Update to v0.13.0 + Version bump due to non-linear version sequences + https://github.com/lesscpy/lesscpy/issues/94 + No changelog available + ------------------------------------------------------------------- Tue Dec 4 12:49:58 UTC 2018 - Matej Cepl diff --git a/python-lesscpy.spec b/python-lesscpy.spec index b054d80..ed6374e 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-lesscpy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lesscpy -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: Lesscss compiler License: MIT Group: Development/Languages/Python -URL: https://github.com/robotis/lesscpy +URL: https://github.com/lesscpy/lesscpy Source: https://files.pythonhosted.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module flake8} BuildRequires: %{python_module nose} BuildRequires: %{python_module ply} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ply Requires: python-six @@ -59,6 +58,7 @@ rm test/test_{bootstrap3,less,issues}.py %install %python_install %python_clone -a %{buildroot}%{_bindir}/lesscpy +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} %post %python_install_alternative lesscpy @@ -67,7 +67,7 @@ rm test/test_{bootstrap3,less,issues}.py %python_uninstall_alternative lesscpy %check -%python_exec setup.py test +%python_exec -m nose %files %{python_files} %license LICENSE