forked from pool/python-dogpile.cache
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:
committed by
Git OBS Bridge
parent
c66a26ff1d
commit
77306f64fc
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31
|
||||
size 326127
|
||||
3
dogpile.cache-0.8.0.tar.gz
Normal file
3
dogpile.cache-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6
|
||||
size 323203
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 14:09:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 14:37:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user