15
0
forked from pool/python-Beaker

Accepting request 303985 from home:benoit_monin:branches:devel:languages:python

- update to version 1.7.0
- remove everything related to tests: upstream deleted them from archive
- drop Beaker-1.6.4-setup_test.patch: only used by the tests
- do not delete the shebang of pbkdf2.py: fixed upstream
- remove CHANGELOG and LICENSE from package: deleted from archive
- add README.rst to the package documentation

OBS-URL: https://build.opensuse.org/request/show/303985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=27
This commit is contained in:
Michal Čihař
2015-04-27 10:35:36 +00:00
committed by Git OBS Bridge
parent 9ab69a33ff
commit cdabdf27dc
5 changed files with 32 additions and 52 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Apr 25 18:36:03 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.7.0:
* Beaker no longer supports python 2.4 and 2.5
* Beaker now supports Python 2.6, 2.7, 3.2, 3.3, 3.4 without
2to3 usage
* Fixed Encrypted Cookie Session on Python3 #57
* New pbkdf2 mobule working on Python3 #21
* Fixed Test suite on Python 3.3 #53, #51
- additional changes from version 1.6.5:
* @cached decorator now keeps docstring of decorated method.
* Fix crash when Session ``accessed_time`` is not available,
this happened when session ``encrypt_key`` was changed.
* Fix cache regions not providing a default key length even
though this was required and examples in the doc didn't
provide it.
* Fix crash when cache expire wasn't an int, this happened when
caching options were loaded from a config file.
- remove everything related to tests:
upstream deleted them from archive
- drop Beaker-1.6.4-setup_test.patch: only used by the tests
- do not delete the shebang of pbkdf2.py: fixed upstream
- remove CHANGELOG and LICENSE from package: deleted from archive
- add README.rst to the package documentation
-------------------------------------------------------------------
Fri Aug 9 09:20:00 UTC 2013 - speilicke@suse.com