mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Bump for abx-dl 1.12.72
This commit is contained in:
parent
e564ed0af9
commit
c0cd329bc1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.9.35rc201",
|
||||
"version": "0.9.35rc202",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc201"
|
||||
version = "0.9.35rc202"
|
||||
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.71", # shared ArchiveBox downloader package
|
||||
"abx-dl==1.12.72", # 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.35rc201"
|
||||
current_version = "v0.9.35rc202"
|
||||
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-28T07:46:17.503287704Z"
|
||||
exclude-newer = "2026-07-28T09:42:23.867184115Z"
|
||||
exclude-newer-span = "P5D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
abxbus = { timestamp = "2026-08-02T07:46:16.503299832Z", span = "PT1S" }
|
||||
abxbus = { timestamp = "2026-08-02T09:42:22.867200159Z", 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.71"
|
||||
version = "1.12.72"
|
||||
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/ba/54/5e6b6031327158a9b607456bdc44a9fb6fcecb368836c318941b5f692dc1/abx_dl-1.12.71.tar.gz", hash = "sha256:0e4a4dba8730d20f0d4f5d608ae85ad344a41319cc52cfa8604c52ef6d34d2ce", size = 87548, upload-time = "2026-08-02T07:42:42.669822Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/97/cd/fac0f6806f282cfc3d9cc0c568acc0c6501f57e676720aab1e0dddbf183b/abx_dl-1.12.72.tar.gz", hash = "sha256:af91bc2a884c42bc7bfec7f4f17485da7a2ed681f3083a02b45e6740889cfbd8", size = 87560, upload-time = "2026-08-02T09:37:33.430374Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/39/df/4235266c6458c2994895389a086ff91877632e9cc54f678df0b22d3a082f/abx_dl-1.12.71-py3-none-any.whl", hash = "sha256:1e6066677c62be86aa140a4461410282fbf33aae48f7876ba7eccf71eabad1f2", size = 91495, upload-time = "2026-08-02T07:42:43.675572Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/32/a2/b36616c81e18123fb33cdac86a7f1b524f9afb56e6ba278bbd0c121a465a/abx_dl-1.12.72-py3-none-any.whl", hash = "sha256:3dd0dc253352c1dea3a70a8e6240b4709c732bf64c6816944ade59256fb06593", size = 91494, upload-time = "2026-08-02T09:37:31.952900Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "abx-plugins"
|
||||
version = "1.12.69"
|
||||
version = "1.12.70"
|
||||
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/82/23/fb40fc83fcb221d9d30df37181d24f895cc98c1669d24424be684cd42eba/abx_plugins-1.12.69.tar.gz", hash = "sha256:643b92bff11072167b5a4397419e0d4e6831c7b4b877733960e05f6987d3d5ad", size = 254698, upload-time = "2026-08-02T07:27:02.231Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/65/e0/933273f5c42f67b56c87debdc926edf79c495e21870eff346afc80525094/abx_plugins-1.12.70.tar.gz", hash = "sha256:91335fe49632afe4617c282a8e7dfd7e9692be2c4d529ad1694c507f19b9842c", size = 254701, upload-time = "2026-08-02T09:21:37.955Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/f8/77/21a1b3bdff1b957bfce15e9bad1df7f316f9f0e3bef6caf9eac12500bad1/abx_plugins-1.12.69-py3-none-any.whl", hash = "sha256:b84230764dc5cf73718f5cbe772673d7f1261f4f706664509ce11dd630e634da", size = 405363, upload-time = "2026-08-02T07:27:00.366Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/d4/a2/ccd810919cd4c2c0975b6316f53a0107bdbddefee84bb0451abefbfe26ed/abx_plugins-1.12.70-py3-none-any.whl", hash = "sha256:a9ad50dad782b1aa512ecab143ab21e9c0bc55593b677bc77268aa29aac9aa93", size = 405367, upload-time = "2026-08-02T09:21:38.994Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -77,7 +77,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "abxpkg"
|
||||
version = "1.12.45"
|
||||
version = "1.12.46"
|
||||
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/bc/e4/50ead7d8a044ef461b40c889a4687426f98c6892bc7054173fa43203b118/abxpkg-1.12.45.tar.gz", hash = "sha256:c0594703d2b775ab6046d9e4fcfd4e2b99d344b5515c1210b1500638393f1327", size = 227307, upload-time = "2026-08-01T20:28:57.144Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/a6/06/286dde45e800cacf994826817574c825d21602fa08fa153212a461ab57e6/abxpkg-1.12.46.tar.gz", hash = "sha256:f9e13cf9c861c5da0a025a2b587c7d5f9f895b75d79b18c2bd0b7d46c7c81afc", size = 227315, upload-time = "2026-08-02T09:05:50.032Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/26/16/c7ef0e1da78f7027644905200c9a08590fe4a0f4c9fc2ad660bcfc43cc58/abxpkg-1.12.45-py3-none-any.whl", hash = "sha256:459c66e3b605a73ea381b225c9e514d398ba9e81c00d7c1d85bea42bb8d6670c", size = 242181, upload-time = "2026-08-01T20:28:55.85Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/dc/3d/d09031fc0bb3704a8360875259c40e0c615ffe76c4d4b411499f8877bd1e/abxpkg-1.12.46-py3-none-any.whl", hash = "sha256:186e781f85fac2013fd76c42427c76282fe95538ab4bad5d9808feb341b14927", size = 242189, upload-time = "2026-08-02T09:05:48.251Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -123,7 +123,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc201"
|
||||
version = "0.9.35rc202"
|
||||
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.71" },
|
||||
{ name = "abx-dl", specifier = "==1.12.72" },
|
||||
{ name = "abx-plugins" },
|
||||
{ name = "abxbus" },
|
||||
{ name = "abxpkg" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user