Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2019-10-05 16:21:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dogpile.cache (Old)
 and      /work/SRC/openSUSE:Factory/.python-dogpile.cache.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dogpile.cache"

Sat Oct  5 16:21:21 2019 rev:22 rq:735296 version:0.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes    
    2019-03-10 09:40:40.924099993 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.2352/python-dogpile.cache.changes
      2019-10-05 16:22:07.165153777 +0200
@@ -1,0 +2,16 @@
+Fri Oct  4 14:09:51 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- Update to 0.8.0
+  * Replaced the Python compatbility routines for ``getfullargspec()`` with a
+    fully vendored version from Python 3.3.  Originally, Python was emitting
+    deprecation warnings for this function in Python 3.8 alphas.  While this
+    change was reverted, it was observed that Python 3 implementations for
+    ``getfullargspec()`` are an order of magnitude slower as of the 3.4 series
+    where it was rewritten against ``Signature``.  While Python plans to
+    improve upon this situation, SQLAlchemy projects for now are using a simple
+    replacement to avoid any future issues.
+  * Pinned minimum version of Python decorator module at 4.0.0.
+  * Fixed the :func:`.sha1_mangle_key` key mangler to coerce incoming Unicode
+    objects into bytes.
+
+-------------------------------------------------------------------

Old:
----
  dogpile.cache-0.7.1.tar.gz

New:
----
  dogpile.cache-0.8.0.tar.gz

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

Other differences:
------------------
++++++ python-dogpile.cache.spec ++++++
--- /var/tmp/diff_new_pack.dVGk2j/_old  2019-10-05 16:22:07.533152818 +0200
+++ /var/tmp/diff_new_pack.dVGk2j/_new  2019-10-05 16:22:07.533152818 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-dogpile.cache
-Version:        0.7.1
+Version:        0.8.0
 Release:        0
 Summary:        A caching front-end based on the Dogpile lock
 License:        BSD-3-Clause
@@ -27,11 +27,11 @@
 URL:            https://github.com/sqlalchemy/dogpile.cache
 Source:         
https://files.pythonhosted.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
 BuildRequires:  %{python_module Mako}
-BuildRequires:  %{python_module decorator}
+BuildRequires:  %{python_module decorator >= 4.0.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-Requires:       python-decorator
+Requires:       python-decorator >= 4.0.0
 BuildRequires:  %{python_module six}
 Requires:       python-six
 BuildRequires:  fdupes

++++++ dogpile.cache-0.7.1.tar.gz -> dogpile.cache-0.8.0.tar.gz ++++++
++++ 33450 lines of diff (skipped)


Reply via email to