From 047e8039d9159a3bd223aa3c0925e91b75c648c51fcaa1046080255e5a2236c9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 17 Jul 2013 13:17:42 +0000 Subject: [PATCH] - Update to version 0.9h - Run testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lesscpy?expand=0&rev=2 --- lesscpy-0.6.tar.gz | 3 --- lesscpy-0.9h.tar.gz | 3 +++ python-lesscpy.changes | 6 ++++++ python-lesscpy.spec | 13 ++++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 lesscpy-0.6.tar.gz create mode 100644 lesscpy-0.9h.tar.gz diff --git a/lesscpy-0.6.tar.gz b/lesscpy-0.6.tar.gz deleted file mode 100644 index 25e786b..0000000 --- a/lesscpy-0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:295af5c4bae44a96a87a25cb98252242e89afb9a9c9571e71fdd1c2884dca30a -size 19797 diff --git a/lesscpy-0.9h.tar.gz b/lesscpy-0.9h.tar.gz new file mode 100644 index 0000000..a6f39d5 --- /dev/null +++ b/lesscpy-0.9h.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423f070ff75fa872f1234c62cda34113f9d4a306d790775935393f2ecf271a27 +size 31209 diff --git a/python-lesscpy.changes b/python-lesscpy.changes index f635427..30fe963 100644 --- a/python-lesscpy.changes +++ b/python-lesscpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 17 13:20:57 UTC 2013 - speilicke@suse.com + +- Update to version 0.9h +- Run testsuite + ------------------------------------------------------------------- Wed Feb 29 12:25:36 UTC 2012 - saschpe@suse.de diff --git a/python-lesscpy.spec b/python-lesscpy.spec index cf22457..9d7c015 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-lesscpy # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # Name: python-lesscpy -Version: 0.6 +Version: 0.9h Release: 0 Url: https://github.com/robotis/lesscpy Summary: Lesscss compiler @@ -25,6 +25,8 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +# Test requirements: +BuildRequires: python-ply Requires: python-ply %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -51,12 +53,13 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -#python lesscpy/test/__main__.py # Sigh! +python lesscpy/test/__main__.py # Sigh! %files %defattr(-,root,root,-) -%doc README +%doc LICENSE README %{_bindir}/lesscpy -%{python_sitelib}/* +%{python_sitelib}/lesscpy +%{python_sitelib}/lesscpy-%{version}-py%{py_ver}.egg-info %changelog