Hello community,
here is the log from the commit of package python-lesscpy for
openSUSE:Leap:15.2 checked in at 2020-04-17 13:39:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-lesscpy (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-lesscpy.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lesscpy"
Fri Apr 17 13:39:05 2020 rev:12 rq:794844 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-lesscpy/python-lesscpy.changes
2020-03-09 18:07:37.288884710 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-lesscpy.new.2738/python-lesscpy.changes
2020-04-17 13:39:17.100298493 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 12:40:52 UTC 2020 - [email protected]
+
+- version update to 0.14.0
+ * no upstream changelog found
+
+-------------------------------------------------------------------
Old:
----
lesscpy-0.13.0.tar.gz
New:
----
lesscpy-0.14.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-lesscpy.spec ++++++
--- /var/tmp/diff_new_pack.zbafVB/_old 2020-04-17 13:39:17.388298710 +0200
+++ /var/tmp/diff_new_pack.zbafVB/_new 2020-04-17 13:39:17.388298710 +0200
@@ -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 @@
%python_uninstall_alternative lesscpy
%check
-%python_exec -m nose
+%pytest
%files %{python_files}
%license LICENSE
++++++ lesscpy-0.13.0.tar.gz -> lesscpy-0.14.0.tar.gz ++++++
++++ 2299 lines of diff (skipped)