Hello community,
here is the log from the commit of package python-dogpile.cache for
openSUSE:Factory checked in at 2015-05-07 09:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dogpile.cache (Old)
and /work/SRC/openSUSE:Factory/.python-dogpile.cache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dogpile.cache"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2014-09-17 17:25:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
2015-05-07 09:22:27.000000000 +0200
@@ -1,0 +2,31 @@
+Mon May 4 11:45:10 UTC 2015 - [email protected]
+
+- update to version 0.5.6:
+ * Changed the pickle protocol for the file/DBM backend to
+ pickle.HIGHEST_PROTOCOL when producing new pickles, to match
+ that of the redis and memorypickle backends. Pull request
+ courtesy anentropic.
+- additional changes from version 0.5.5:
+ * Added new arguments
+ CacheRegion.cache_on_arguments.function_key_generator and
+ CacheRegion.cache_multi_on_arguments.function_multi_key_generator
+ which serve as per-decorator replacements for the region-wide
+ CacheRegion.function_key_generator and
+ CacheRegion.function_multi_key_generator parameters,
+ respectively, so that custom key production schemes can be
+ applied on a per-function basis within one region. Pull request
+ courtesy Hongbin Lu.
+ * Fixed bug where sending -1 for the
+ CacheRegion.get_or_create.expiration_time parameter to
+ CacheRegion.get_or_create() or
+ CacheRegion.get_or_create_multi() would fail to honor the
+ setting as “no expiration time”. Pull request courtesy Hongbin
+ Lu.
+ * The wrap argument is now propagated when calling
+ CacheRegion.configure_from_config(). Pull request courtesy
+ Jonathan Vanasco.
+ * Fixed tests under py.test, which were importing a symbol from
+ pytest itself is_unittest which has been removed.
+- add fdupes as BuildRequires and call it after install
+
+-------------------------------------------------------------------
Old:
----
dogpile.cache-0.5.4.tar.gz
New:
----
dogpile.cache-0.5.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dogpile.cache.spec ++++++
--- /var/tmp/diff_new_pack.dKvFQX/_old 2015-05-07 09:22:28.000000000 +0200
+++ /var/tmp/diff_new_pack.dKvFQX/_new 2015-05-07 09:22:28.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
-# Copyright (c) 2014 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,13 +17,14 @@
Name: python-dogpile.cache
-Version: 0.5.4
+Version: 0.5.6
Release: 0
Summary: A caching front-end based on the Dogpile lock
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://bitbucket.org/zzzeek/dogpile.cache
Source:
https://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
+BuildRequires: fdupes
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-dogpile.core >= 0.4.1
@@ -47,6 +48,7 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}/%{_prefix}
%files
%defattr(-,root,root,-)
++++++ dogpile.cache-0.5.4.tar.gz -> dogpile.cache-0.5.6.tar.gz ++++++
++++ 4578 lines of diff (skipped)