mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Bump for abx-dl 1.12.139
This commit is contained in:
parent
4c4cb309b3
commit
c7b356aa73
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.9.35rc261",
|
||||
"version": "0.9.35rc262",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc261"
|
||||
version = "0.9.35rc262"
|
||||
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.138", # shared ArchiveBox downloader package
|
||||
"abx-dl==1.12.139", # 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.35rc261"
|
||||
current_version = "v0.9.35rc262"
|
||||
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
|
||||
commit_message = "bump version {old_version} -> {new_version}"
|
||||
tag_message = "{new_version}"
|
||||
|
||||
14
uv.lock
14
uv.lock
@ -13,18 +13,18 @@ supported-markers = [
|
||||
]
|
||||
|
||||
[options]
|
||||
exclude-newer = "2026-08-10T02:02:46.050928636Z"
|
||||
exclude-newer = "2026-08-10T02:35:00.63284816Z"
|
||||
exclude-newer-span = "P5D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
abxbus = { timestamp = "2026-08-15T02:02:45.05096877Z", span = "PT1S" }
|
||||
abxbus = { timestamp = "2026-08-15T02:34:59.6328617Z", 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.138"
|
||||
version = "1.12.139"
|
||||
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/38/84/a58847d45c0755feead5a85dbba9d2ac5f2b5ef9b231ae5213bc4fa63e34/abx_dl-1.12.138.tar.gz", hash = "sha256:9b2c3be32b6156e8ef9b2d01057e963ea011aaab62190ecce44288719c06412a", size = 83792, upload-time = "2026-08-15T01:56:53.961174Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/be/4b/0c37418fc431f02860b4e300a1b459ab13eef48ee70834e1775610cc7fb6/abx_dl-1.12.139.tar.gz", hash = "sha256:26cf8378ac7e0dfd96da0236c93063c7470a11fc17743cab97e2125a4f7b7ba4", size = 83809, upload-time = "2026-08-15T02:31:55.422682Z" }
|
||||
wheels = [
|
||||
{ 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" },
|
||||
{ url = "https://files.pythonhosted.org/packages/8f/40/3363e4f4c736d962077936749f366dc25e0cb59555a6b28e4674cb7d2af3/abx_dl-1.12.139-py3-none-any.whl", hash = "sha256:7ce1a55713c0c6d70ed78ee16de4f0dccdd2584b29d99e65364a402b6b9013dc", size = 87505, upload-time = "2026-08-15T02:31:54.292240Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -120,7 +120,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc261"
|
||||
version = "0.9.35rc262"
|
||||
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.138" },
|
||||
{ name = "abx-dl", specifier = "==1.12.139" },
|
||||
{ name = "abx-plugins" },
|
||||
{ name = "abxbus" },
|
||||
{ name = "abxpkg" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user