Revisions of python-pyramid

buildservice-autocommit accepted request 1136288 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 50)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 49)
- update to 2.0.2:
  * Removed support for null-bytes in the path when making a
    request for a file
  * Backward Incompatibilities - Requests to a static_view are no
    longer allowed to contain a null-byte in any
    usage to .daemon = True.
  * The authentication and authorization policies of Pyramid 1.x have been
    merged into a single security policy in Pyramid 2.0. New security APIs
  * It is now possible to control whether a route pattern contains
  * Deprecated the authentication and authorization interfaces and
    principal-based support.
  * Deprecated several ACL-related aspects of pyramid.security. Equivalent
- Remove python2 support, due to pyton-venusian being only python3
- use the PyPI tarball instead of github
    This should mitigate attacks from Flash (See CVE-2014-4671).
  * Fix regression where pserve --reload would not work when running as a daemon.
    command, introduced the method column for displaying available request methods, and
    improved the view output by showing the module instead of just __repr__.
    tables creation.  See https://github.com/Pylons/pyramid/pull/1049.  Backport
    http-related exceptions when you wanted that exception view to override the
  + When the ``pyramid.reload_templates`` setting was true, and a Chameleon
    template was reloaded, and the renderer specification named a macro
    was reloaded due to a file change would produce the entire template body
    instead of just a rendering of the macro.  See
  + Fix an obscure problem when combining a virtual root with a route with a
buildservice-autocommit accepted request 1092227 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 48)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1092132 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 47)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1066679 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 46)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 45)
- 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.
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 909944 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 44)
- 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.
buildservice-autocommit accepted request 830693 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 43)
baserev update by copy to link target
buildservice-autocommit accepted request 818272 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 40)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 818271 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 39)
- use %pytest macro, drop dependency on nose
buildservice-autocommit accepted request 785887 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 38)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 37)
- Match up all the deps to the reality
buildservice-autocommit accepted request 785398 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 36)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 785393 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 35)
- Remove python2 support, due to pyton-venusian being only python3
buildservice-autocommit accepted request 711308 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 34)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 711286 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 33)
- version update to 1.10.4
  Bugs fixed during 1.10
  ----------------------
  - Fix performance regression in ``pyramid.view.view_config`` decorator.
    See https://github.com/Pylons/pyramid/pull/3490
  - Add ``ignore_files`` option to ``[pserve]`` settings which will tell
    ``pserve`` to ignore certain files/globs when using ``--reload``.
    See https://github.com/Pylons/pyramid/pull/3464
  - Fix docs build for Sphinx 2.0.
    See https://github.com/Pylons/pyramid/pull/3481
  - Improve debugging info from ``pyramid.view.view_config`` decorator.
    See https://github.com/Pylons/pyramid/pull/3485
  - Fix a bug in ``pyramid.testing.DummySecurityPolicy`` in which
    ``principals_allowed_by_permission`` would return all principals instead
    of an empty list if ``permissive`` is ``False``.
    See https://github.com/Pylons/pyramid/pull/3450
  - Fix a bug in which ``pyramid.exceptions.ConfigurationConflictError`` may
    not render the appropriate error message on certain conflicts that were
    not sortable on Python 3 due to differing types.
    See https://github.com/Pylons/pyramid/pull/3457
  - Avoid configuring logging in the monitor process using the logging config
    intended for the application. This avoids opening files for writing in both
    processes which can cause issues on some systems.
    See https://github.com/Pylons/pyramid/pull/3460
  - Fix an issue when passing a duck-typed registry object into
    ``pyramid.testing.setUp(registry=...)`` in which the registry wasn't
    properly fixed prior to invoking actions.
    See https://github.com/Pylons/pyramid/pull/3418
  - Fix the ``pyramid.testing.DummyRequest`` to support the new
    ``request.accept`` API so that ``acceptable_offers`` is available even
buildservice-autocommit accepted request 532998 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 32)
baserev update by copy to link target
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 532916 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 31)
- add missing runtime dependencies
Displaying revisions 1 - 20 of 50
openSUSE Build Service is sponsored by