Hello community,

here is the log from the commit of package python-Beaker for openSUSE:Factory 
checked in at 2015-04-27 22:08:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Beaker (Old)
 and      /work/SRC/openSUSE:Factory/.python-Beaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Beaker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Beaker/python-Beaker.changes      
2013-10-01 08:25:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Beaker.new/python-Beaker.changes 
2015-04-27 22:09:15.000000000 +0200
@@ -1,0 +2,26 @@
+Sat Apr 25 18:36:03 UTC 2015 - benoit.mo...@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
+
+-------------------------------------------------------------------

Old:
----
  Beaker-1.6.4-setup_test.patch
  Beaker-1.6.4.tar.gz

New:
----
  Beaker-1.7.0.tar.gz

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

Other differences:
------------------
++++++ python-Beaker.spec ++++++
--- /var/tmp/diff_new_pack.yuKy04/_old  2015-04-27 22:09:16.000000000 +0200
+++ /var/tmp/diff_new_pack.yuKy04/_new  2015-04-27 22:09:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Beaker
 #
-# Copyright (c) 2013 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
@@ -16,35 +16,19 @@
 #
 
 
-# memcached with both bindings can be a bit heavy at times, thus only enable
-# with a build conditional (off by default):
-%bcond_with tests 
-
 Name:           python-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
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
-Patch:          Beaker-1.6.4-setup_test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       python-cryptopp >= 0.5.12
 BuildRequires:  fdupes
 BuildRequires:  python-cryptopp >= 0.5.12
 BuildRequires:  python-setuptools
-%if %{with tests}
-# Testing requirements:
-BuildRequires:  memcached
-BuildRequires:  python-SQLAlchemy
-BuildRequires:  python-WebTest
-BuildRequires:  python-mock
-BuildRequires:  python-nose
-# it tests against both memcached libs!
-BuildRequires:  python-pylibmc
-BuildRequires:  python-python-memcached
-%endif
 Provides:       python-beaker = %{version}
 Obsoletes:      python-beaker < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -88,8 +72,6 @@
 
 %prep
 %setup -q -n Beaker-%{version}
-%patch -p1
-sed -i "1d" beaker/crypto/pbkdf2.py # Fix non-executable script
 
 %build
 python setup.py build
@@ -98,17 +80,9 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %buildroot/%_prefix
 
-%if %{with tests}
-%check
-/usr/sbin/memcached&
-# test_container.test_dbm_container_{2,3} fail more often than not on BS, 
-# but succeed on a local build
-python setup.py test || true
-%endif
-
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE
+%doc README.rst
 %{python_sitelib}/beaker/
 %{python_sitelib}/Beaker-%{version}-py%{py_ver}.egg-info
 

++++++ Beaker-1.6.4.tar.gz -> Beaker-1.7.0.tar.gz ++++++
++++ 3912 lines of diff (skipped)


Reply via email to