Hello community,

here is the log from the commit of package python-django-jsonfield for 
openSUSE:Leap:15.2 checked in at 2020-05-03 14:29:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-jsonfield (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-django-jsonfield.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-jsonfield"

Sun May  3 14:29:18 2020 rev:2 rq:799678 version:3.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-django-jsonfield/python-django-jsonfield.changes
        2020-02-09 15:02:32.246746943 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-django-jsonfield.new.2738/python-django-jsonfield.changes
      2020-05-03 14:30:20.256641462 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 10:20:15 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.1.0:
+  * Support for new django releases
+
+-------------------------------------------------------------------

Old:
----
  jsonfield-2.0.2.tar.gz

New:
----
  jsonfield-3.1.0.tar.gz

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

Other differences:
------------------
++++++ python-django-jsonfield.spec ++++++
--- /var/tmp/diff_new_pack.RALu4h/_old  2020-05-03 14:30:20.580642153 +0200
+++ /var/tmp/diff_new_pack.RALu4h/_new  2020-05-03 14:30:20.580642153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-jsonfield
 #
-# 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
@@ -17,19 +17,23 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-django-jsonfield
-Version:        2.0.2
+Version:        3.1.0
 Release:        0
 Summary:        A reusable Django field to store validated JSON
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/dmkoch/django-jsonfield/
 Source:         
https://files.pythonhosted.org/packages/source/j/jsonfield/jsonfield-%{version}.tar.gz
-BuildRequires:  %{python_module Django >= 1.8.0}
+BuildRequires:  %{python_module Django >= 2.2}
+BuildRequires:  %{python_module base >= 3.6}
+BuildRequires:  %{python_module pytest-django}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Django >= 1.8.0
+Requires:       python-Django >= 2.2
 BuildArch:      noarch
 %python_subpackages
 
@@ -48,7 +52,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+export DJANGO_SETTINGS_MODULE="tests.settings"
+%pytest
 
 %files %{python_files}
 %doc README.rst

++++++ jsonfield-2.0.2.tar.gz -> jsonfield-3.1.0.tar.gz ++++++
++++ 2996 lines of diff (skipped)


Reply via email to