The NetBSD Project

CVS log for pkgsrc/devel/py-cachecontrol/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-cachecontrol

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Feb 23 20:16:54 2025 UTC (2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines
py-cachecontrol: adapt for flit_core 3.11.

Bump PKGREVISION.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 8 14:29:48 2025 UTC (3 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
py-cachecontrol: updated to 0.14.2

0.14.2
Eliminate a race condition when overwriting cache entries.
Fix a requests object leak when doing caching on a streamed response

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 5 09:06:11 2024 UTC (5 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
py-cachecontrol: updated to 0.14.1

0.14.1

github: bump signing step, use dependabot
build(deps): bump the actions group with 1 update
GitHub Action to spellcheck and lint Python code
workflows/tests: patch macos runner version for 3.7
build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 in the actions group
drop Python 3.7, add 3.13

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:37 2024 UTC (6 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -3 lines
*: clean-up after python38 removal

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Feb 2 08:15:08 2024 UTC (14 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -7 lines
py-cachecontrol: updated to 0.14.0

v0.14.0

doc: improve the docs
chore: update install command for FileCache
serialize: simplify loading logic
pyproject: constrain msgpack < 2.0.0
Miscellaneous repo cleanup
update readme
FileCache.directory: explictly allow pathlib.Path
Add support for Python 3.12 and drop EOL 3.6
Fix document code case errors
Don't use the cache if the request has a Range header

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 7 22:37:58 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
*: latest py-sphinx only support Python 3.9+

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:56:57 2023 UTC (18 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jun 8 10:09:52 2023 UTC (22 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -8 lines
py-cachecontrol: updated to 0.13.1

v0.13.1
serialize: remove v1 and v2 formats
refactor: move the serialization implementation to method
feat: drop support of Python older than 3.7
fix(typing): fix wrong types
workflows: add a release workflow
cachecontrol: 0.13.1

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 6 07:58:53 2023 UTC (22 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -4 lines
py-cachecontrol: update to 0.13.0.

Fix #292: disuse HTTPResponse.strict by @dairiki in #301
fix: double reading error on urllib3 2.0 by @frostming in #296
Packaging the tests, or not by @dimbleby in #287
Add type annotations by @dimbleby in #279
Use Python's unittest mock by @jelly in #289
feat: remove compat module by @frostming in #303
tests: Support python 3.11 by @danigm in #304
fix: use pytest native method name by @frostming in #305
Remove use of utcnow by @pganssle in #290
Release 0.13.0 by @frostming in #307

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue May 30 09:45:00 2023 UTC (23 months ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -7 lines
py-cachecontrol: revert update to 0.12.12nb1

Requested by adam

distfile was pulled from pypi

XXX: this version has problems with urllib2

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 30 07:39:18 2023 UTC (23 months ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -3 lines
py-cachecontrol: update to 0.12.12nb1.

Updated to 0.12.12 but add a post-release patch to
improve urllib 2.

Bugfixes and use filelock (instead of lockfile)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 23 11:56:16 2022 UTC (2 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
py-cachecontrol: updated to 0.12.11

0.12.11

Added new variant of FileCache, SeparateBodyFileCache, which uses less memory by storing the body in a separate file than metadata, and streaming data in and out directly to/from that file.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 29 23:33:05 2022 UTC (3 years ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
*: recurse more not-for-python-2.x

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 11 19:05:17 2022 UTC (3 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3 lines
py-cachecontrol: also depend on py-lockfile; needed for py-poetry

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:02 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:54 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 6 08:52:29 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
py-cachecontrol: updated to 0.12.10

0.12.10:
Unknown changes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 7 20:08:58 2020 UTC (4 years, 6 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
py-cachecontrol: Install "versioned" doesitcache

Possible multiple version of py-cachecontrol can now peacefully coexist.

Discussed with <schmonz>.

PKGREVISION++

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 7 20:04:08 2020 UTC (4 years, 6 months ago) by leot
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
py-cachecontrol: Remove duplicate `python' in CATEGORIES

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 7 19:44:52 2020 UTC (4 years, 6 months ago) by schmonz
Branches: MAIN
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>