forked from pool/python-pyramid
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=45
51 KiB
51 KiB