Hello community,
here is the log from the commit of package python-django-extensions for
openSUSE:Factory checked in at 2019-09-18 13:11:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-extensions (Old)
and /work/SRC/openSUSE:Factory/.python-django-extensions.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-extensions"
Wed Sep 18 13:11:25 2019 rev:2 rq:731226 version:2.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-extensions/python-django-extensions.changes
2019-05-12 11:33:35.281903174 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-extensions.new.7948/python-django-extensions.changes
2019-09-18 13:11:27.064689757 +0200
@@ -1,0 +2,13 @@
+Mon Sep 16 09:36:08 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.2.1:
+ * More tests
+ * Many bugfixes
+ * Fixes for newest pytest/django
+
+-------------------------------------------------------------------
+Fri Sep 13 16:02:37 UTC 2019 - John Vandenberg <[email protected]>
+
+- Use have/skip_python2/3 macros to allow building only one package
+
+-------------------------------------------------------------------
Old:
----
django-extensions-2.1.6.tar.gz
New:
----
django-extensions-2.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-extensions.spec ++++++
--- /var/tmp/diff_new_pack.8eGZCZ/_old 2019-09-18 13:11:27.900689581 +0200
+++ /var/tmp/diff_new_pack.8eGZCZ/_new 2019-09-18 13:11:27.904689580 +0200
@@ -17,7 +17,7 @@
Name: python-django-extensions
-Version: 2.1.6
+Version: 2.2.1
Release: 0
Summary: Extensions for Django
License: BSD-3-Clause
@@ -30,7 +30,6 @@
BuildRequires: %{python_module django-json-widget}
BuildRequires: %{python_module djangorestframework}
BuildRequires: %{python_module factory_boy}
-BuildRequires: %{python_module keyczar}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-django}
@@ -68,6 +67,9 @@
# and also not particularly useful when packaged.
rm tests/management/commands/test_pipchecker.py
+# tests are completely borked and the keyczar module is deprecated
+#rm tests/db/fields/test_encrypted.py
+
%build
%python_build
@@ -78,6 +80,7 @@
%check
export DJANGO_SETTINGS_MODULE=tests.testapp.settings
+%if 0%{?have_python2} && ! 0%{?skip_python2}
# It is not possible to use %%pytest here, as it expands to py.test-3.7
# which causes /usr/bin to be in the PYTHONPATH.
# django_extensions/management/commands/mail_debug.py imports smtpd,
@@ -85,11 +88,14 @@
# Python 3.
python2 -m pytest
+%endif
+%if 0%{?have_python3} && ! 0%{?skip_python3}
# Test collection exception ValueError: wrapper loop when unwrapping call
python3 -m pytest \
--ignore tests/test_logging_filters.py \
--ignore tests/management/commands/test_reset_db.py \
--ignore tests/management/commands/test_reset_schema.py
+%endif
%files %{python_files}
%license LICENSE
++++++ django-extensions-2.1.6.tar.gz -> django-extensions-2.2.1.tar.gz ++++++
++++ 9803 lines of diff (skipped)