Package Release Info

python-Pylons-1.0.2-bp150.1.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-Pylons

Change Logs

* Wed Sep 28 2016 mardnh@gmx.de
- Update to 1.0.2:
  * In the event of a NilAccept for the language, request.languages() would
    throw an AttributeError exception. Fixes #24.
  * Encode Location HTTP header in redirect responses in UTF-8. Per
    RFC 3987. Refers to #15.
  * Remove "Post Traceback" as it was a possible XSS vector with prior versions
    of WebError, and the PylonsHQ site is no longer in existence to support them.
* Wed Nov 12 2014 p.drouand@gmail.com
- Disable the brocken tests; fix build on Factory
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Sun Aug 18 2013 toddrme2178@gmail.com
- Disable only failing network-dependent test
* Sun Aug 18 2013 toddrme2178@gmail.com
- Disable tests since they fail without a network connection
* Sat Oct 06 2012 os-dev@jacraig.com
- Update to 1.0.1:
  * No changes since RC1.
- A diff reveals some changes in the doc build files, but that's it.
- Update version numbers on various dependencies to match those given in
  setup.py.
- Add dependency on python-MarkupSafe, python-Paste and python-PasteDeploy, as
  indicated in setup.py.
- Run test suite (the problem in Python-Beaker package causing test failures
  is now fixed) and re-add build dependencies for tests.
- Remove stray .gitignore file in %install.
* Tue Jan 31 2012 saschpe@suse.de
- Don't install testsuite test files
- Removed build dependencies for testsuite (isn't run due to errors
  currently)
- Update to version 1.0.1rc1:
  * authenticate_form allows for GET. Patch by iElectric.
  * jsonify now properly sets charset to utf-8.
  * Add ability for jsonify to handle objects with a __json__ attribute using
    custom JSONEncoder class similar to TG2. Patch by Bob Farrell.
  * Added ability for __before__ to reference a callable function. Patch
    contributed by mverdone.
  * Pulled in JSON-RPC support from agentultra's pylons fork.
  * Apply patch for proper pylons.__version__ under Windows. Contributed by
    Christoph Zwerschke.
  * Utilize MarkupSafe for faster HTML escaping.
  * Fix signed cookies by using standard base64 alphabet, and prevent timing
    attacks on signature comparison.
  * Added setup of app_globals and config to Pylons config.init_app to ensure
    as long as the Pylons application is loaded, the app_globals and config
    will be appropriately initialized.
  * Documentation updates.
* Thu Sep 01 2011 saschpe@suse.de
- Renamed to python-Pylons, to match upstream name
- Use fdupes
- Changed license to BSD-3-Clause (SPDX style) from BSD3c
* Sat Jul 24 2010 renato.ppontes@gmail.com
- Update to 1.0
* Wed Aug 05 2009 cfarrell1980@gmail.com
- Imported to OBS
* Tue Dec 02 2008 jfunk@funktronics.ca
- Initial release