Hello community, here is the log from the commit of package python-whitenoise for openSUSE:Factory checked in at 2020-02-07 15:54:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-whitenoise (Old) and /work/SRC/openSUSE:Factory/.python-whitenoise.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-whitenoise" Fri Feb 7 15:54:11 2020 rev:4 rq:770587 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-whitenoise/python-whitenoise.changes 2019-07-22 17:19:21.573912169 +0200 +++ /work/SRC/openSUSE:Factory/.python-whitenoise.new.26092/python-whitenoise.changes 2020-02-07 15:55:36.051549332 +0100 @@ -1,0 +2,10 @@ +Thu Feb 6 13:10:34 UTC 2020 - Marketa Calabkova <[email protected]> + +- update to 5.0.1 + * remove Python 2 compatibility + * Fix incompatibility with Django 3.0 + * Lots of improvements to the test suite + * Make tests more deterministic and easier to run outside of tox. +- package GitHub tarball because of tests + +------------------------------------------------------------------- Old: ---- whitenoise-4.1.3.tar.gz New: ---- whitenoise-5.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-whitenoise.spec ++++++ --- /var/tmp/diff_new_pack.nCj2q1/_old 2020-02-07 15:55:38.583550624 +0100 +++ /var/tmp/diff_new_pack.nCj2q1/_new 2020-02-07 15:55:38.583550624 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-whitenoise # -# 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,20 +17,25 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-whitenoise -Version: 4.1.3 +Version: 5.0.1 Release: 0 Summary: Static file serving for WSGI applications License: MIT Group: Development/Languages/Python -Url: https://github.com/evansd/whitenoise -Source: https://files.pythonhosted.org/packages/source/w/whitenoise/whitenoise-%{version}.tar.gz +URL: https://github.com/evansd/whitenoise +Source: https://github.com/evansd/whitenoise/archive/v%{version}.tar.gz#/whitenoise-%{version}.tar.gz +BuildRequires: %{python_module Brotli >= 1.0.0} +BuildRequires: %{python_module Django >= 2.0} +BuildRequires: %{python_module pytest-django} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Suggests: python-Brotli +Suggests: python-Brotli >= 1.0.0 BuildArch: noarch - %python_subpackages %description @@ -46,6 +51,9 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %doc README.rst %license LICENSE ++++++ whitenoise-4.1.3.tar.gz -> whitenoise-5.0.1.tar.gz ++++++ ++++ 3418 lines of diff (skipped)
