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
6073b9112d
Accepting request 352099 from home:frispete:python
...
- use the PyPI tarball instead of github
OBS-URL: https://build.opensuse.org/request/show/352099
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=24
2016-01-05 21:33:55 +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
c97a35d99e
Accepting request 320159 from home:frispete:python
...
fixed changelog
OBS-URL: https://build.opensuse.org/request/show/320159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=21
2015-08-03 14:06:16 +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
6b9e9be441
Accepting request 208358 from home:posophe:branches:devel:languages:python
...
indicate patch removal
OBS-URL: https://build.opensuse.org/request/show/208358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=14
2013-11-25 22:58:07 +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