2022-04-30 01:33:05 by Thomas Klausner | Files touched by this commit (4) |
Log message: *: recurse more not-for-python-2.x |
2022-01-11 20:05:17 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-cachecontrol: also depend on py-lockfile; needed for py-poetry |
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message: python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION. |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-11-06 09:52:29 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: py-cachecontrol: updated to 0.12.10 0.12.10: Unknown changes |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2020-10-07 22:08:59 by Leonardo Taccari | Files touched by this commit (3) |
Log message: py-cachecontrol: Install "versioned" doesitcache Possible multiple version of py-cachecontrol can now peacefully coexist. Discussed with <schmonz>. PKGREVISION++ |
2020-10-07 22:04:08 by Leonardo Taccari | Files touched by this commit (1) |
Log message: py-cachecontrol: Remove duplicate `python' in CATEGORIES |
2020-10-07 21:44:52 by Amitai Schleier | Files touched by this commit (4) |
Log message: Initial import of py-cachecontrol, a port of the caching algorithms in httplib2 for use with requests session object. It was written because httplib2's better support for caching is often mitigated by its lack of thread safety. The same is true of requests in terms of caching. |