Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyramid for openSUSE:Factory checked in at 2021-08-03 22:48:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old) and /work/SRC/openSUSE:Factory/.python-pyramid.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyramid" Tue Aug 3 22:48:57 2021 rev:19 rq:909945 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes 2020-08-31 16:52:15.532412852 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyramid.new.1899/python-pyramid.changes 2021-08-03 22:49:30.196441683 +0200 @@ -1,0 +2,19 @@ +Mon Aug 2 11:21:49 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Update to 2.0 + * Add Python 3.8 and 3.9 + * Drop Python 2.7, 3.4 and 3.5 + * The authentication and authorization policies of Pyramid 1.x have been + merged into a single security policy in Pyramid 2.0. New security APIs + have been added. + * It is now possible to control whether a route pattern contains + a trailing slash. + * pcreate and the builtin scaffolds have been removed in favor of + using the cookiecutter tool and the pyramid-cookiecutter-starter + cookiecutter. + * Deprecated the authentication and authorization interfaces and + principal-based support. + * Deprecated several ACL-related aspects of pyramid.security. Equivalent + objects should now be imported from the pyramid.authorization module. + +------------------------------------------------------------------- Old: ---- pyramid-1.10.4.tar.gz New: ---- pyramid-2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyramid.spec ++++++ --- /var/tmp/diff_new_pack.mE9GjJ/_old 2021-08-03 22:49:30.808440944 +0200 +++ /var/tmp/diff_new_pack.mE9GjJ/_new 2021-08-03 22:49:30.812440939 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyramid # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pyramid -Version: 1.10.4 +Version: 2.0 Release: 0 Summary: The Pyramid web application development framework License: BSD-4-Clause AND ZPL-2.1 AND MIT @@ -52,7 +52,7 @@ Requires: python-zope.deprecation >= 3.5.0 Requires: python-zope.interface >= 3.8.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if %{with python2} BuildRequires: python-repoze.lru >= 0.4 @@ -80,7 +80,7 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -for p in pcreate pdistreport prequest proutes pserve pshell ptweens pviews; do +for p in pdistreport prequest proutes pserve pshell ptweens pviews; do %python_clone -a %{buildroot}%{_bindir}/$p done @@ -89,15 +89,14 @@ %pytest tests/ %post -%python_install_alternative pcreate pdistreport prequest proutes pserve pshell ptweens pviews +%python_install_alternative pdistreport prequest proutes pserve pshell ptweens pviews %postun -%python_uninstall_alternative pcreate +%python_uninstall_alternative pdistreport %files %{python_files} %license LICENSE.txt %doc *.rst -%python_alternative %{_bindir}/pcreate %python_alternative %{_bindir}/pdistreport %python_alternative %{_bindir}/prequest %python_alternative %{_bindir}/proutes ++++++ pyramid-1.10.4.tar.gz -> pyramid-2.0.tar.gz ++++++ ++++ 54416 lines of diff (skipped)