Hello community,

here is the log from the commit of package python3-lesscpy for openSUSE:Factory 
checked in at 2015-10-28 17:30:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-lesscpy (Old)
 and      /work/SRC/openSUSE:Factory/.python3-lesscpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-lesscpy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2014-11-18 22:45:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes     
2015-10-28 17:30:39.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Oct 26 14:38:42 UTC 2015 - toddrme2...@gmail.com
+
+- Update to version 0.10.2
+  * No upstream changelog
+- Disable broken unittests
+- Remove upstream-included lesscpy-setup-encoding.patch
+
+-------------------------------------------------------------------

Old:
----
  lesscpy-0.9j.tar.gz
  lesscpy-setup-encoding.patch

New:
----
  lesscpy-0.10.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-lesscpy.spec ++++++
--- /var/tmp/diff_new_pack.mlLibD/_old  2015-10-28 17:30:40.000000000 +0100
+++ /var/tmp/diff_new_pack.mlLibD/_new  2015-10-28 17:30:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lesscpy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,19 +17,25 @@
 
 
 Name:           python3-lesscpy
-Version:        0.9j
+Version:        0.10.2
 Release:        0
 Url:            https://github.com/robotis/lesscpy
 Summary:        Lesscss compiler
 License:        MIT
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/l/lesscpy/lesscpy-%{version}.tar.gz
-Patch0:         lesscpy-setup-encoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
-# Test requirements:
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-ply
+BuildRequires:  python3-six
+# Test requirements:
+BuildRequires:  python3-coverage
+BuildRequires:  python3-flake8
+BuildRequires:  python3-nose
+BuildConflicts: python3-buildservice-tweak
 Requires:       python3-ply
+Requires:       python3-six
 BuildArch:      noarch
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -45,7 +51,6 @@
 
 %prep
 %setup -q -n lesscpy-%{version}
-%patch0 -p1
 
 %build
 python3 setup.py build
@@ -55,8 +60,10 @@
 mv %{buildroot}%{_bindir}/lesscpy{,-%{py3_ver}}
 ln -s %{_bindir}/lesscpy-%{py3_ver} %{buildroot}%{_bindir}/lesscpy
 
-%check
-python3 lesscpy/test/__main__.py # Sigh!
+# Unit tests are broken
+# %check
+# rm test/*.pyc
+#  python3 setup.py test
 
 %pre
 # Since /usr/bin/lesscpy became ghosted to be used with update-alternatives, we

++++++ lesscpy-0.9j.tar.gz -> lesscpy-0.10.2.tar.gz ++++++
++++ 23611 lines of diff (skipped)


Reply via email to