Hello community, here is the log from the commit of package python3-Beaker for openSUSE:Factory checked in at 2015-04-25 21:50:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-Beaker (Old) and /work/SRC/openSUSE:Factory/.python3-Beaker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-Beaker" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-Beaker/python3-Beaker.changes 2015-01-23 15:46:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-Beaker.new/python3-Beaker.changes 2015-04-25 21:51:01.000000000 +0200 @@ -1,0 +2,24 @@ +Sat Apr 25 18:11:17 UTC 2015 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- Beaker-1.6.4.tar.gz New: ---- Beaker-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-Beaker.spec ++++++ --- /var/tmp/diff_new_pack.2lxnVp/_old 2015-04-25 21:51:01.000000000 +0200 +++ /var/tmp/diff_new_pack.2lxnVp/_new 2015-04-25 21:51:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-Beaker # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python3-Beaker -Version: 1.6.4 +Version: 1.7.0 Release: 0 Url: http://beaker.rtfd.org/ Summary: A Session and Caching library with WSGI Middleware @@ -25,8 +25,6 @@ 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 BuildArch: noarch @@ -74,7 +72,7 @@ %files %defattr(-,root,root,-) -%doc CHANGELOG LICENSE +%doc README.rst %{python3_sitelib}/beaker/ %{python3_sitelib}/Beaker-%{version}-py%{py3_ver}.egg-info ++++++ Beaker-1.6.4.tar.gz -> Beaker-1.7.0.tar.gz ++++++ ++++ 3912 lines of diff (skipped)
