Hello community,
here is the log from the commit of package python-django-webpack-loader for
openSUSE:Factory checked in at 2019-06-03 18:56:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-webpack-loader (Old)
and /work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.5148
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-webpack-loader"
Mon Jun 3 18:56:02 2019 rev:2 rq:707063 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-webpack-loader/python-django-webpack-loader.changes
2019-05-16 22:10:12.470274144 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-webpack-loader.new.5148/python-django-webpack-loader.changes
2019-06-03 18:56:03.124413683 +0200
@@ -1,0 +2,5 @@
+Sun Jun 2 20:42:41 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-webpack-loader.spec ++++++
--- /var/tmp/diff_new_pack.C3Dnpq/_old 2019-06-03 18:56:05.084412956 +0200
+++ /var/tmp/diff_new_pack.C3Dnpq/_new 2019-06-03 18:56:05.108412947 +0200
@@ -20,16 +20,16 @@
Name: python-django-webpack-loader
Version: 0.6.0
Release: 0
-Summary: Transparently use webpack with django
+Summary: Django plugin to transparently use webpack
License: MIT
Group: Development/Languages/Python
URL: https://github.com/owais/django-webpack-loader
Source:
https://github.com/owais/django-webpack-loader/archive/%{version}.tar.gz
BuildRequires: %{python_module Django >= 1.8}
BuildRequires: %{python_module django-jinja}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module unittest2}
-BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django >= 1.8
@@ -38,7 +38,7 @@
%python_subpackages
%description
-Use webpack to generate your static bundles without Django's
+webpack can be used to generate static bundles without Django's
staticfiles or opaque wrappers.
%prep