diff --git a/dogpile.cache-0.7.1.tar.gz b/dogpile.cache-0.7.1.tar.gz deleted file mode 100644 index d472825..0000000 --- a/dogpile.cache-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31 -size 326127 diff --git a/dogpile.cache-0.8.0.tar.gz b/dogpile.cache-0.8.0.tar.gz new file mode 100644 index 0000000..c266ef3 --- /dev/null +++ b/dogpile.cache-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f5eae4aec908f76188a2c287e07105f60c05d879bb9a4efcc5ba44563d8de6 +size 323203 diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes index e72e2fe..fcdc1d1 100644 --- a/python-dogpile.cache.changes +++ b/python-dogpile.cache.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 4 14:09:51 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec index 568e2e5..5727add 100644 --- a/python-dogpile.cache.spec +++ b/python-dogpile.cache.spec @@ -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