From 1f1e78626837e005b2ecbcec8ae4eb9a7a4d5c40825c40866b9ffd1f1e2c5fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Apr 2020 12:58:46 +0000 Subject: [PATCH] Accepting request 794182 from home:pgajdos:python - version update to 0.14.0 * no upstream changelog found OBS-URL: https://build.opensuse.org/request/show/794182 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lesscpy?expand=0&rev=20 --- lesscpy-0.13.0.tar.gz | 3 --- lesscpy-0.14.0.tar.gz | 3 +++ python-lesscpy.changes | 6 ++++++ python-lesscpy.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 lesscpy-0.13.0.tar.gz create mode 100644 lesscpy-0.14.0.tar.gz diff --git a/lesscpy-0.13.0.tar.gz b/lesscpy-0.13.0.tar.gz deleted file mode 100644 index 9cc0381..0000000 --- a/lesscpy-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3c6d0b544c5bcdadcd3d8319feccb4128d06676d4117c6c9396ab39c25372ad -size 157854 diff --git a/lesscpy-0.14.0.tar.gz b/lesscpy-0.14.0.tar.gz new file mode 100644 index 0000000..ddf4cf6 --- /dev/null +++ b/lesscpy-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b664f60818a16afa8cc9f1dd6d9b17f944e0ce94e50787d76f81bc7a8648cce +size 186505 diff --git a/python-lesscpy.changes b/python-lesscpy.changes index 2a46691..b14acc7 100644 --- a/python-lesscpy.changes +++ b/python-lesscpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 15 12:40:52 UTC 2020 - pgajdos@suse.com + +- version update to 0.14.0 + * no upstream changelog found + ------------------------------------------------------------------- Mon Oct 14 13:52:12 UTC 2019 - Matej Cepl diff --git a/python-lesscpy.spec b/python-lesscpy.spec index 7e3aa3a..ae1d0da 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-lesscpy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lesscpy -Version: 0.13.0 +Version: 0.14.0 Release: 0 Summary: Lesscss compiler License: MIT URL: https://github.com/lesscpy/lesscpy Source: https://files.pythonhosted.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz -BuildRequires: %{python_module nose} BuildRequires: %{python_module ply} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ply +Requires: python-setuptools Requires: python-six Requires(post): update-alternatives Requires(postun): update-alternatives @@ -66,7 +67,7 @@ rm test/test_{bootstrap3,less,issues}.py %python_uninstall_alternative lesscpy %check -%python_exec -m nose +%pytest %files %{python_files} %license LICENSE