diff --git a/bin/setup.sh b/bin/setup.sh index 971a5bf8..59f06344 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -81,7 +81,7 @@ ARCHIVEBOX_PYTHON="${ARCHIVEBOX_PYTHON:-3.13}" ARCHIVEBOX_PACKAGE="${ARCHIVEBOX_PACKAGE:-archivebox>=0.9.0rc0,<0.10}" ARCHIVEBOX_PLATFORM="${ARCHIVEBOX_PLATFORM:-}" ARCHIVEBOX_COMPOSE_URL="${ARCHIVEBOX_COMPOSE_URL:-https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/${ARCHIVEBOX_BRANCH}/docker-compose.yml}" -ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.96}" +ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.97}" ABXPKG_LIB_DIR="${ABXPKG_LIB_DIR:-$HOME/.cache/archivebox/setup-abxpkg}" ARCHIVEBOX_HOME_DIR="$HOME/archivebox" ARCHIVEBOX_DATA_DIR="$ARCHIVEBOX_HOME_DIR/data" diff --git a/etc/package.json b/etc/package.json index b33e37c0..96db26ca 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.35rc300", + "version": "0.9.35rc301", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 7814db7f..630bcb95 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.35rc300" +version = "0.9.35rc301" 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.181", # shared ArchiveBox downloader package + "abx-dl==1.12.182", # 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.35rc300" +current_version = "v0.9.35rc301" 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 369ae4b5..1ea81236 100644 --- a/uv.lock +++ b/uv.lock @@ -13,18 +13,18 @@ supported-markers = [ ] [options] -exclude-newer = "2026-08-12T23:39:20.498346185Z" +exclude-newer = "2026-08-14T08:27:04.101053821Z" exclude-newer-span = "P5D" [options.exclude-newer-package] -abxbus = { timestamp = "2026-08-17T23:39:19.49836208Z", span = "PT1S" } +abxbus = { timestamp = "2026-08-19T08:27:03.101068428Z", 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.181" +version = "1.12.182" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "abx-plugins", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, @@ -38,14 +38,14 @@ 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/43/6d/db37ae9af6358ecaac12fc478e87c5e6183ba11765645c71c3edea0e11cf/abx_dl-1.12.181.tar.gz", hash = "sha256:61e97b655f9846b316035f1519c32440e95169950339784a74aafaeb5e5035e7", size = 83699, upload-time = "2026-08-17T23:34:16.243168Z" } +sdist = { url = "https://files.pythonhosted.org/packages/56/d1/9f3f712ddc219b557aaf355a2e7f69d71f463d71c1da273c7ebd7f60d993/abx_dl-1.12.182.tar.gz", hash = "sha256:f1b2b9b8fd8f169cc71526b066144d0a83f1979e918ecb5fddffd949774c9ab2", size = 83710, upload-time = "2026-08-19T08:22:02.201125Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0d/b9/304b2e61c59dbbbfec2e01d33d89b2e414e0229f91e80f780f01df643de2/abx_dl-1.12.181-py3-none-any.whl", hash = "sha256:79767e2110bd85c5d7461bfd5fb49940629ede32b427e87472355f62bb62d275", size = 87324, upload-time = "2026-08-17T23:34:17.449193Z" }, + { url = "https://files.pythonhosted.org/packages/12/06/6359cbeb4dad09de88a27554c5ccde934f6dcebf5e7db0ecd648a4cac625/abx_dl-1.12.182-py3-none-any.whl", hash = "sha256:7a0cfd2fd163c9ffc64efa39f0945435060f03049d6405c9912a890937312cc0", size = 87325, upload-time = "2026-08-19T08:22:01.105158Z" }, ] [[package]] name = "abx-plugins" -version = "1.12.169" +version = "1.12.170" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "abxbus", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, @@ -54,9 +54,9 @@ dependencies = [ { name = "rich-click", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, { name = "uv", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/66/3d/4a5e6b00d3fa585a1ac812c67985c2a123c5fbc859610d9b71481da158d9/abx_plugins-1.12.169.tar.gz", hash = "sha256:a61b48990099a49ce510ef551f77f417e6f3d2e7de8c8a8f77aa35d4c53b16aa", size = 253970, upload-time = "2026-08-17T23:21:01.026Z" } +sdist = { url = "https://files.pythonhosted.org/packages/44/b4/a94fc8648ec59e01636d20290567e335e27e841ac28aef5f5b2d4da4950d/abx_plugins-1.12.170.tar.gz", hash = "sha256:e2de7ae1a42eb6261ccb08e3c0d2ebcfcfb4b0cf08140a75c0c2d48ca12df0e3", size = 253954, upload-time = "2026-08-19T08:08:43.77Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/65/9c/df8523b3bdafe496358abc7d0a0a7d3f5429793fbac3a8671106bcd80b6b/abx_plugins-1.12.169-py3-none-any.whl", hash = "sha256:9fbb7c8ac79fe5b87c952b663790e1a4efafb176baf7eeb3d2203969d26050b8", size = 404819, upload-time = "2026-08-17T23:21:02.328Z" }, + { url = "https://files.pythonhosted.org/packages/da/15/a8393382673ddef5c855ecfedc8995562fa446b25ad44cffeeb917939802/abx_plugins-1.12.170-py3-none-any.whl", hash = "sha256:3f661ddbbde3080af85f86fb7ac0753766121e73e3b432d572a374eca202eafb", size = 404817, upload-time = "2026-08-19T08:08:45.337Z" }, ] [[package]] @@ -75,7 +75,7 @@ wheels = [ [[package]] name = "abxpkg" -version = "1.12.96" +version = "1.12.97" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "platformdirs", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, @@ -83,9 +83,9 @@ dependencies = [ { name = "rich-click", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, { name = "typing-extensions", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5d/6b/ccbff70cd833e77a7e48b9b80ade1b79c6ee27993dc0887ffff364907896/abxpkg-1.12.96.tar.gz", hash = "sha256:c13608b6948d28a92bfc856ca73fb0dc4ac0d4606b9ba05b76dfedc8b08650fc", size = 239259, upload-time = "2026-08-17T23:03:25.039Z" } +sdist = { url = "https://files.pythonhosted.org/packages/3e/ca/626baf3d363946ddf1e3b2df33e929c5a731ca72097143f77b9788ef9e96/abxpkg-1.12.97.tar.gz", hash = "sha256:e53ea128e0354049416c3b19914274109776b32bef4e16037fd2e1a59b709052", size = 239402, upload-time = "2026-08-19T07:52:12.578Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/34/bf/9d6db7eaeda319d1f73f970c9cc9bf503db497e374aa3ecd3b81dcdb30c2/abxpkg-1.12.96-py3-none-any.whl", hash = "sha256:90d8510f8b54d1c96a687efd56428106f06bae9f9b097e7fb47f4748e03a65fe", size = 253334, upload-time = "2026-08-17T23:03:26.482Z" }, + { url = "https://files.pythonhosted.org/packages/4a/5d/25755095e90ae4581ff0db4b0824549d4123faaea870b8a66f13c4be8265/abxpkg-1.12.97-py3-none-any.whl", hash = "sha256:326e8d92b850ee8984d841ab23be72fa4d0ccdd918ff69b6e063f4b62649ab59", size = 253423, upload-time = "2026-08-19T07:52:13.81Z" }, ] [[package]] @@ -120,7 +120,7 @@ wheels = [ [[package]] name = "archivebox" -version = "0.9.35rc300" +version = "0.9.35rc301" 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.181" }, + { name = "abx-dl", specifier = "==1.12.182" }, { name = "abx-plugins" }, { name = "abxbus" }, { name = "abxpkg" },