Hello community,
here is the log from the commit of package python-webassets for
openSUSE:Factory checked in at 2019-12-12 23:17:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-webassets (Old)
and /work/SRC/openSUSE:Factory/.python-webassets.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-webassets"
Thu Dec 12 23:17:37 2019 rev:2 rq:755459 version:0.12.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-webassets/python-webassets.changes
2019-03-19 09:58:28.648100913 +0100
+++
/work/SRC/openSUSE:Factory/.python-webassets.new.4691/python-webassets.changes
2019-12-12 23:17:37.882216346 +0100
@@ -1,0 +2,5 @@
+Fri Dec 6 20:55:03 UTC 2019 - Erico Mendonca <[email protected]>
+
+- Adding locale variables, as some tests would fail due to unicode errors.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-webassets.spec ++++++
--- /var/tmp/diff_new_pack.Gi1rCK/_old 2019-12-12 23:17:38.366216303 +0100
+++ /var/tmp/diff_new_pack.Gi1rCK/_new 2019-12-12 23:17:38.370216302 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-webassets
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
# six.py=MIT
License: BSD-2-Clause AND Apache-2.0 AND LGPL-2.1-only AND BSD-3-Clause
AND MIT
Group: Development/Languages/Python
-URL: http://github.com/miracle2k/webassets/
+URL: https://github.com/miracle2k/webassets/
Source:
https://files.pythonhosted.org/packages/source/w/webassets/webassets-%{version}.tar.gz
Patch0: tests.patch
BuildRequires: %{python_module mock}
@@ -60,7 +60,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%{pytest}
+export LANG="en_US.UTF8"
+%pytest
%files %{python_files}
%license LICENSE