mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Bump for abx-dl 1.12.77
This commit is contained in:
parent
4abd337b0d
commit
d8e8e5bb0f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.9.35rc207",
|
||||
"version": "0.9.35rc208",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc207"
|
||||
version = "0.9.35rc208"
|
||||
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.76", # shared ArchiveBox downloader package
|
||||
"abx-dl==1.12.77", # 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.35rc207"
|
||||
current_version = "v0.9.35rc208"
|
||||
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-04T21:52:15.999074081Z"
|
||||
exclude-newer = "2026-08-04T23:16:40.304153751Z"
|
||||
exclude-newer-span = "P5D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
abxbus = { timestamp = "2026-08-09T21:52:14.999087496Z", span = "PT1S" }
|
||||
abxbus = { timestamp = "2026-08-09T23:16:39.304167797Z", 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.76"
|
||||
version = "1.12.77"
|
||||
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/c1/5d/80efcfd7855959e9f02eff87d60f2393770224cf2551ed012d381a5b7d55/abx_dl-1.12.76.tar.gz", hash = "sha256:594d48662179c11ab4b455392bf04948288fb3e3ab6a7ae1df65a860dbe828df", size = 87527, upload-time = "2026-08-09T21:48:29.408074Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/c5/0d/6c90b437bdcf5b91f091a0614c00f6d79950ca41f5db30bfbaf0587318fa/abx_dl-1.12.77.tar.gz", hash = "sha256:7fc021db17630bd6b75bc80a0880eb400c0cea9a9d44e6a8f6efe2e004684da7", size = 87571, upload-time = "2026-08-09T23:13:07.600773Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/fa/ff/3214acafc4962beeee002d5dbe59779c1d56ef8ce1eb7bf86e4e724aa93d/abx_dl-1.12.76-py3-none-any.whl", hash = "sha256:d4e7fe62ec57f0526abac04293e09a4ed3959c75df55c9b5e6c9a73e3be5b3eb", size = 91493, upload-time = "2026-08-09T21:48:30.898415Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/eb/4f/c48e8ad15febad928e02b00779ab2e107cfb2b923861bba44b83efaaf420/abx_dl-1.12.77-py3-none-any.whl", hash = "sha256:576c482d81e4937c50ffd5afec05e36e530993e59d33e37a0b5e49c1834a4166", size = 91525, upload-time = "2026-08-09T23:13:06.290025Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "abx-plugins"
|
||||
version = "1.12.74"
|
||||
version = "1.12.75"
|
||||
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/a3/6c/21bb528d65f0ec6ea835fe4f6cfd6ad497d60a18f74f37f0a7037ca45dff/abx_plugins-1.12.74.tar.gz", hash = "sha256:2a5b7b783853e712d96745a498ad97c9e8b66031eacf8349851394bb4c672c6e", size = 254704, upload-time = "2026-08-09T21:34:34.808Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/40/d0/29d6c67635ddf60cb72a3c97a1c37df768ced9e0120de022a4dfebdc2a5b/abx_plugins-1.12.75.tar.gz", hash = "sha256:5ee5f79615989c815a392c649c552beade6cb50af91bb024c74d6ad74ca85b2a", size = 254766, upload-time = "2026-08-09T22:43:06.571Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/f7/da/93beee16a7a671f2559eeb20a9a456231ad103f5b950ec5a792f008f4ed7/abx_plugins-1.12.74-py3-none-any.whl", hash = "sha256:bdf395e0455085d2c512cf454f6abc5a4f9b8a49872420b73a0b16de8468d43a", size = 405376, upload-time = "2026-08-09T21:34:36.082Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/87/6b/6ee9b158e27764cf604306d20bf49700a45c847779155f39de1996fc9d28/abx_plugins-1.12.75-py3-none-any.whl", hash = "sha256:4a91ea5ed7dfcf247ca8f8958ab79e45439fa92c00e837c58e8aea337ccdb8eb", size = 405448, upload-time = "2026-08-09T22:43:07.762Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -122,7 +122,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc207"
|
||||
version = "0.9.35rc208"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||
@ -222,7 +222,7 @@ dev = [
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "abx-dl", specifier = "==1.12.76" },
|
||||
{ name = "abx-dl", specifier = "==1.12.77" },
|
||||
{ name = "abx-plugins" },
|
||||
{ name = "abxbus" },
|
||||
{ name = "abxpkg" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user