Update diskcache 5.6.1 (4d30686) → 5.6.3 (323787f).

This commit is contained in:
JackDandy 2023-10-08 00:30:34 +01:00
parent d69acc3294
commit 43725d8427
3 changed files with 3 additions and 5 deletions

View file

@ -2,6 +2,7 @@
* Update attr 22.2.0 (683d056) to 23.1.0 (67e4ff2) * Update attr 22.2.0 (683d056) to 23.1.0 (67e4ff2)
* Update Beautiful Soup 4.12.2 to 4.12.2 (30c58a1) * Update Beautiful Soup 4.12.2 to 4.12.2 (30c58a1)
* Update diskcache 5.6.1 (4d30686) to 5.6.3 (323787f)
* Update soupsieve 2.4.1 (2e66beb) to 2.5.0 (dc71495) * Update soupsieve 2.4.1 (2e66beb) to 2.5.0 (dc71495)
* Update hachoir 3.1.2 (f739b43) to 3.2.0 (38d759f) * Update hachoir 3.1.2 (f739b43) to 3.2.0 (38d759f)

View file

@ -61,8 +61,8 @@ except Exception: # pylint: disable=broad-except # pragma: no cover
pass pass
__title__ = 'diskcache' __title__ = 'diskcache'
__version__ = '5.6.1' __version__ = '5.6.3'
__build__ = 0x050601 __build__ = 0x050603
__author__ = 'Grant Jenks' __author__ = 'Grant Jenks'
__license__ = 'Apache 2.0' __license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016-2023 Grant Jenks' __copyright__ = 'Copyright 2016-2023 Grant Jenks'

View file

@ -1705,9 +1705,6 @@ class Cache:
except IOError: except IOError:
# Key was deleted before we could retrieve result. # Key was deleted before we could retrieve result.
continue continue
finally:
if name is not None:
self._disk.remove(name)
break break
if expire_time and tag: if expire_time and tag: