Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-extensions for 
openSUSE:Factory checked in at 2022-09-18 17:32:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-extensions (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-extensions.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-extensions"

Sun Sep 18 17:32:24 2022 rev:14 rq:1004399 version:3.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-extensions/python-django-extensions.changes
        2022-05-06 18:59:41.761379969 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-extensions.new.2083/python-django-extensions.changes
      2022-09-18 17:32:25.693806912 +0200
@@ -1,0 +2,28 @@
+Sun Sep 18 01:41:37 UTC 2022 - John Vandenberg <jay...@gmail.com>
+
+- Remove patches merged upstream:
+  * pr_1698.patch
+  * remove-mock.patch
+  * support-werkzeug-2-1.patch
+- Add skips for tests depending on missing test data
+- Update to v3.2.1
+  * Improvement: fix translation interpolation in prospective arabic 
translations
+  * Improvement: runserver_plus, Add option to ignore files on runserver_plus 
reload
+  * Improvement: docs: Fix a few typos
+  * Improvement: drop python 3.5 as it is EOL
+  * Improvement: sqldiff, Added support for meta indexes and constraints in 
sqldiff
+  * Improvement: show_urls, Ensure consistent output in show_urls for django 
4.0+
+  * Fix: dumpscript, make_aware should not be called if aware already
+  * Fix: Use list values for requires_system_checks
+- from v3.2.0
+  * Improvement: Django 4 support
+  * Improvement: Accept both --no-input and --noinput
+  * Improvement: sqldsn, Added more styles to the sqldsn management command
+  * Improvement: graph_models, Flag for to color code relations based on 
on_delete
+  * Improvement: graph_models, Add --relation-fields-only flag
+  * Improvement: RandomCharField, allow keeping default values
+  * Fix: HexValidator, Max length validation
+  * Fix: runserver_plus, Fix KeyError: 'werkzeug.server.shutdown'
+  * New: managestate, Saves current applied migrations to a file or applies 
migrations from file
+
+-------------------------------------------------------------------

Old:
----
  django-extensions-3.1.5.tar.gz
  pr_1698.patch
  remove-mock.patch
  support-werkzeug-2-1.patch

New:
----
  django-extensions-3.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-extensions.spec ++++++
--- /var/tmp/diff_new_pack.kiOxE7/_old  2022-09-18 17:32:26.205808406 +0200
+++ /var/tmp/diff_new_pack.kiOxE7/_new  2022-09-18 17:32:26.209808417 +0200
@@ -17,21 +17,17 @@
 
 
 %define skip_python2 1
+%define skip_python36 1
 Name:           python-django-extensions
-Version:        3.1.5
+Version:        3.2.1
 Release:        0
 Summary:        Extensions for Django
 License:        BSD-3-Clause
 URL:            https://github.com/django-extensions/django-extensions
 Source:         
https://github.com/django-extensions/django-extensions/archive/%{version}.tar.gz#/django-extensions-%{version}.tar.gz
-# https://github.com/django-extensions/django-extensions/pull/1698
-Patch0:         pr_1698.patch
-Patch1:         remove-mock.patch
-# https://github.com/django-extensions/django-extensions/pull/1718
-Patch2:         support-werkzeug-2-1.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-Requires:       python-Django >= 2.2
+Requires:       python-Django >= 3.2
 Recommends:     python-Pygments
 Recommends:     python-Werkzeug
 Recommends:     python-django-json-widget
@@ -46,7 +42,7 @@
 # SECTION test requirements
 # See https://github.com/django-extensions/django-extensions/issues/1617
 # for optional dependency django-pdb
-BuildRequires:  %{python_module Django >= 2.2}
+BuildRequires:  %{python_module Django >= 3.2}
 BuildRequires:  %{python_module Pygments}
 BuildRequires:  %{python_module Werkzeug}
 BuildRequires:  %{python_module django-json-widget}
@@ -87,9 +83,17 @@
 export LANG=en_US.UTF-8
 export DJANGO_SETTINGS_MODULE=tests.testapp.settings
 export PYTHONPATH=${PWD}
+
+skips="(PipCheckerTests and not 
test_pipchecker_when_requirements_file_does_not_exist)"
 # test_should_colorize_noclasses_with_default_lexer - minor html output 
differences
+skips="$skips or test_should_colorize_noclasses_with_default_lexer"
 # test_no_models_dot_py fails to generate a .dot file
-%pytest -rs -v -k 'not ((PipCheckerTests and not 
test_pipchecker_when_requirements_file_does_not_exist) or 
test_should_colorize_noclasses_with_default_lexer or test_no_models_dot_py)'
+skips="$skips or test_no_models_dot_py"
+# missing fixtures in sdist
+skips="$skips or test_migration_is_last_applied or test_syncdata or 
test_validate_templates"
+
+# test_export_emails, test_set_fake_emails and test_set_fake_emails fail in 
setup due to missing fixtures in sdist
+%pytest -rs -v -k "not ($skips)" --ignore 
tests/management/commands/test_set_fake_passwords.py --ignore 
tests/management/commands/test_set_fake_emails.py --ignore 
tests/management/commands/test_export_emails.py
 
 %files %{python_files}
 %license LICENSE

++++++ django-extensions-3.1.5.tar.gz -> django-extensions-3.2.1.tar.gz ++++++
++++ 28682 lines of diff (skipped)

Reply via email to