14
0

30 Commits

Author SHA256 Message Date
8a478eac83 - add py313-tests.patch
- modernize spec file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=51
2024-11-09 08:23:47 +00:00
793def3df8 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=49
2024-01-02 21:18:37 +00:00
5b8a336081 Accepting request 1092132 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=47
2023-06-11 11:33:54 +00:00
89a6db733b - 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/package/show/devel:languages:python/python-pyramid?expand=0&rev=45
2023-02-20 05:47:16 +00:00
818d6a3fd9 Accepting request 909944 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/909944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=44
2021-08-03 10:07:47 +00:00
Tomáš Chvátal
183694f5d9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=41 2020-08-31 08:01:36 +00:00
Tomáš Chvátal
c800d203ca Accepting request 818271 from home:pgajdos:python
- use %pytest macro, drop dependency on nose

OBS-URL: https://build.opensuse.org/request/show/818271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=39
2020-07-02 09:12:44 +00:00
Tomáš Chvátal
a3ab42bdcf - Match up all the deps to the reality
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=37
2020-03-17 10:54:33 +00:00
1d577d6167 Accepting request 785393 from home:bruno_friedmann:branches:devel:languages:python
- Remove python2 support, due to pyton-venusian being only python3

OBS-URL: https://build.opensuse.org/request/show/785393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=35
2020-03-15 22:02:42 +00:00
ef2de3debc Accepting request 711286 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/711286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=33
2019-06-21 11:28:33 +00:00
Jan Matejek
089c3346b2 Accepting request 532916 from home:frispete:python
- add missing runtime dependencies

OBS-URL: https://build.opensuse.org/request/show/532916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=31
2017-10-10 12:46:00 +00:00
Todd R
5719e540af Accepting request 522366 from home:TheBlackCat:branches:devel:languages:python
- Remove non-free documentation (CC-BY-NC-SA-3.0 license).

OBS-URL: https://build.opensuse.org/request/show/522366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=29
2017-09-11 15:45:22 +00:00
Jan Matejek
9ff66e1757 Accepting request 522054 from home:TheBlackCat:branches:devel:languages:python
- Revert change to older copyright
  We shouldn't change previous copyrights
- Fix doc package dependency issue

OBS-URL: https://build.opensuse.org/request/show/522054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=28
2017-09-07 16:29:21 +00:00
a5d95f6939 Accepting request 515100 from home:jengelh:branches:devel:languages:python
- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/515100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=27
2017-08-08 16:00:57 +00:00
a9a7c50acd Accepting request 510577 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/510577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=26
2017-07-16 16:30:25 +00:00
9fad7094f2 Accepting request 352080 from home:frispete:python
- 1.6.0 (2016-01-03)
  Too many changes to list here, check:
  https://github.com/Pylons/pyramid/blob/master/CHANGES.txt

OBS-URL: https://build.opensuse.org/request/show/352080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=23
2016-01-05 18:12:09 +00:00
Todd R
b7f3f45b80 Accepting request 320145 from home:frispete:python
rephrased changelog

OBS-URL: https://build.opensuse.org/request/show/320145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=20
2015-08-03 12:34:16 +00:00
3e484e8ebb Accepting request 284520 from home:frispete:python
- fix python-venusian version: 1.0a3 is greater than 1.0 unfortunately

OBS-URL: https://build.opensuse.org/request/show/284520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=18
2015-02-06 16:50:05 +00:00
Todd R
fea35ba373 Accepting request 283948 from home:TheBlackCat:branches:devel:languages:python
+- Update year
+- Implement update-alternatives for compatibility with an unpcoming
+  python 3 version
+- Removed dependencies that are not longer needed.

OBS-URL: https://build.opensuse.org/request/show/283948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=17
2015-02-03 18:42:51 +00:00
bf5c748577 Accepting request 265045 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/265045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=16
2014-12-12 21:39:34 +00:00
Denisart Benjamin
8a80f1a803 Accepting request 208220 from home:posophe:branches:devel:languages:python
- Update to version 1.4.5
  + The ``alchemy`` scaffold would break when the database was MySQL during
    tables creation.  See https://github.com/Pylons/pyramid/pull/1049.  Backport 
    from master.
  + It was not possible to use ``pyramid.httpexceptions.HTTPException`` as
    the ``context`` of an exception view as very general catchall for
    http-related exceptions when you wanted that exception view to override the 
    default exception view. See https://github.com/Pylons/pyramid/issues/985.
    Backport from master.
  + When the ``pyramid.reload_templates`` setting was true, and a Chameleon 
    template was reloaded, and the renderer specification named a macro 
    (e.g. ``foo#macroname.pt``), renderings of the template after the template
    was reloaded due to a file change would produce the entire template body 
    instead of just a rendering of the macro.  See 
    https://github.com/Pylons/pyramid/issues/1013.  Backport from master.
  + Fixed a Mako renderer bug returning a tuple with a previous defname value
    in some circumstances. See https://github.com/Pylons/pyramid/issues/1037 for
    more information.  Backport from master.
  + Make ``pserve.cherrypy_server_runner`` Python 3 compatible. See
    https://github.com/Pylons/pyramid/issues/718.  Backport from master.
- Changes from version 1.4.4
  + Fix an obscure problem when combining a virtual root with a route with a 
    ``*traverse`` in its pattern.  Now the traversal path generated in
    such a configuration will be correct, instead of an element missing
    a leading slash.

OBS-URL: https://build.opensuse.org/request/show/208220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=13
2013-11-24 21:16:04 +00:00
Sascha Peilicke
7be8048543 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=12
2013-10-24 11:12:24 +00:00
9fbf757eb3 Accepting request 186105 from home:frispete:python
- remove pylons_theme_support.py module, as it is provided by
  python-pylons_sphinx_theme now

OBS-URL: https://build.opensuse.org/request/show/186105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=11
2013-08-06 13:59:27 +00:00
Sascha Peilicke
c0f2655c6a Accepting request 185209 from home:frispete:python
- add python-unittest2 and python-ordereddict deps for 11.1

OBS-URL: https://build.opensuse.org/request/show/185209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=10
2013-07-31 15:28:06 +00:00
Sascha Peilicke
8e26b35134 Accepting request 185023 from home:frispete:python
- Update to version 1.4.3
- generate documentation
- fix dependencies
- enable nose tests with coverage

- add python-zope-deprecation dependency

OBS-URL: https://build.opensuse.org/request/show/185023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=9
2013-07-31 06:25:58 +00:00
Ismail Dönmez
860539396b Accepting request 156922 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/156922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=7
2013-03-06 18:45:47 +00:00
Sascha Peilicke
5e8d7d9ee0 - Update to version 1.3.b3
* No changelog provided
- Don't install documentation with problematic licensing terms (bnc#753015)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=4
2012-03-20 14:50:08 +00:00
Sascha Peilicke
d6fab164f4 - Update to version 1.3.b2
* No changelog provided

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=3
2012-03-12 22:03:10 +00:00
Sascha Peilicke
d22c32334f - Update to 1.3a6
- Set license to SDPX style
- Simplified macro usage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=2
2012-02-01 10:09:47 +00:00
Sascha Peilicke
84b2499ceb - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=1
2011-09-27 19:04:38 +00:00