diff --git a/pyramid-2.0.1.tar.gz b/pyramid-2.0.1.tar.gz new file mode 100644 index 0000000..c87866c --- /dev/null +++ b/pyramid-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabfd745039e26ad5b0915fc396e8725c0f8a3d17b941f9611ecd1ed76cfe7da +size 2635286 diff --git a/pyramid-2.0.tar.gz b/pyramid-2.0.tar.gz deleted file mode 100644 index 2ec380b..0000000 --- a/pyramid-2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45431b387587ed0fac6213b54d6e9f0936f0cc85238a8f5af7852fc9484c5c77 -size 2631528 diff --git a/python-pyramid.changes b/python-pyramid.changes index 48cd0a2..bf4eea3 100644 --- a/python-pyramid.changes +++ b/python-pyramid.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Feb 20 05:45:21 UTC 2023 - Steve Kowalik + +- Update to 2.0.1: + * Add support for Python 3.10 and 3.11. + * Copy __name__ from decorated attribute when using pyramid.decorator.reify. + * Fix method signatures in docs for + pyramid.config.Configurator.add_static_view and + pyramid.config.Configurator.override_asset. + * Remove obsolete stackframe hack used in Python 3.5.0 when showing + configurator conflict errors. + * Fix an error when injecting certain objects into the pshell env due to + the use of !=. + * Pyramid drops support for l*gettext() methods in the i18n module. These + have been deprecated in Python's gettext module since 3.8, and removed + in Python 3.11. + * Avoid setDaemon(True) deprecation warning by updating threading API + usage to .daemon = True. + ------------------------------------------------------------------- Mon Aug 2 11:21:49 UTC 2021 - Markéta Machová diff --git a/python-pyramid.spec b/python-pyramid.spec index 350c9e6..7e525c9 100644 --- a/python-pyramid.spec +++ b/python-pyramid.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyramid # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -17,10 +17,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 Name: python-pyramid -Version: 2.0 +Version: 2.0.1 Release: 0 Summary: The Pyramid web application development framework License: BSD-4-Clause AND ZPL-2.1 AND MIT @@ -67,6 +65,8 @@ Pyramid is a Python web application development framework produced by the Pylons Project (http://pylonsproject.org). It was previously known as repoze.bfg (http://bfg.repoze.org). + + # NOTE: The documentation in the docs/ directory is under a # non-free license (CC-BY-NC-SA-3.0). Do not package it.