mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Bump for abx-dl 1.12.116
This commit is contained in:
parent
9fe8be7c85
commit
482f71f3d8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.9.35rc245",
|
||||
"version": "0.9.35rc246",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc245"
|
||||
version = "0.9.35rc246"
|
||||
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.115", # shared ArchiveBox downloader package
|
||||
"abx-dl==1.12.116", # 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.35rc245"
|
||||
current_version = "v0.9.35rc246"
|
||||
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
|
||||
commit_message = "bump version {old_version} -> {new_version}"
|
||||
tag_message = "{new_version}"
|
||||
|
||||
26
uv.lock
26
uv.lock
@ -13,18 +13,18 @@ supported-markers = [
|
||||
]
|
||||
|
||||
[options]
|
||||
exclude-newer = "2026-08-09T02:46:20.425029322Z"
|
||||
exclude-newer = "2026-08-09T04:11:34.529166273Z"
|
||||
exclude-newer-span = "P5D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
abxbus = { timestamp = "2026-08-14T02:46:19.425041501Z", span = "PT1S" }
|
||||
abxbus = { timestamp = "2026-08-14T04:11:33.529181221Z", 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.115"
|
||||
version = "1.12.116"
|
||||
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/c6/05/b57bfccd0cebed1aa362ad38523b801570901198224bbd6c2bc7867eac7a/abx_dl-1.12.115.tar.gz", hash = "sha256:0c5518785dc5a4c156b24f15bae884bea8fbda0216c551a1670b4c4910ac4c98", size = 88071, upload-time = "2026-08-14T02:43:35.737041Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/8c/c3/7c775969f4fdb122d1a258e9f7e1bd6b47b1cb373c0b27d267ae5e42ed8d/abx_dl-1.12.116.tar.gz", hash = "sha256:6d7ea8c7d158c612d12a89e12cae803972d43b3c62dfe3bc52b48b4b78a74296", size = 88053, upload-time = "2026-08-14T04:07:48.154033Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/77/c9/cae7e4d4d057d1a3bd7645e9b00f35a5311ce2789a5f1b4afe430578a759/abx_dl-1.12.115-py3-none-any.whl", hash = "sha256:a6817e2694a7dbb42fdc7a16e4504e8a3465f3931e0f9c925f61c90d7af7edf0", size = 92216, upload-time = "2026-08-14T02:43:34.574214Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/46/16/30b643ab05f98aa82754af497f113bcb0035f3dee0b78f0381541732e362/abx_dl-1.12.116-py3-none-any.whl", hash = "sha256:32789b96895046781c5d02036ea375c195bab3290ec2ec87315ae137be9f447d", size = 92221, upload-time = "2026-08-14T04:07:46.810342Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "abx-plugins"
|
||||
version = "1.12.103"
|
||||
version = "1.12.105"
|
||||
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/e9/48/851998b044e3f9b2e368210a9c07d316c9a18c4ad222a1e8bf761b4beb11/abx_plugins-1.12.103.tar.gz", hash = "sha256:81ab8fd5b79a8a272abe9aabba58a8049c8b7feb251679b55848f90d89d42f48", size = 255483, upload-time = "2026-08-14T02:11:49.628Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/89/77/07864cdbf41146def49cc0c912c42fb41a785f1b65a56d7372c8ebd84b87/abx_plugins-1.12.105.tar.gz", hash = "sha256:06b4bed4d72e2fedc6a51ee2374dbe9d1916549017a984d8b5da4518688e098c", size = 255381, upload-time = "2026-08-14T03:56:30.633Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/c9/28/c50c5957257df3ad9c13ff10f12a7dc22c6924d1447a5cb895c856c34c79/abx_plugins-1.12.103-py3-none-any.whl", hash = "sha256:8f8e098adc0d060d23ad42a2092809e87b13be079a94eb282ade33d9c9186fcc", size = 406320, upload-time = "2026-08-14T02:11:48.23Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/98/22/0057b120e47d776a6b71b2645a8c667069fd32f7956a387847b60d44bfc5/abx_plugins-1.12.105-py3-none-any.whl", hash = "sha256:bd956f14a034748621a8a5a669bf30fec7e4d32d8482832248416723c03767c2", size = 406208, upload-time = "2026-08-14T03:56:29.128Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -75,7 +75,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "abxpkg"
|
||||
version = "1.12.64"
|
||||
version = "1.12.65"
|
||||
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/e4/9e/826596c96ded5fd6756d9da44606ed848ae1fb2b3ad77f663ba354a4cb53/abxpkg-1.12.64.tar.gz", hash = "sha256:f06788e4286709a2cbccaaef561a00bdca1cfd463896ed9b453a2cb8835bacec", size = 233610, upload-time = "2026-08-14T00:34:12.901Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6b/c2/53b57343badf7c82794d7a9a2184f387126893fcf0d69fe485e735fa4cf6/abxpkg-1.12.65.tar.gz", hash = "sha256:0585abe45cbfc89c69a271cdb81da5df6f9567bdbdaceb7b7e9b5e18857d2e01", size = 233259, upload-time = "2026-08-14T03:42:58.655Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/42/52/5093acfa3e60b4cf0dd0e3a1c961825bd68ea7e6b2f16b2dd28016ce5677/abxpkg-1.12.64-py3-none-any.whl", hash = "sha256:217709397ff9d02660cbf393a5509ea85c11a8a6939726dc8691cb07071308b5", size = 247707, upload-time = "2026-08-14T00:34:11.531Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/49/b2/d8884a94c406560b7a54165b13a18775907fa64f36ef9f6c3ddd0687fa91/abxpkg-1.12.65-py3-none-any.whl", hash = "sha256:bc90e735f4d284f89da1659029353e00fbfb8d87f9ad9f8b9a173508272f7d45", size = 247459, upload-time = "2026-08-14T03:42:57.102Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -120,7 +120,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc245"
|
||||
version = "0.9.35rc246"
|
||||
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.115" },
|
||||
{ name = "abx-dl", specifier = "==1.12.116" },
|
||||
{ name = "abx-plugins" },
|
||||
{ name = "abxbus" },
|
||||
{ name = "abxpkg" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user