mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Bump version 0.9.35rc295 to 0.9.35rc296
Some checks are pending
CI / Linters (push) Waiting to run
CI / Install and CLI platform compatibility (push) Waiting to run
CI / Discovered test matrix (push) Waiting to run
CI / Documentation and root tests (push) Waiting to run
CI / CodeQL (push) Waiting to run
CI / Tested Python artifacts (push) Waiting to run
CI / Tested Docker images (push) Waiting to run
CI / All required CI lanes (push) Blocked by required conditions
Deploy Publicsite to GitHub Pages / deploy (push) Waiting to run
Some checks are pending
CI / Linters (push) Waiting to run
CI / Install and CLI platform compatibility (push) Waiting to run
CI / Discovered test matrix (push) Waiting to run
CI / Documentation and root tests (push) Waiting to run
CI / CodeQL (push) Waiting to run
CI / Tested Python artifacts (push) Waiting to run
CI / Tested Docker images (push) Waiting to run
CI / All required CI lanes (push) Blocked by required conditions
Deploy Publicsite to GitHub Pages / deploy (push) Waiting to run
This commit is contained in:
parent
94a0be282b
commit
f4c93b9221
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.9.35rc295",
|
||||
"version": "0.9.35rc296",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc295"
|
||||
version = "0.9.35rc296"
|
||||
requires-python = ">=3.13"
|
||||
description = "Self-hosted internet archiving solution."
|
||||
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
||||
@ -344,7 +344,7 @@ Donate = "https://github.com/ArchiveBox/ArchiveBox/wiki/Donations"
|
||||
|
||||
|
||||
[tool.bumpver]
|
||||
current_version = "v0.9.35rc295"
|
||||
current_version = "v0.9.35rc296"
|
||||
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
|
||||
commit_message = "bump version {old_version} -> {new_version}"
|
||||
tag_message = "{new_version}"
|
||||
|
||||
10
uv.lock
10
uv.lock
@ -13,11 +13,11 @@ supported-markers = [
|
||||
]
|
||||
|
||||
[options]
|
||||
exclude-newer = "2026-08-11T12:47:00.936731332Z"
|
||||
exclude-newer = "2026-08-11T20:41:17.272863Z"
|
||||
exclude-newer-span = "P5D"
|
||||
|
||||
[options.exclude-newer-package]
|
||||
abxbus = { timestamp = "2026-08-16T12:46:59.936744667Z", span = "PT1S" }
|
||||
abxbus = { timestamp = "2026-08-16T20:41:16.273569Z", span = "PT1S" }
|
||||
abx-plugins = "2100-01-01T00:00:00Z"
|
||||
abx-dl = "2100-01-01T00:00:00Z"
|
||||
abxpkg = "2100-01-01T00:00:00Z"
|
||||
@ -38,9 +38,9 @@ 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/e2/a8/5a0d2642ada0e4dc2164464fc5591ea9cbaf6da792289f1830a44b0fb9e9/abx_dl-1.12.177.tar.gz", hash = "sha256:46c13c35d45e703948903f581084ed94c26cd58f56c263786111b044827de62e", size = 83619, upload-time = "2026-08-16T12:41:56.918260Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/e2/a8/5a0d2642ada0e4dc2164464fc5591ea9cbaf6da792289f1830a44b0fb9e9/abx_dl-1.12.177.tar.gz", hash = "sha256:46c13c35d45e703948903f581084ed94c26cd58f56c263786111b044827de62e", size = 83619, upload-time = "2026-08-16T12:41:56.918Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/5b/3a/24371ab3d4f66fe474f8065f2f3edf5ad0aff1f4083e8339847764d7740d/abx_dl-1.12.177-py3-none-any.whl", hash = "sha256:9adf9353f217be74fb500e1ed5169ac5c52c411cb85a6169dde242c7acd8c2c6", size = 87231, upload-time = "2026-08-16T12:41:57.907852Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/5b/3a/24371ab3d4f66fe474f8065f2f3edf5ad0aff1f4083e8339847764d7740d/abx_dl-1.12.177-py3-none-any.whl", hash = "sha256:9adf9353f217be74fb500e1ed5169ac5c52c411cb85a6169dde242c7acd8c2c6", size = 87231, upload-time = "2026-08-16T12:41:57.907Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -120,7 +120,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "archivebox"
|
||||
version = "0.9.35rc295"
|
||||
version = "0.9.35rc296"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user