Hello community, here is the log from the commit of package python-djet for openSUSE:Factory checked in at 2019-10-08 19:58:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-djet (Old) and /work/SRC/openSUSE:Factory/.python-djet.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-djet" Tue Oct 8 19:58:00 2019 rev:2 rq:735852 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-djet/python-djet.changes 2019-05-12 11:33:38.637912999 +0200 +++ /work/SRC/openSUSE:Factory/.python-djet.new.2352/python-djet.changes 2019-10-08 19:58:01.752179720 +0200 @@ -1,0 +2,5 @@ +Mon Oct 7 13:13:53 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Disable py2 build as it is unresolvable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-djet.spec ++++++ --- /var/tmp/diff_new_pack.NUzKse/_old 2019-10-08 19:58:02.228178294 +0200 +++ /var/tmp/diff_new_pack.NUzKse/_new 2019-10-08 19:58:02.232178282 +0200 @@ -12,30 +12,30 @@ # 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-%{**}} +%define skip_python2 1 Name: python-djet Version: 0.2.2 Release: 0 -License: MIT Summary: Set of helpers for easy testing of Django apps -Url: https://github.com/sunscrapers/djet -Group: Development/Languages/Python +License: MIT +URL: https://github.com/sunscrapers/djet Source: https://github.com/sunscrapers/djet/archive/%{version}.tar.gz#/djet-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module Django} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module djangorestframework} BuildRequires: %{python_module pytest-django} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Django Requires: python-Pillow Suggests: python-djangorestframework BuildArch: noarch - %python_subpackages %description @@ -57,10 +57,10 @@ # test_make_inmemory_image_should_pass fails on s390x and ppc64 # PIL/ImageFile.py:496: SystemError: tile cannot extend outside image # https://github.com/sunscrapers/djet/issues/31 -%python_exec -m pytest -k 'not test_make_inmemory_image_should_pass' +%pytest -k 'not test_make_inmemory_image_should_pass' %files %{python_files} -%doc LICENSE +%license LICENSE %doc README.rst %{python_sitelib}/*
