Hello community,
here is the log from the commit of package python-django-compressor for
openSUSE:Leap:15.2 checked in at 2020-04-14 14:21:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-compressor (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-django-compressor.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-compressor"
Tue Apr 14 14:21:33 2020 rev:2 rq:793570 version:2.4
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-django-compressor/python-django-compressor.changes
2020-02-20 00:08:06.628211963 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-django-compressor.new.3248/python-django-compressor.changes
2020-04-14 14:21:43.989308167 +0200
@@ -1,0 +2,6 @@
+Fri Apr 3 06:58:10 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Bump the version requirement on django to be >= 2.2
+- Enable verbose testing
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-compressor.spec ++++++
--- /var/tmp/diff_new_pack.5WxKwO/_old 2020-04-14 14:21:44.361308444 +0200
+++ /var/tmp/diff_new_pack.5WxKwO/_new 2020-04-14 14:21:44.365308448 +0200
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define mod_name django_compressor
+%define skip_python2 1
Name: python-django-compressor
Version: 2.4
Release: 0
@@ -27,13 +28,15 @@
URL: https://github.com/django-compressor/django-compressor
Source:
https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz
BuildRequires: %{python_module Brotli >= 1.0.6}
-BuildRequires: %{python_module Django >= 1.11}
+BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module calmjs}
BuildRequires: %{python_module csscompressor}
BuildRequires: %{python_module django-appconf >= 1.0}
BuildRequires: %{python_module django-sekizai >= 0.9.0}
+BuildRequires: %{python_module html5lib}
+BuildRequires: %{python_module lxml}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module rcssmin >= 1.0.6}
BuildRequires: %{python_module rjsmin >= 1.1.0}
@@ -41,7 +44,7 @@
BuildRequires: %{python_module slimit}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django >= 1.11
+Requires: python-Django >= 2.2
Requires: python-Jinja2
Requires: python-beautifulsoup4
Requires: python-csscompressor
@@ -73,7 +76,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand %{_bindir}/django-admin.py-%{$python_bin_suffix} test
--settings=compressor.test_settings compressor --pythonpath=`pwd`
+%python_expand %{_bindir}/django-admin.py-%{$python_bin_suffix} test
--settings=compressor.test_settings compressor --pythonpath=`pwd` -v2
%files %{python_files}
%license LICENSE