Changelog for
python3-Beaker-1.8.1-26.4.noarch.rpm :
Tue Oct 25 14:00:00 2016 arunAATTgmx.de
- update to version 1.8.1:
* Sessions have a new option save_accessed_time which defaults to
true for backwards compatibility. Set to false to tell beaker not
to update _accessed_time if the session hasn’t been changed, for
non-cookie sessions stores. This lets you avoid needless datastore
writes. _accessed_time will always be updated when the session is
intentionally saved.
* data_serializer parameter in Session accepts a custom object with
dumps and loads methods.
* Fixed a TypeError in exception reporting when failing to load a
NamespaceManager
* Allow to change Cookie Expiration from a value back to None,
previously it had no effect.
* Allow SessionMiddleware to setup a custom Session class through
the session_class argument.
* Added invalidate_corrupt option to CookieSessions too for valid
cookies containing invalid data.
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Sat Jan 30 13:00:00 2016 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 1.8.0:
* Encrypted sessions can now specify nonce length for salt
generation through encrypt_nonce_bits parameter. set it to 48 for
backward compatibility with sessions generated before 1.8.0
* kwargs support in AATTcache_region decorator
* annotations support in AATTcache_region decorator
* data_serializer parameter in Session can now specify json to avoid
pickle security issues
* Invalid cookies are now skipped in cookie based sessions
* Memcached based on PyLibMC now share same connection pool for same
url
Sat Apr 25 14:00:00 2015 benoit.moninAATTgmx.fr
- add fdupes as BuildRequires and call it after install
- switch from distribute to setuptools
- do not delete the first line of pbkdf2.py: fixed upstream
Sat Apr 25 14:00:00 2015 arunAATTgmx.de
- specfile:
* removed python3 and 2to3 requirements
* added REAMDE.rst, removed CHANGELOG LICENSE (not in tar-ball anymore)
- 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
- changes from version 1.6.5:
* AATTcached 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.
Sat Jan 10 13:00:00 2015 arunAATTgmx.de
- specfile:
* update copyright year
* remove python(abi) requirement
Thu Nov 22 13:00:00 2012 toddrme2178AATTgmail.com
- Remove openSUSE 11.4 spec file workarounds
Sat Sep 22 14:00:00 2012 os-devAATTjacraig.com
- Update to 1.6.4:
* Warning: Session hashing for encrypted sessions using PyCrypto has
changed. This will result in sessions being invalidated upon upgrading
if PyCrypto is used.
* Fix bug with key_length not being coerced to a int for comparison.
* Fix bug with cookie invalidation not clearing the cookie data.
* Added ability to pass in cookie_path for the Session.
* Add NSS crypto support to Beaker.
* Fix security bug with pycrypto not securing data such that an attacker
could possibly determine parts of the encrypted payload. See CVE-2012-3458
.
* Add ability to specify schema for database-backed sessions.
* Fix issue with long key names in memcached backend.
- Fix sed script so it removes the shebang instead of inserting \"d\" throughout
the pbkdf2.py file.
- Test suite now succeeds (for Python 2 package) but didn\'t add it to build
because it takes too long.
- Update URL to what is given in setup.py.
Thu Sep 6 14:00:00 2012 toddrme2178AATTgmail.com
- Restore BuildRequires: python3 This package depends on hash
algorithms that are only available if python3 is installed,
python3-devel will not pull them in. Building will fail if
BuildRequires: python3 is removed.
Fri May 25 14:00:00 2012 toddrme2178AATTgmail.com
- Fix building on openSUSE 11.4
- spec file cleanups
Wed May 23 14:00:00 2012 highwaystar.ruAATTgmail.com
- python3 package added