Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-devpi-server for openSUSE:Factory checked in at 2021-08-03 22:48:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-devpi-server (Old) and /work/SRC/openSUSE:Factory/.python-devpi-server.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-devpi-server" Tue Aug 3 22:48:58 2021 rev:6 rq:909949 version:6.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-devpi-server/python-devpi-server.changes 2020-05-28 09:19:43.193252837 +0200 +++ /work/SRC/openSUSE:Factory/.python-devpi-server.new.1899/python-devpi-server.changes 2021-08-03 22:49:32.148439328 +0200 @@ -1,0 +2,14 @@ +Tue Aug 3 09:11:58 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Update to 6.1.0 + * Proxy requests from replica to master are now streamed if possible. + * Dropped support for Python 2.7, 3.4 and 3.5. Python 3.x versions + will be supported until their EOL. + * Remove deprecated command line options which were replaced by + separate scripts. + * The user creation and modification time is now stored. + * add explicit ruamel.yaml dependency declaration after strictyaml + vendored it + * Allow user and index URLs to work with a trailing slash. + +------------------------------------------------------------------- Old: ---- devpi-server-5.4.1.tar.gz New: ---- devpi-server-6.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-devpi-server.spec ++++++ --- /var/tmp/diff_new_pack.GVGRan/_old 2021-08-03 22:49:32.572438816 +0200 +++ /var/tmp/diff_new_pack.GVGRan/_new 2021-08-03 22:49:32.572438816 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-devpi-server # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define commands export fsck gen-config import init passwd server +%define commands export fsck gen-config import init passwd server gen-secret %define skip_python2 1 Name: python-devpi-server -Version: 5.4.1 +Version: 6.1.0 Release: 0 Summary: Private PyPI caching server License: MIT @@ -32,19 +32,22 @@ BuildRequires: python-rpm-macros Requires: python-appdirs Requires: python-argon2-cffi >= 16.2 +Requires: python-attrs +Requires: python-defusedxml Requires: python-devpi-common >= 3.3.0 Requires: python-execnet >= 1.2 Requires: python-itsdangerous >= 0.24 +Requires: python-lazy Requires: python-passlib Requires: python-pluggy >= 0.6.0 Requires: python-py >= 1.4.23 -Requires: python-pyramid >= 1.8 +Requires: python-pyramid >= 2 Requires: python-repoze.lru >= 0.6 Requires: python-ruamel.yaml >= 0.15.94 Requires: python-strictyaml Requires: python-waitress >= 1.0.1 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives # nginx tests failing when not skipped, likely due to rpmbuild environment Suggests: nginx Suggests: python-WebTest @@ -56,17 +59,21 @@ BuildRequires: %{python_module WebTest} BuildRequires: %{python_module appdirs} BuildRequires: %{python_module argon2-cffi >= 16.2} +BuildRequires: %{python_module attrs} BuildRequires: %{python_module beautifulsoup4} +BuildRequires: %{python_module defusedxml} BuildRequires: %{python_module devpi-common >= 3.3.0} BuildRequires: %{python_module execnet >= 1.2} BuildRequires: %{python_module itsdangerous >= 0.24} +BuildRequires: %{python_module lazy} BuildRequires: %{python_module mock} BuildRequires: %{python_module passlib} BuildRequires: %{python_module pluggy >= 0.6.0} BuildRequires: %{python_module py >= 1.4.23} -BuildRequires: %{python_module pyramid >= 1.8} +BuildRequires: %{python_module pyramid >= 2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module repoze.lru >= 0.6} +BuildRequires: %{python_module ruamel.yaml >= 0.15.94} BuildRequires: %{python_module strictyaml} BuildRequires: %{python_module waitress >= 1.0.1} # /SECTION @@ -123,6 +130,7 @@ %python_alternative %{_bindir}/devpi-init %python_alternative %{_bindir}/devpi-passwd %python_alternative %{_bindir}/devpi-server +%python_alternative %{_bindir}/devpi-gen-secret %{python_sitelib}/* %changelog ++++++ devpi-server-5.4.1.tar.gz -> devpi-server-6.1.0.tar.gz ++++++ ++++ 11724 lines of diff (skipped)