Hello community,

here is the log from the commit of package python-pytest-django for 
openSUSE:Factory checked in at 2018-12-13 19:48:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-django (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-django.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-django"

Thu Dec 13 19:48:20 2018 rev:3 rq:656867 version:3.4.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-django/python-pytest-django.changes    
    2017-10-20 14:47:09.644623476 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-django.new.28833/python-pytest-django.changes
     2018-12-13 19:48:21.940707061 +0100
@@ -1,0 +2,7 @@
+Mon Dec 10 15:17:57 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Version update to 3.4.4:
+  * Many many changes to list properly
+- Drop obsolete patch python-pytest-django-dependency.patch
+
+-------------------------------------------------------------------

Old:
----
  pytest-django-3.1.2.tar.gz
  python-pytest-django-dependency.patch

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

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

Other differences:
------------------
++++++ python-pytest-django.spec ++++++
--- /var/tmp/diff_new_pack.q90zZd/_old  2018-12-13 19:48:22.412706450 +0100
+++ /var/tmp/diff_new_pack.q90zZd/_new  2018-12-13 19:48:22.412706450 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-django
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,34 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-django
-Version:        3.1.2
+Version:        3.4.4
 Release:        0
 Summary:        A Django plugin for py.test
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://pytest-django.readthedocs.org/
+URL:            https://github.com/pytest-dev/pytest-django
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-django/pytest-django-%{version}.tar.gz
-Patch:          python-pytest-django-dependency.patch
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module pytest >= 2.9.2}
-BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  %{python_module Django}
+BuildRequires:  %{python_module pytest >= 3.6}
+BuildRequires:  %{python_module setuptools_scm >= 1.11.1}
 BuildRequires:  %{python_module setuptools}
+# Used for tests
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python2-pathlib2
+BuildRequires:  sqlite3
+Requires:       python-Django
+Requires:       python-pytest >= 3.6
 BuildArch:      noarch
+%ifpython2
+Requires:       python-pathlib2
+%endif
 %python_subpackages
 
 %description
@@ -53,7 +59,6 @@
 
 %prep
 %setup -q -n pytest-django-%{version}
-%patch -p1
 
 %build
 %python_build
@@ -62,9 +67,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%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'
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog

++++++ pytest-django-3.1.2.tar.gz -> pytest-django-3.4.4.tar.gz ++++++
++++ 8772 lines of diff (skipped)


Reply via email to