Changes between Initial Version and Version 1 of Ticket #68140


Ignore:
Timestamp:
Sep 8, 2023, 11:43:57 AM (8 months ago)
Author:
eric-j-ason
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68140 – Description

    initial v1  
    1 The present version of this package (v0.12.11) crashes when [[https://github.com/psf/cachecontrol/blob/v0.12.11/cachecontrol/caches/file_cache.py#L77|attempting to import]] the the deprecated package "filelock". This import has been [[https://github.com/psf/cachecontrol/commit/f0cd6b49e5c4215137e5c24ac0b46752f0c61e69|removed upstream]].
     1The present version of this package (v0.12.11) crashes when [[https://github.com/psf/cachecontrol/blob/v0.12.11/cachecontrol/caches/file_cache.py#L77|attempting to import]] the the deprecated package "filelock", with the following message:
    22
    3 Updating to a later version should fix the problem.
     3{{{
     4            NOTE: In order to use the FileCache you must have
     5            lockfile installed. You can install it via pip:
     6              pip install lockfile
     7}}}
     8
     9This import has been [[https://github.com/psf/cachecontrol/commit/f0cd6b49e5c4215137e5c24ac0b46752f0c61e69|removed upstream]]. Updating to a later version should fix the problem.