Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-django for 
openSUSE:Factory checked in at 2022-01-05 15:44:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-django (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-django.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-django"

Wed Jan  5 15:44:26 2022 rev:15 rq:942815 version:4.5.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-django/python-pytest-django.changes    
    2020-11-02 09:39:18.105547076 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-django.new.1896/python-pytest-django.changes
      2022-01-05 15:44:29.138254352 +0100
@@ -1,0 +2,58 @@
+Mon Dec 27 15:43:56 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 4.5.2
+  * Bugfixes
+  * Fix regression in v4.5.0 -
+    pytest.mark.django_db(reset_sequence=True) now implies
+    transaction=True again.
+- Release v4.5.1
+  * Bugfixes
+  * Fix regression in v4.5.0 - database tests inside (non-unittest)
+    classes were not ordered correctly to run before non-database
+    tests, same for transactional tests before non-transactional
+    tests.
+- Release v4.5.0
+  * Improvements
+  * Add support for :ref:`rollback emulation/serialized rollback
+    <test-case-serialized-rollback>`. The
+    :func:`pytest.mark.django_db` marker has a new
+    serialized_rollback option, and a
+    :fixture:`django_db_serialized_rollback` fixture is added.
+  * Official Python 3.10 support.
+  * Official Django 4.0 support (tested against 4.0rc1 at the time
+    of release).
+  * Drop official Django 3.0 support. Django 2.2 is still
+    supported, and 3.0 will likely keep working until 2.2 is
+    dropped, but it's not tested.
+  * Added pyproject.toml file.
+  * Skip Django's setUpTestData mechanism in pytest-django tests.
+    It is not used for those, and interferes with some planned
+    features. Note that this does not affect setUpTestData in
+    unittest tests (test classes which inherit from Django's
+    TestCase).
+  * Bugfixes
+  * Fix :fixture:`live_server` when using an in-memory SQLite
+    database.
+  * Fix typing of assertTemplateUsed and assertTemplateNotUsed.
+- Release v4.4.0
+  * Improvements
+  * Add a fixture :fixture:`django_capture_on_commit_callbacks` to
+    capture :func:`transaction.on_commit()
+    <django.db.transaction.on_commit>` callbacks in tests.
+- Release v4.3.0
+  * Improvements
+  * Add experimental :ref:`multiple databases <multi-db>` (multi
+    db) support.
+  * Add type annotations. If you previously excluded pytest_django
+    from your type-checker, you can remove the exclusion.
+  * Documentation improvements.
+- Release v4.2.0
+  * Improvements
+  * Official Django 3.2 support.
+  * Documentation improvements.
+  * Bugfixes
+  * Disable atomic durability check on non-transactional tests
+    (#910).
+- Skip python36: no python36-Django 4 in TW
+
+-------------------------------------------------------------------

Old:
----
  pytest-django-4.1.0.tar.gz

New:
----
  pytest-django-4.5.2.tar.gz

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

Other differences:
------------------
++++++ python-pytest-django.spec ++++++
--- /var/tmp/diff_new_pack.dyCqDP/_old  2022-01-05 15:44:31.222255669 +0100
+++ /var/tmp/diff_new_pack.dyCqDP/_new  2022-01-05 15:44:31.226255672 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-django
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+%define skip_python36 1
 Name:           python-pytest-django
-Version:        4.1.0
+Version:        4.5.2
 Release:        0
 Summary:        A Django plugin for py.test
 License:        BSD-3-Clause
@@ -28,7 +29,7 @@
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module pytest > 5.4.0}
 BuildRequires:  %{python_module pytest-xdist}
-BuildRequires:  %{python_module setuptools_scm >= 1.11.1}
+BuildRequires:  %{python_module setuptools_scm >= 5.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
@@ -73,6 +74,7 @@
 %files %{python_files}
 %license LICENSE
 %doc AUTHORS README.rst docs/*.rst
-%{python_sitelib}/*
+%{python_sitelib}/pytest_django
+%{python_sitelib}/pytest_django-%{version}*-info
 
 %changelog

++++++ pytest-django-4.1.0.tar.gz -> pytest-django-4.5.2.tar.gz ++++++
++++ 5334 lines of diff (skipped)

Reply via email to