mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Bump for abx-dl 1.12.74
This commit is contained in:
parent
d9e82d9378
commit
6eaf3d3f9b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.9.35rc203",
|
||||
"version": "0.9.35rc204",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc203"
|
||||
version = "0.9.35rc204"
|
||||
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.73", # shared ArchiveBox downloader package
|
||||
"abx-dl==1.12.74", # 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.35rc203"
|
||||
current_version = "v0.9.35rc204"
|
||||
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-07-28T12:54:30.756032033Z"
|
||||
exclude-newer = "2026-08-04T17:44:15.686180632Z"
|
||||
exclude-newer-span = "P5D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
abxbus = { timestamp = "2026-08-02T12:54:29.756048027Z", span = "PT1S" }
|
||||
abxbus = { timestamp = "2026-08-09T17:44:14.686195875Z", 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.73"
|
||||
version = "1.12.74"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "abx-plugins", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||
@ -39,14 +39,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/07/6f/294ad541cfc18ced32895652cc9d8a937fa244f0b0fb33d65e933636f2db/abx_dl-1.12.73.tar.gz", hash = "sha256:092217bfffc587f7e192564d3c60115a9913c402ee79d1adb2499bc17e3df2a2", size = 87520, upload-time = "2026-08-02T12:51:00.683612Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/70/59/8bea18291464b6585743155e3946e616eb817906fe3e89f2b4eaa96a97c7/abx_dl-1.12.74.tar.gz", hash = "sha256:d984f9de43a41727474a48b684aa1df529e1118ead7f9185d01b3de259ff2fbc", size = 87502, upload-time = "2026-08-09T17:39:41.686064Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/c0/2e/622469e319d20904b36dbbb2f76297a23d442f5f4eb6cddaa2184c983d78/abx_dl-1.12.73-py3-none-any.whl", hash = "sha256:0ab0b2fd6605ca5b3e564ed2b72b118be48852a46dd68e46814fab0d874be888", size = 91493, upload-time = "2026-08-02T12:50:59.376136Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/fc/e1/4acb01ac18e269160dd062061cb56c9ad1c3d63c80ce1edb83cf60d7e489/abx_dl-1.12.74-py3-none-any.whl", hash = "sha256:9b6b9dd89304f3747a7e9f3fd1460a95b6c28609b499d2de39c07c49dc7f0758", size = 91493, upload-time = "2026-08-09T17:39:42.827345Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "abx-plugins"
|
||||
version = "1.12.71"
|
||||
version = "1.12.72"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "abxbus", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||
@ -56,9 +56,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/6e/e6/bba0d7159240ec5ee3f1397d49bca80177e4847275d1e0603a633170eade/abx_plugins-1.12.71.tar.gz", hash = "sha256:f58ed1b0d91d00240d69865778dac0c9a9f6356e8be19e9eb915f4c11e9b0b1e", size = 254699, upload-time = "2026-08-02T12:36:49.988Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/76/7e/89d83e4d6068842f22ed981024c3abda93f43cc3b38c341682a9abb007a9/abx_plugins-1.12.72.tar.gz", hash = "sha256:f5f03e7e7182c08605d6115d63f978717f8d0d030c0d8f3231c229afb299858d", size = 254691, upload-time = "2026-08-09T17:25:18.449Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/60/62/86ebe46ba1c312c8d844c03e1c1089559caedecf25f973d6d05d659fd8e0/abx_plugins-1.12.71-py3-none-any.whl", hash = "sha256:dec0ec85f77b741b4a621a5e771c75add4e8829dbb95456ea975c94e3af24b24", size = 405366, upload-time = "2026-08-02T12:36:48.602Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/b5/05/e3c04b8bad6eeab2513deba3af05c6ce7047526e0634aa4745abe19b4a36/abx_plugins-1.12.72-py3-none-any.whl", hash = "sha256:de7a454457ba07e8edddce0072ec86452d1bf0c49ebe27e06a75d52f6e33c1a4", size = 405365, upload-time = "2026-08-09T17:25:16.823Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -77,7 +77,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "abxpkg"
|
||||
version = "1.12.47"
|
||||
version = "1.12.49"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "pip", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||
@ -86,9 +86,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/fc/e6/7446c2c814f19ca2e7e64a9fe0c307c90ad5d5c89022d182f3bd42b2f0ca/abxpkg-1.12.47.tar.gz", hash = "sha256:6615b42a2c3f8ab6a593332ff27d857dec904e1462967b58d7d7a63ef5b636fa", size = 227454, upload-time = "2026-08-02T12:13:36.475Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/67/8f/26b11ce6da37fd3a5f9588d149b92ded8c6d8065beae750b2aa6ed8a6053/abxpkg-1.12.49.tar.gz", hash = "sha256:6d8d5f920417311a84a0533b1f941620b983121a35241fa16d1cc3bc811531ea", size = 227843, upload-time = "2026-08-09T17:02:28.14Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/4e/f1/0260cface13d71fea95f49a2cfb869374b55542be95e58a4c689d6e9175a/abxpkg-1.12.47-py3-none-any.whl", hash = "sha256:af571d26e54bdb4c97f0322b732190b06e0d0732e5187e396f3ce9521db73d8c", size = 242347, upload-time = "2026-08-02T12:13:34.957Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0a/37/82ba091b1cecd8a79e4d47e3294edef8cd1e1f206f98a2e43636d2123111/abxpkg-1.12.49-py3-none-any.whl", hash = "sha256:ac1a8f2207e69f746badebb8ae5826e656eb782325a853f892db1881a5c51941", size = 242696, upload-time = "2026-08-09T17:02:29.568Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -123,7 +123,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc203"
|
||||
version = "0.9.35rc204"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||
@ -223,7 +223,7 @@ dev = [
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "abx-dl", specifier = "==1.12.73" },
|
||||
{ name = "abx-dl", specifier = "==1.12.74" },
|
||||
{ name = "abx-plugins" },
|
||||
{ name = "abxbus" },
|
||||
{ name = "abxpkg" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user