14
0

Accepting request 1066679 from devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1066679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyramid?expand=0&rev=20
This commit is contained in:
2023-02-20 16:46:06 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 7 deletions

3
pyramid-2.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fabfd745039e26ad5b0915fc396e8725c0f8a3d17b941f9611ecd1ed76cfe7da
size 2635286

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45431b387587ed0fac6213b54d6e9f0936f0cc85238a8f5af7852fc9484c5c77
size 2631528

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Feb 20 05:45:21 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- 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á <mmachova@suse.com>

View File

@@ -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.