Hello community,

here is the log from the commit of package python-django-picklefield for 
openSUSE:Factory checked in at 2018-12-11 15:49:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-picklefield (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-picklefield.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-picklefield"

Tue Dec 11 15:49:49 2018 rev:13 rq:657151 version:2.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-picklefield/python-django-picklefield.changes
      2017-09-04 12:33:03.827004669 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-picklefield.new.19453/python-django-picklefield.changes
   2018-12-11 15:49:51.754071984 +0100
@@ -1,0 +2,7 @@
+Tue Dec 11 11:44:51 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 2.0.0:
+  * no changelog
+- Enable tests
+
+-------------------------------------------------------------------

Old:
----
  django-picklefield-1.0.0.tar.gz

New:
----
  v2.0.0.tar.gz

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

Other differences:
------------------
++++++ python-django-picklefield.spec ++++++
--- /var/tmp/diff_new_pack.fppLLn/_old  2018-12-11 15:49:53.154070437 +0100
+++ /var/tmp/diff_new_pack.fppLLn/_new  2018-12-11 15:49:53.158070433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-picklefield
 #
-# 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,27 +12,23 @@
 # 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-%{**}}
-%bcond_with     test
 Name:           python-django-picklefield
-Version:        1.0.0
+Version:        2.0.0
 Release:        0
 Summary:        Pickled object field for Django
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://github.com/gintas/django-picklefield
-Source:         
https://files.pythonhosted.org/packages/source/d/django-picklefield/django-picklefield-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:            http://github.com/gintas/django-picklefield
+Source:         
https://github.com/gintas/django-picklefield/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module Django >= 1.11}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module Django}
-%endif
-Requires:       python-Django
+Requires:       python-Django >= 1.11
 BuildArch:      noarch
 %python_subpackages
 
@@ -54,13 +50,10 @@
 %install
 %python_install
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+%python_exec -m django test -v2 --settings=tests.settings
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/*
 


Reply via email to