Hello community,

here is the log from the commit of package python-Beaker for openSUSE:Factory 
checked in at 2012-10-03 09:56:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Beaker (Old)
 and      /work/SRC/openSUSE:Factory/.python-Beaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Beaker", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Beaker/python-Beaker.changes      
2012-05-29 10:34:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Beaker.new/python-Beaker.changes 
2012-10-03 09:56:03.000000000 +0200
@@ -1,0 +2,22 @@
+Sat Sep 22 20:26:45 UTC 2012 - os-...@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.
+
+-------------------------------------------------------------------
python3-Beaker.changes: same change

Old:
----
  Beaker-1.6.3.tar.gz

New:
----
  Beaker-1.6.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Beaker.spec ++++++
--- /var/tmp/diff_new_pack.aZGSVl/_old  2012-10-03 09:56:04.000000000 +0200
+++ /var/tmp/diff_new_pack.aZGSVl/_new  2012-10-03 09:56:04.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           python-Beaker
-Version:        1.6.3
+Version:        1.6.4
 Release:        0
-Url:            http://beaker.groovie.org
+Url:            http://beaker.rtfd.org/
 Summary:        A Session and Caching library with WSGI Middleware
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
@@ -68,7 +68,7 @@
 
 %prep
 %setup -q -n Beaker-%{version}
-sed -i "id" beaker/crypto/pbkdf2.py # Fix non-executable script
+sed -i "1d" beaker/crypto/pbkdf2.py # Fix non-executable script
 
 %build
 python setup.py build

++++++ python3-Beaker.spec ++++++
--- /var/tmp/diff_new_pack.aZGSVl/_old  2012-10-03 09:56:04.000000000 +0200
+++ /var/tmp/diff_new_pack.aZGSVl/_new  2012-10-03 09:56:04.000000000 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python3-Beaker
-Version:        1.6.3
+Version:        1.6.4
 Release:        0
-Url:            http://beaker.groovie.org
+Url:            http://beaker.rtfd.org/
 Summary:        A Session and Caching library with WSGI Middleware
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
+BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-BuildRequires:  python3-2to3
 %if 0%{?suse_version} && 0%{?suse_version} <= 1140
 %{!?python3_sitelib: %global python3_sitelib %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}
@@ -70,7 +71,7 @@
 
 %prep
 %setup -q -n Beaker-%{version}
-sed -i "id" beaker/crypto/pbkdf2.py # Fix non-executable script
+sed -i "1d" beaker/crypto/pbkdf2.py # Fix non-executable script
 
 %build
 python3 setup.py build

++++++ Beaker-1.6.3.tar.gz -> Beaker-1.6.4.tar.gz ++++++
++++ 2069 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to