Commit Graph

288 Commits

Author SHA1 Message Date
Claude
ae2ab5b273
Add Python 3.13 support with uuid7 backport compatibility
- Create uuid_compat.py module that provides uuid7 for Python <3.14
  using uuid_extensions package, and native uuid.uuid7 for Python 3.14+
- Update all model files and migrations to use archivebox.uuid_compat
- Add uuid7 conditional dependency in pyproject.toml for Python <3.14
- Update requires-python to >=3.13 (from >=3.14)
- Update GitHub workflows, lock_pkgs.sh to use Python 3.13
- Update tool configs (ruff, pyright, uv) for Python 3.13

This enables running ArchiveBox on Python 3.13 while maintaining
forward compatibility with Python 3.14's native uuid7 support.
2025-12-27 01:07:30 +00:00
Claude
cff4077c23
Bump Python version requirement from 3.11 to 3.14
Update all references to Python 3.11 to use Python 3.14 to match
the pyproject.toml requires-python = ">=3.14" setting:

- bin/lock_pkgs.sh: uv venv --python 3.14
- .github/workflows/test.yml: python matrix and PDM version
- .github/workflows/pip.yml: PYTHON_VERSION env var
- Dockerfile: comment and example FROM line
- Issue templates: example version output
2025-12-27 00:30:27 +00:00
Nick Sweeting
d9d67e9864
add swag link to funding links 2025-03-20 15:51:20 -07:00
Nick Sweeting
aa55e0d02e
Update 2-feature_request.yml
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
2025-01-08 19:20:50 -05:00
Nick Sweeting
e1c443aac4
Update 2-feature_request.yml 2025-01-08 19:19:04 -05:00
Nick Sweeting
d1c8acd3ff
Update 1-bug_report.yml 2025-01-08 19:15:21 -05:00
Nick Sweeting
fd21728732
Update 1-bug_report.yml 2025-01-08 19:12:46 -05:00
Nick Sweeting
b93918f926
Update 1-bug_report.yml 2025-01-08 19:12:18 -05:00
Nick Sweeting
ba5380f60b
Update 1-bug_report.yml 2025-01-08 19:11:23 -05:00
Nick Sweeting
7ba7ad6b3e
Update 1-bug_report.yml 2025-01-08 19:10:47 -05:00
Nick Sweeting
91eb3472e3
Update 1-bug_report.yml 2025-01-08 19:09:12 -05:00
Nick Sweeting
b28f2e704c
Update 1-bug_report.yml fix markdown formatting 2025-01-08 19:07:38 -05:00
Nick Sweeting
62a99c88d2
clarify filesystems selections in bug report github template 2025-01-08 19:05:41 -05:00
Nick Sweeting
765abc9d5a
Update pip.yml 2025-01-08 18:53:13 -05:00
Nick Sweeting
1fb5ecf13d
change pip flow to use PAT
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
2024-12-18 18:55:29 -08:00
Nick Sweeting
46f4a90a2a
install needed packages to run archivebox during pip build 2024-12-18 18:39:58 -08:00
Nick Sweeting
e862031981
use uv to build pip package in github actions instead of pdm 2024-12-18 18:38:25 -08:00
Nick Sweeting
b78e892bf8
update github actions to build docker image 2024-12-18 18:19:35 -08:00
Nick Sweeting
73a75bb4c9
Update FUNDING.yml 2024-12-04 01:38:07 -08:00
Nick Sweeting
22901406aa
Update 2-feature_request.yml
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
2024-11-22 18:29:58 -05:00
Nick Sweeting
3e5ae1600c
Update config.yml 2024-11-17 20:40:38 -08:00
Nick Sweeting
2ae70deaae
Update config.yml 2024-11-17 20:36:29 -08:00
Nick Sweeting
dbd6272d18
Update config.yml 2024-11-17 20:34:21 -08:00
Nick Sweeting
840f831572
move readthedocs config into subdir 2024-11-12 22:10:00 -08:00
Nick Sweeting
9b24fe7390
merge dev
Some checks are pending
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
2024-11-02 17:34:33 -07:00
Nick Sweeting
27f26fdde8
Update config.yml
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Deploy static content to Pages / deploy (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
2024-11-02 20:07:29 -04:00
Nick Sweeting
f5cf80542e
Update 3-documentation_change.yml 2024-11-02 20:05:46 -04:00
Nick Sweeting
abad13f5da
Rename documentation_change.yml to 3-documentation_change.yml 2024-11-02 20:04:38 -04:00
Nick Sweeting
7862d58ffe
Rename feature_request.yml to 2-feature_request.yml 2024-11-02 20:04:24 -04:00
Nick Sweeting
85747f9a6e
Rename bug_report.yml to 1-bug_report.yml 2024-11-02 20:04:11 -04:00
Nick Sweeting
ce6ae34655
Update config.yml 2024-11-02 20:03:19 -04:00
Nick Sweeting
12a95b5549
Create config.yml 2024-11-02 20:01:32 -04:00
Nick Sweeting
a675949bb4
Update documentation_change.yml 2024-11-02 19:52:54 -04:00
Nick Sweeting
eeac839360
Update documentation_change.yml 2024-11-02 19:52:35 -04:00
Nick Sweeting
ce6aa20ab2
Update documentation_change.yml 2024-11-02 19:50:34 -04:00
Nick Sweeting
c017491d87
Update documentation_change.yml 2024-11-02 19:49:09 -04:00
Nick Sweeting
2e0dc1f3f2
Update documentation_change.yml 2024-11-02 19:48:51 -04:00
Nick Sweeting
e68806b099
Update and rename documentation_change.md to documentation_change.yml 2024-11-02 19:44:10 -04:00
Nick Sweeting
61f150140d
Update feature_request.yml 2024-11-02 19:39:03 -04:00
Nick Sweeting
29486379e8
Update feature_request.yml 2024-11-02 19:32:09 -04:00
Nick Sweeting
80dd3c6cce
Update and rename feature_request.md to feature_request.yml 2024-11-02 19:30:44 -04:00
Nick Sweeting
983119d6ae
Delete .github/ISSUE_TEMPLATE/question_or_discussion.md 2024-11-02 19:12:44 -04:00
Nick Sweeting
2bff4f43dc
Update bug_report.yml 2024-11-02 16:43:31 -04:00
Nick Sweeting
65bb71e288
Update bug_report.yml 2024-11-02 16:39:33 -04:00
Nick Sweeting
b47b4537d1
Update bug_report.yml 2024-11-02 16:28:25 -04:00
Nick Sweeting
a0bbe55459
Update bug_report.yml 2024-11-02 16:27:31 -04:00
Nick Sweeting
8e0e9f2d29
Update bug_report.yml 2024-11-02 16:26:30 -04:00
Nick Sweeting
ea6156f03b
Update bug_report.yml 2024-11-02 16:20:31 -04:00
Nick Sweeting
8ce010afb7
Update bug_report.yml 2024-11-02 15:49:17 -04:00
Nick Sweeting
6adca829aa
Update bug_report.yml 2024-11-02 15:47:40 -04:00