From 169d991dbc49d38eeab48c0447d4330f3bafadf2 Mon Sep 17 00:00:00 2001 From: ArchiveBox Release Bot Date: Sat, 15 Aug 2026 02:02:47 +0000 Subject: [PATCH] Bump for abx-dl 1.12.138 --- etc/package.json | 2 +- pyproject.toml | 6 +++--- uv.lock | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/package.json b/etc/package.json index aabc9b01..20531d3a 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.35rc260", + "version": "0.9.35rc261", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 073a9f3b..2ac8f237 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.35rc260" +version = "0.9.35rc261" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}] @@ -83,7 +83,7 @@ dependencies = [ "abxbus", # direct imports only; version constrained by abx-dl -> abx-plugins "abxpkg", # direct imports only; version constrained by abx-dl -> abx-plugins "abx-plugins", # direct imports only; version constrained by abx-dl - "abx-dl==1.12.137", # shared ArchiveBox downloader package + "abx-dl==1.12.138", # shared ArchiveBox downloader package ### UUID7 backport for Python <3.14 "uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13 ] @@ -344,7 +344,7 @@ Donate = "https://github.com/ArchiveBox/ArchiveBox/wiki/Donations" [tool.bumpver] -current_version = "v0.9.35rc260" +current_version = "v0.9.35rc261" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/uv.lock b/uv.lock index b5abe5d9..dfa07341 100644 --- a/uv.lock +++ b/uv.lock @@ -13,18 +13,18 @@ supported-markers = [ ] [options] -exclude-newer = "2026-08-10T01:41:16.330363777Z" +exclude-newer = "2026-08-10T02:02:46.050928636Z" exclude-newer-span = "P5D" [options.exclude-newer-package] -abxbus = { timestamp = "2026-08-15T01:41:15.33037838Z", span = "PT1S" } +abxbus = { timestamp = "2026-08-15T02:02:45.05096877Z", span = "PT1S" } abx-plugins = "2100-01-01T00:00:00Z" abx-dl = "2100-01-01T00:00:00Z" abxpkg = "2100-01-01T00:00:00Z" [[package]] name = "abx-dl" -version = "1.12.137" +version = "1.12.138" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "abx-plugins", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, @@ -38,9 +38,9 @@ dependencies = [ { name = "rich", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, { name = "rich-click", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/80/ab/345b4b07f4ac36618987261bfb0e6768672f3dcb0c2991b616ea0d9816f2/abx_dl-1.12.137.tar.gz", hash = "sha256:3fbcadc1c29c94bf3730bb183222f9e154d4be5404132161e01defad99780ff3", size = 84749, upload-time = "2026-08-15T01:37:52.521401Z" } +sdist = { url = "https://files.pythonhosted.org/packages/38/84/a58847d45c0755feead5a85dbba9d2ac5f2b5ef9b231ae5213bc4fa63e34/abx_dl-1.12.138.tar.gz", hash = "sha256:9b2c3be32b6156e8ef9b2d01057e963ea011aaab62190ecce44288719c06412a", size = 83792, upload-time = "2026-08-15T01:56:53.961174Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/f0/a88aabe0bda6125c3992553f8fd7407bb05a9cd4320f1792de85ba005177/abx_dl-1.12.137-py3-none-any.whl", hash = "sha256:76985143b0e5ac682055fdacd5e681d20c68b099da761e9bc027826b5dea4540", size = 88826, upload-time = "2026-08-15T01:37:50.828382Z" }, + { url = "https://files.pythonhosted.org/packages/99/48/4bea992ca29821c912f54f33a2831897c3b34d8f6a96314b80d17f3173ca/abx_dl-1.12.138-py3-none-any.whl", hash = "sha256:eb3fa6f6a6775b59e9fc471775ec74101d094aa3298b781374765db597ea21d8", size = 87504, upload-time = "2026-08-15T01:56:55.118540Z" }, ] [[package]] @@ -120,7 +120,7 @@ wheels = [ [[package]] name = "archivebox" -version = "0.9.35rc260" +version = "0.9.35rc261" source = { editable = "." } dependencies = [ { name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, @@ -220,7 +220,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "abx-dl", specifier = "==1.12.137" }, + { name = "abx-dl", specifier = "==1.12.138" }, { name = "abx-plugins" }, { name = "abxbus" }, { name = "abxpkg" },