mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Bump for abx-dl 1.12.168
This commit is contained in:
parent
803388ef42
commit
7d7e21f5d9
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.9.35rc286",
|
||||
"version": "0.9.35rc287",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc286"
|
||||
version = "0.9.35rc287"
|
||||
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.167", # shared ArchiveBox downloader package
|
||||
"abx-dl==1.12.168", # 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.35rc286"
|
||||
current_version = "v0.9.35rc287"
|
||||
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
|
||||
commit_message = "bump version {old_version} -> {new_version}"
|
||||
tag_message = "{new_version}"
|
||||
|
||||
20
uv.lock
20
uv.lock
@ -13,18 +13,18 @@ supported-markers = [
|
||||
]
|
||||
|
||||
[options]
|
||||
exclude-newer = "2026-08-11T03:34:33.381986164Z"
|
||||
exclude-newer = "2026-08-11T05:10:53.293788092Z"
|
||||
exclude-newer-span = "P5D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
abxbus = { timestamp = "2026-08-16T03:34:32.382002568Z", span = "PT1S" }
|
||||
abxbus = { timestamp = "2026-08-16T05:10:52.293801887Z", 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.167"
|
||||
version = "1.12.168"
|
||||
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/28/b9/4745fe4757554fb6be5686c30cb96fbcc60a2051a2fa7c4737e419de667a/abx_dl-1.12.167.tar.gz", hash = "sha256:e4df25d5ddbde271d1afe6af6319e7486db1c6f1da68f19e6e6ee2cb171aaec2", size = 83586, upload-time = "2026-08-16T03:29:30.997059Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6f/0e/17aa9854fd97b0bdef3d77c780cc47e817efbdf857722100bd9d16d84c83/abx_dl-1.12.168.tar.gz", hash = "sha256:a16579de37964c310b5ca9e402ec9dcf972040372f18526d69560566bb2ff714", size = 83578, upload-time = "2026-08-16T05:05:51.669226Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/2b/69/999aec7d2cf6bd6817c991fb0fb85f0c38879b7eda34b3d704598d5171f9/abx_dl-1.12.167-py3-none-any.whl", hash = "sha256:64e16593ca53678e2766a8f42e16a2670c2a7e793e25b348b9a04b7d72e145f2", size = 87277, upload-time = "2026-08-16T03:29:29.741963Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/2c/86/e5720c1a66acd0a264d5b68d70c4e706304a9b9ec54976e4e2ede8204769/abx_dl-1.12.168-py3-none-any.whl", hash = "sha256:5df56b1ad52c930098408d1493de84c2ce2db41dd3a461974f2a8ea2f0427c19", size = 87277, upload-time = "2026-08-16T05:05:50.603771Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "abx-plugins"
|
||||
version = "1.12.154"
|
||||
version = "1.12.155"
|
||||
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/4a/a7/ba36af9c53fe9594df08bfad53078a8e63f646eb06845b9dddd1f44db7b8/abx_plugins-1.12.154.tar.gz", hash = "sha256:a5811447d03e501edc4cab28a7bcc845c6f688560fb9a387f04c1c2ea0b77d80", size = 253870, upload-time = "2026-08-16T03:16:29.243Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/8b/e3/1fee7d139b2f0df9bb78f9caeb17b3b258383a76cb7250e19e2b9af4f346/abx_plugins-1.12.155.tar.gz", hash = "sha256:493ff421f7bbee25417e6d7f4cbecee7f3af0ef933e8d54bd8b37d23e86dd2b7", size = 254187, upload-time = "2026-08-16T04:46:52.852Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/06/2a/4ea008be973c9721a20a1276ba00825e111630621ec4baf841ec9c213f18/abx_plugins-1.12.154-py3-none-any.whl", hash = "sha256:e208bff42d875e0d5711d6091e41b82848ec78682ae0c3b11e1438eae3234a2c", size = 405106, upload-time = "2026-08-16T03:16:27.703Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/4e/9e/38f58a3a6380b2d35c15369136b6fb8c3967983cc81661daf9599f86b595/abx_plugins-1.12.155-py3-none-any.whl", hash = "sha256:08e1ece12d88aa1a9d76a8fcc667d3acc15892b7d010c3818656aa10dcfcafc2", size = 405047, upload-time = "2026-08-16T04:46:54.056Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -120,7 +120,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc286"
|
||||
version = "0.9.35rc287"
|
||||
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.167" },
|
||||
{ name = "abx-dl", specifier = "==1.12.168" },
|
||||
{ name = "abx-plugins" },
|
||||
{ name = "abxbus" },
|
||||
{ name = "abxpkg" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user