Hello community,

here is the log from the commit of package python-pytest-django for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-django (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pytest-django.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-django"

Wed Feb 19 18:49:10 2020 rev:13 rq:777018 version:3.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-django/python-pytest-django.changes  
    2020-01-15 15:52:16.087557486 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-django.new.26092/python-pytest-django.changes
   2020-02-19 18:49:11.771062178 +0100
@@ -1,0 +2,47 @@
+Thu Jan 23 08:49:57 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update 3.8.0:
+  * Make Django's assertion helpers available in pytest_django.asserts (#709).
+  * Report django-configurations setting (#791)
+
+-------------------------------------------------------------------
+Fri Nov 15 10:49:15 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.7.0:
+  * Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead
+    of patching it into Django (#782).
+  * Work around pytest crashing due to ``pytest.fail`` being used from within 
the
+    DB blocker, and pytest trying to display an object representation involving
+    DB access (#781).  pytest-django uses a ``RuntimeError`` now instead.
+
+-------------------------------------------------------------------
+Wed Oct 30 11:54:08 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.6.0:
+  * Rename test databases when running parallel Tox (#678, #680)
+  * Django unittests: restore "debug" function (#769, #771)
+
+-------------------------------------------------------------------
+Thu Aug 22 13:40:41 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Simplify the deps
+
+-------------------------------------------------------------------
+Tue Jul  2 12:10:47 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.5.1:
+  * Fix compatibility with pytest 5.x (#751)
+
+-------------------------------------------------------------------
+Mon Jun 17 12:07:05 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.5.0:
+  * Run tests in the same order as Django (#223)
+  * Use verbosity=0 with disabled migrations (#729, #730)
+  * django_db_setup: warn instead of crash with teardown errors (#726)
+  * tests: fix test_sqlite_database_renamed (#739, #741)
+  * tests/conftest.py: move import of db_helpers (#737)
+  * Cleanup/improve coverage, mainly with tests (#706)
+  * Slightly revisit unittest handling (#740)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-pytest-django.spec ++++++
--- /var/tmp/diff_new_pack.N2KY9V/_old  2020-02-19 18:49:12.011062433 +0100
+++ /var/tmp/diff_new_pack.N2KY9V/_new  2020-02-19 18:49:12.011062433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-django
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,25 +18,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-django
-Version:        3.4.8
+Version:        3.8.0
 Release:        0
 Summary:        A Django plugin for py.test
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/pytest-dev/pytest-django
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-django/pytest-django-%{version}.tar.gz
 BuildRequires:  %{python_module Django}
-BuildRequires:  %{python_module pytest >= 3.6}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm >= 1.11.1}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-# Used for tests
 BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-pathlib2
 BuildRequires:  sqlite3
 Requires:       python-Django
-Requires:       python-pytest >= 3.6
+Requires:       python-pytest
 BuildArch:      noarch
 %ifpython2
 Requires:       python-pathlib2
@@ -71,7 +69,7 @@
 %check
 # memory operations failed in OBS not localy, thus skip them
 export DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite
-%python_expand PYTHONPATH=$(pwd) py.test-%{$python_bin_suffix} tests/ -k 'not 
test_sqlite_in_memory_used'
+%python_expand PYTHONPATH=$(pwd) py.test-%{$python_bin_suffix} -v tests/ -k 
'not (test_sqlite_in_memory_used or test_django_assert_num_queries_db or 
test_django_assert_max_num_queries_db)'
 
 %files %{python_files}
 %license LICENSE

++++++ pytest-django-3.4.8.tar.gz -> pytest-django-3.8.0.tar.gz ++++++
++++ 2231 lines of diff (skipped)


Reply via email to