Revisions of python-dogpile.cache

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 735293 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 50)
- 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.
buildservice-autocommit accepted request 682880 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 49)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 48)
- Update to 0.7.1:
  * fix python3 deprecation warnings
  * Restore the API for async_creation_runner in all cases
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 47)
- Fix fdupes call
buildservice-autocommit accepted request 655471 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 46)
baserev update by copy to link target
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 45)
- update to 0.6.8:
  * Project hosting has moved to GitHub, under the SQLAlchemy
    organization at https://github.com/sqlalchemy/dogpile.cache
  * Fixed issue in the :meth:`.CacheRegion.get_or_create_multi` method which
    was erroneously considering the cached value as the timestamp field if the
    :meth:`.CacheRegion.invalidate` method had ben used, usually causing a
    ``TypeError`` to occur, or in less frequent cases an invalid result for
    whether or not the cached value was invalid, leading to excessive caching
    or regeneration. The issue was a regression caused by an implementation
    issue in the pluggable invalidation feature added in :ticket:`38`.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 44)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 642929 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 43)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 42)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 41)
- update to 0.6.6:
   Added method :attr:`.CacheRegion.actual_backend` which calculates and
   caches the actual backend for the region, which may be abstracted by
   the use of one or more :class:`.ProxyBackend` subclasses.
buildservice-autocommit accepted request 600039 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
- for testing purposes drop dogpile.cache-tests_more_slow_waiters.patch
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 38)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 36)
- skip lock tests, they fail frequently (bsc#1086987)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 35)
- for testing purposes drop dogpile.cache-tests_more_slow_waiters.patch
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 34)
- only run generic tests using pytest (bsc#1089564)
buildservice-autocommit accepted request 591544 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 591289 from Ruediger Oertel's avatar Ruediger Oertel (oertel) (revision 32)
- update to 0.6.5:
  * Fixed import issue for Python 3.7 where several variables named
    "async" were, leading to syntax errors.
  * drop dogpile-threading.patch (upstreamed)
- add dogpile.cache-tests_more_slow_waiters.patch (bsc#1086987)
  increase number of allowed slow waiters in testsuite
  otherwise this testsuite seems extremely flaky on non-x86_64
buildservice-autocommit accepted request 577786 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
baserev update by copy to link target
Displaying revisions 41 - 60 of 90
openSUSE Build Service is sponsored by