Hello community,
here is the log from the commit of package python-python-memcached for
openSUSE:Factory checked in at 2017-09-04 12:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-memcached (Old)
and /work/SRC/openSUSE:Factory/.python-python-memcached.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-memcached"
Mon Sep 4 12:33:38 2017 rev:14 rq:520036 version:1.58
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-memcached/python-python-memcached.changes
2015-10-08 08:25:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-memcached.new/python-python-memcached.changes
2017-09-04 12:33:40.321873404 +0200
@@ -1,0 +2,17 @@
+Thu Aug 24 13:52:44 UTC 2017 - [email protected]
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
+Tue Nov 15 13:13:46 UTC 2016 - [email protected]
+
+- update to 1.58:
+ * Fixing a performance regression in v1.54 in Python 2, using cPickle again.
+ * Support for "stats slabs".
+ * Pin Six version to >= 1.4
+ * setup.py build process pulls version from memcached.py
+ * delete() and delete_multi() now default the "time" argument to None,
+ since the protocol doesn't allow a time in some implementations.
+ Patch by oremj #27
+
+-------------------------------------------------------------------
@@ -131,0 +149 @@
+
Old:
----
python-memcached-1.57.tar.gz
New:
----
python-memcached-1.58.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-memcached.spec ++++++
--- /var/tmp/diff_new_pack.xKTe0b/_old 2017-09-04 12:33:41.221746879 +0200
+++ /var/tmp/diff_new_pack.xKTe0b/_new 2017-09-04 12:33:41.221746879 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-memcached
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,28 +16,33 @@
#
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
+%bcond_with test
Name: python-python-memcached
-Version: 1.57
+Version: 1.58
Release: 0
-Url: http://www.tummy.com/Community/software/python-memcached/
Summary: Pure python memcached client
License: Python-2.0
Group: Development/Languages/Python
-Source:
http://pypi.python.org/packages/source/p/python-memcached/python-memcached-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: python-devel
-BuildRequires: python-nose
-BuildRequires: python-setuptools
-BuildRequires: python-six
+Url: http://www.tummy.com/Community/software/python-memcached/
+Source:
https://files.pythonhosted.org/packages/source/p/python-memcached/python-memcached-%{version}.tar.gz
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six}
+BuildRequires: python-rpm-macros
+%if %{with test}
+BuildRequires: %{python_module nose}
+BuildRequires: memcached
+%endif
+Requires: memcached
Requires: python-six
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
BuildArch: noarch
+%ifpython2
+Provides: %{oldpython}-memcached = %{version}
+Obsoletes: %{oldpython}-memcached < %{version}
%endif
-Provides: python-memcached = %{version}
-Obsoletes: python-memcached < %{version}
+%python_subpackages
%description
This package was originally written by Evan Martin of Danga.
@@ -52,17 +57,19 @@
%setup -q -n python-memcached-%{version}
%build
-python setup.py build
+%python_build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%if %{with test}
%check
-nosetests
+%python_expand nosetests-%{$python_bin_suffix}
+%endif
-%files
+%files %{python_files}
%defattr(-,root,root,-)
-%doc README.md
+%doc README.md PSF.LICENSE
%{python_sitelib}/*
%changelog
++++++ python-memcached-1.57.tar.gz -> python-memcached-1.58.tar.gz ++++++
++++ 1613 lines of diff (skipped)