Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2018-08-12 20:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Sun Aug 12 20:52:08 2018 rev:41 rq:628114 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2018-08-08 14:54:58.353695946 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2018-08-12 20:52:17.921093010 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 13:33:57 UTC 2018 - tchva...@suse.com
+
+- Enable testsuite
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.lALZxi/_old  2018-08-12 20:52:18.353093886 +0200
+++ /var/tmp/diff_new_pack.lALZxi/_new  2018-08-12 20:52:18.353093886 +0200
@@ -29,17 +29,37 @@
 Source1:        
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 Source99:       python-Django-rpmlintrc
+BuildRequires:  %{python_module Jinja2 >= 2.9.2}
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module argon2-cffi >= 16.1.0}
 BuildRequires:  %{python_module base >= 3.5}
+BuildRequires:  %{python_module bcrypt}
+BuildRequires:  %{python_module docutils}
+BuildRequires:  %{python_module geoip2}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pylibmc}
+BuildRequires:  %{python_module python-memcached >= 1.59}
+BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module selenium}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module sqlparse}
+BuildRequires:  %{python_module tblib}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Pillow
+Requires:       python-argon2-cffi >= 16.1.0
 Requires:       python-pytz
 Requires:       python-setuptools
-Requires:       python-xml
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
+Recommends:     python-Jinja2 >= 2.9.2
+Recommends:     python-PyYAML
+Recommends:     python-argon2-cffi >= 16.1.0
 Recommends:     python-bcrypt
+Recommends:     python-geoip2
+Recommends:     python-pylibmc
+Recommends:     python-python-memcached >= 1.59
 Provides:       python3-django = %{version}
 Obsoletes:      python3-django < %{version}
 Provides:       python3-South = %{version}
@@ -88,6 +108,11 @@
 popd
 }
 
+%check
+export LANG=en_US.UTF8
+export PYTHONDONTWRITEBYTECODE=1
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
tests/runtests.py
+
 %post
 %{python_install_alternative django-admin.py django-admin}
 



Reply via email to