Hello community,
here is the log from the commit of package python-django-webpack-loader for
openSUSE:Factory checked in at 2020-06-02 14:40:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-webpack-loader (Old)
and /work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.3606
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-webpack-loader"
Tue Jun 2 14:40:04 2020 rev:4 rq:810617 version:0.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-webpack-loader/python-django-webpack-loader.changes
2020-04-04 12:26:50.136015014 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.3606/python-django-webpack-loader.changes
2020-06-02 14:40:56.931959469 +0200
@@ -1,0 +2,5 @@
+Mon Jun 1 12:39:17 UTC 2020 - [email protected]
+
+- do not require unittest2 for build, tests are currently not run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-webpack-loader.spec ++++++
--- /var/tmp/diff_new_pack.i2FhTy/_old 2020-06-02 14:40:58.471964338 +0200
+++ /var/tmp/diff_new_pack.i2FhTy/_new 2020-06-02 14:40:58.475964350 +0200
@@ -29,7 +29,8 @@
BuildRequires: %{python_module django-jinja}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module unittest2}
+# tests are not currently run; transition unittest2
+#BuildRequires: %%{python_module unittest2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django >= 1.10