Hello community, here is the log from the commit of package python-djet for openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-djet (Old) and /work/SRC/openSUSE:Leap:15.2/.python-djet.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-djet" Sun Feb 23 16:47:37 2020 rev:3 rq:776586 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-djet/python-djet.changes 2020-01-15 15:48:42.355435002 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-djet.new.26092/python-djet.changes 2020-02-23 16:47:37.830338998 +0100 @@ -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.Wq6IVK/_old 2020-02-23 16:47:38.258339821 +0100 +++ /var/tmp/diff_new_pack.Wq6IVK/_new 2020-02-23 16:47:38.274339852 +0100 @@ -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}/*
