Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-import-export for
openSUSE:Factory checked in at 2021-12-26 15:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-import-export (Old)
and /work/SRC/openSUSE:Factory/.python-django-import-export.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-import-export"
Sun Dec 26 15:30:38 2021 rev:4 rq:942603 version:2.7.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-import-export/python-django-import-export.changes
2021-05-20 19:25:46.925764883 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-import-export.new.2520/python-django-import-export.changes
2021-12-26 15:30:38.967367269 +0100
@@ -1,0 +2,35 @@
+Sun Dec 26 12:39:08 UTC 2021 - John Vandenberg <[email protected]>
+
+- Update to v2.7.1
+ * Removed django_extensions from example app settings
+ * Added support for Django 4.0
+- from v2.7.0
+ * Big integer support for Integer widget
+ * Added skip_html_diff meta attribute
+ * Add ability to rollback the import on validation error
+ * Fix crash when deleting via admin site
+ * Use Github secret in CI script instead of hard-coded password
+ * Documentation: correct error in example application which leads to crash
+- from v2.6.1
+ * Revert 'dark mode' css: causes issues in django2.2
+- from v2.6.0
+ * Added guard for null 'options' to fix crash
+ * Updated import.css to support dark mode
+ * Fixed regression where overridden mixin methods are not called
+ * Fix xls/xlsx import of Time fields
+ * Added support for 'to_encoding' attribute
+ * Fix minor date formatting issue for date with years < 1000
+ * Translate the zh_Hans missing part
+ * Remove code duplication from mixins.py and admin.py
+ * don't test Django main branch with python36,37
+ * Support Django 3.2
+ * Rephrase logical clauses in docstrings
+ * Support multiple databases
+ * Add Farsi translated messages in the locale
+ * Update Russian translations
+ * Append export admin action using ModelAdmin.get_actions
+ * CachedInstanceLoader defaults to empty when import_id is missing
+ * Add kwargs to import_row, import_object and import_field
+ * Call load_workbook() with data_only flag
+
+-------------------------------------------------------------------
Old:
----
django-import-export-2.5.0.tar.gz
New:
----
django-import-export-2.7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-import-export.spec ++++++
--- /var/tmp/diff_new_pack.0fXYpP/_old 2021-12-26 15:30:39.423367483 +0100
+++ /var/tmp/diff_new_pack.0fXYpP/_new 2021-12-26 15:30:39.431367487 +0100
@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-django-import-export
-Version: 2.5.0
+Version: 2.7.1
Release: 0
Summary: Django data importing and exporting
License: BSD-2-Clause
@@ -36,6 +36,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django >= 2.0}
+BuildRequires: %{python_module chardet}
BuildRequires: %{python_module diff-match-patch}
BuildRequires: %{python_module tablib >= 0.14.0}
# /SECTION
@@ -64,6 +65,6 @@
%files %{python_files}
%doc AUTHORS README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/*import[-_]export*/
%changelog
++++++ django-import-export-2.5.0.tar.gz -> django-import-export-2.7.1.tar.gz
++++++
++++ 5011 lines of diff (skipped)