15
0

Accepting request 735293 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/735293
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=50
This commit is contained in:
Tomáš Chvátal
2019-10-04 14:24:19 +00:00
committed by Git OBS Bridge
parent c66a26ff1d
commit 77306f64fc
4 changed files with 22 additions and 6 deletions

View File

@@ -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 @@ Group: Development/Languages/Python
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