File python-pyramid_layout.changes of Package python-pyramid_layout
-------------------------------------------------------------------
Fri Oct 6 20:07:07 UTC 2017 - bruno@ioda-net.ch
- Use https://files.pythonhosted.org
- Urls are all https now
- Url tag as URL
-------------------------------------------------------------------
Thu Oct 5 09:10:08 UTC 2017 - bruno@ioda-net.ch
- Packaging :
+ migrate to singlespec
+ create lang package with macros
+ doc package build only with py3 and related files refresh
-------------------------------------------------------------------
Fri Feb 6 13:26:12 UTC 2015 - hpj@urpla.net
- updated to 1.0
- 1.0 (2014-08-29)
Fixed a compatability issue with pyramid_jinja>=2.0.
- 0.9 (2014-04-17)
Fixed compatability issues with Pyramid 1.5. This version and later will
require Pyramid 1.5 or later. Fixed issue where panel context could not be a
boolean.
- 0.8 (2013-08-31)
Added configure.zcml file to top-level package for easier inclusion in
client ZCML configurations. Switched from Configurator.with_context method,
which was removed from Pyramid in 1.3 release, to pyramid_zcml.with_context.
This change introduces new dependency - pyramid_zcml. Fixed Python 3.1 and 3.2
support in zcml module by removing unicode literals. It is now possible to use
panels without a layout.
It is now possible to provide a context other than the current request’s
context to a panel.
-------------------------------------------------------------------
Tue Aug 6 09:07:05 UTC 2013 - hpj@urpla.net
- provide local intersphinx file in a less invasive way
-------------------------------------------------------------------
Mon Aug 5 22:52:05 UTC 2013 - hpj@urpla.net
- version 0.7: initial build