File python3-Beaker.changes of Package python3-Beaker
-------------------------------------------------------------------
Sat Apr 25 19:11:10 UTC 2015 - benoit.monin@gmx.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 18:11:17 UTC 2015 - arun@gmx.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:
* @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.
-------------------------------------------------------------------
Sun Jan 10 00:51:53 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* remove python(abi) requirement
-------------------------------------------------------------------
Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com
- Remove openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
Sat Sep 22 20:26:45 UTC 2012 - os-dev@jacraig.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
<http://web.nvd.nist.gov/view/vuln/detail?vulnId=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 09:28:27 UTC 2012 - toddrme2178@gmail.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 08:33:12 UTC 2012 - toddrme2178@gmail.com
- Fix building on openSUSE 11.4
- spec file cleanups
-------------------------------------------------------------------
Wed May 23 03:08:21 UTC 2012 - highwaystar.ru@gmail.com
- python3 package added