Hello community, here is the log from the commit of package python-cheroot for openSUSE:Factory checked in at 2020-03-08 22:22:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cheroot (Old) and /work/SRC/openSUSE:Factory/.python-cheroot.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cheroot" Sun Mar 8 22:22:56 2020 rev:10 rq:782539 version:8.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cheroot/python-cheroot.changes 2019-11-04 17:08:31.476396904 +0100 +++ /work/SRC/openSUSE:Factory/.python-cheroot.new.26092/python-cheroot.changes 2020-03-08 22:23:01.892036520 +0100 @@ -1,0 +2,9 @@ +Sat Mar 7 14:09:21 UTC 2020 - Tomáš Chvátal <tchva...@suse.com> + +- Update to 8.3.0: + * cherrypy/cherrypy#910 via #243: Provide TLS-related + details via WSGI environment interface. + * #248: Fix parsing of the --bind CLI option + for abstract UNIX sockets. + +------------------------------------------------------------------- Old: ---- cheroot-8.2.1.tar.gz New: ---- cheroot-8.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cheroot.spec ++++++ --- /var/tmp/diff_new_pack.Sa2cfP/_old 2020-03-08 22:23:03.064037243 +0100 +++ /var/tmp/diff_new_pack.Sa2cfP/_new 2020-03-08 22:23:03.068037246 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-cheroot # -# 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 @@ -19,17 +19,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define pypi_name cheroot Name: python-%{pypi_name} -Version: 8.2.1 +Version: 8.3.0 Release: 0 Summary: Pure-python HTTP server License: BSD-3-Clause -URL: https://github.com/cherrypy/%{pypi_name} +URL: https://github.com/cherrypy/cheroot Source: https://files.pythonhosted.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildRequires: %{python_module jaraco.functools} +BuildRequires: %{python_module jaraco.text >= 3.1} BuildRequires: %{python_module more-itertools >= 2.6} BuildRequires: %{python_module pyOpenSSL} -BuildRequires: %{python_module pytest >= 2.8} -BuildRequires: %{python_module pytest-mock >= 1.10.4} +BuildRequires: %{python_module pytest >= 4.6} +BuildRequires: %{python_module pytest-mock >= 1.11.0} BuildRequires: %{python_module requests-unixsocket} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools >= 34.4} @@ -43,9 +44,6 @@ Requires: python-jaraco.functools Requires: python-more-itertools >= 2.6 Requires: python-six >= 1.11.0 -%ifpython2 -Requires: python-backports.functools_lru_cache -%endif # the package and distribution name is lowercase-cheroot, # but PyPI claims the name is capital-Cheroot # *smacks head against desk* @@ -54,6 +52,9 @@ %ifpython2 Requires: python-backports.functools_lru_cache %endif +%ifpython2 +Requires: python-backports.functools_lru_cache +%endif %python_subpackages %description @@ -62,7 +63,7 @@ %prep %autosetup -n cheroot-%{version} -p1 # do not require cov/xdist/etc -sed -i -e '/addopts/d' pytest.ini +rm pytest.ini %build %python_build ++++++ cheroot-8.2.1.tar.gz -> cheroot-8.3.0.tar.gz ++++++ ++++ 4279 lines of diff (skipped)