edvatar
bb2ca29cba
Speed up benchmark cpu tests with _BORG_BENCHMARK_CPU_TEST env var
...
Add _BORG_BENCHMARK_CPU_TEST environment variable (following the existing
pattern of _BORG_BENCHMARK_CRUD_TEST) that reduces:
- timeit iterations from 100 to 1 (10 to 1 for compression)
- KDF iterations from 5 to 1
- random data buffer from 10MB to 100KB
Set this env var in test_benchmark_cpu and test_benchmark_cpu_json so
they complete quickly in CI while still exercising the full code path.
Fixes #9414
Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com>
2026-02-27 11:17:46 -05:00
TW
eb82eeba05
Merge pull request #9369 from mr-raj12/docs-platformdirs-7332
...
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
docs: document platformdirs change and platform-specific directory paths, fixes #7332
2026-02-27 15:52:55 +01:00
Mrityunjay Raj
02f447536c
docs: document platformdirs change and platform-specific directory paths, fixes #7332
2026-02-27 11:50:35 +05:30
TW
7be6fcd904
Merge pull request #9412 from ThomasWaldmann/fix-env-var-names
...
Lint / lint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / security (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
CI / asan_ubsan (push) Has been cancelled
CI / native_tests (push) Has been cancelled
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Has been cancelled
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Has been cancelled
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Has been cancelled
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Has been cancelled
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Has been cancelled
CI / windows_tests (push) Has been cancelled
rename BORG_RLIST_FORMAT to BORG_REPO_LIST_FORMAT, #9411
2026-02-24 11:47:41 +01:00
Thomas Waldmann
0b05b44c0a
rename BORG_RLIST_FORMAT to BORG_REPO_LIST_FORMAT, #9411
2026-02-24 10:42:50 +01:00
TW
2951a648b7
Merge pull request #9410 from borgbackup/dependabot/pip/requirements.d/pip-dependencies-6902ed81f3
...
build(deps-dev): bump the pip-dependencies group in /requirements.d with 3 updates
2026-02-24 10:07:27 +01:00
dependabot[bot]
748b519107
build(deps-dev): bump the pip-dependencies group
...
Bumps the pip-dependencies group in /requirements.d with 3 updates: [setuptools](https://github.com/pypa/setuptools ), [pytest](https://github.com/pytest-dev/pytest ) and [coverage[toml]](https://github.com/coveragepy/coveragepy ).
Updates `setuptools` from 80.9.0 to 80.10.1
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v80.10.1 )
Updates `pytest` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2 )
Updates `coverage[toml]` from 7.13.1 to 7.13.4
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.1...7.13.4 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.10.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: pytest
dependency-version: 9.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
- dependency-name: coverage[toml]
dependency-version: 7.13.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 05:43:27 +00:00
TW
49959db0e2
Merge pull request #9407 from ThomasWaldmann/fix-filename-backslash
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
remove_dotdot_prefixes: remove bad assert, fixes #9406
2026-02-23 20:38:00 +01:00
Thomas Waldmann
23f7388e21
remove_dotdot_prefixes: remove bad assert, fixes #9406
...
guess the assert was meant to make sure that we do not have backslashes as path separators, but did not consider that on linux a backslash can be part of a filename (without being a path separator).
2026-02-23 19:59:08 +01:00
TW
3e15918b82
Merge pull request #9404 from defnvary/ignore_more_artifacts
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
ignore more artifacts generated during build
2026-02-23 14:17:53 +01:00
TW
23060e3943
Merge pull request #9397 from defnvary/use_zstd_python_stdlib
...
use zstd from python lib or backports.zstd (python<'3.14'), closes #9261
2026-02-23 12:10:52 +01:00
defnvary
075323b8e7
.gitignore: move entries to correct location in file
2026-02-23 10:54:14 +05:30
TW
2698f50c99
Merge pull request #9396 from mr-raj12/resolve-fakeroot-xattr-todos
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
xattr: document fakeroot xattr as Linux-only, add missing fakeroot skip on FreeBSD, fixes #9394
2026-02-22 21:23:12 +01:00
defnvary
4344eb37d1
use zstd from python stdlib or backport.zstd, closes #9261
2026-02-23 00:33:21 +05:30
defnvary
398ac5ab84
ignore more artifacts generated during build
2026-02-23 00:16:54 +05:30
TW
c86e5af5ca
Merge pull request #9398 from ThomasWaldmann/fix-requests-chardet-master
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
fix dependency issue related to chardet 6 release
2026-02-22 14:53:14 +01:00
Thomas Waldmann
475b70b7d0
fix dependency issue related to chardet 6 release
...
requests wants < 6, but something else installs >= 6,
triggering this warning on stderr that breaks our tests:
/home/runner/work/borg/borg/.tox/py311-pyfuse3/lib/python3.11/site-packages/requests/__init__.py:113:
RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0dev0)/charset_normalizer (3.4.4) doesn't match a supported version!
2026-02-22 14:38:37 +01:00
TW
0b19a10831
Merge pull request #9384 from mr-raj12/fix-win32-files-changed
...
create: implement "file changed while backup" detection on Windows, fixes #9382
2026-02-22 12:54:15 +01:00
Rohan salunke
179b5cdd92
Regenerate usage docs from current CLI help source
...
This also fixes #8146 (experimental markings in docs).
2026-02-22 11:50:58 +01:00
TW
c7d27ada16
Merge pull request #9381 from mr-raj12/fix-remote-store-object-not-found
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
remote: fix StoreObjectNotFound exception lost over RPC, fixes #9380
2026-02-21 22:17:41 +01:00
Mrityunjay Raj
4654b903c9
remote: fix StoreObjectNotFound exception lost over RPC, fixes #9380
2026-02-22 02:09:55 +05:30
Mrityunjay Raj
d1a10dd319
xattr: document fakeroot xattr as Linux-only, add missing fakeroot skip on FreeBSD, fixes #9394
2026-02-22 00:13:30 +05:30
TW
66051cc069
Merge pull request #9387 from mr-raj12/ci-codeql-ubuntu-24
...
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
ci: update CodeQL workflow runner to ubuntu-24.04, fixes #9386
2026-02-21 12:04:15 +01:00
Mrityunjay Raj
4f2480c734
create: implement "file changed while backup" detection on Windows, fixes #9382
2026-02-21 04:46:09 +05:30
Mrityunjay Raj
77a5f439a6
ci: update CodeQL workflow runner to ubuntu-24.04, fixes #9386
2026-02-21 00:02:28 +05:30
TW
9f89e16944
Merge pull request #9385 from mr-raj12/darwin-f-fullsync
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
platform: use F_FULLSYNC on macOS for SyncFile data durability, fixes #9383
2026-02-20 19:28:53 +01:00
Mrityunjay Raj
0354697c56
platform: use F_FULLSYNC on macOS for SyncFile data durability, fixes #9383
2026-02-20 22:39:07 +05:30
TW
9533b5083e
Merge pull request #9372 from mr-raj12/remove-try-upgrade-to-b14
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
cache: remove try_upgrade_to_b14() legacy migration, fixes #9371
2026-02-19 14:08:22 +01:00
Mrityunjay Raj
cace06ff1c
cache: remove try_upgrade_to_b14() legacy migration, fixes #9371
2026-02-19 04:08:09 +05:30
TW
3f6282c3bc
Merge pull request #9366 from mr-raj12/fix-benchmark-compact-warnings
...
Lint / lint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / security (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
CI / asan_ubsan (push) Has been cancelled
CI / native_tests (push) Has been cancelled
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Has been cancelled
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Has been cancelled
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Has been cancelled
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Has been cancelled
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Has been cancelled
CI / windows_tests (push) Has been cancelled
benchmark crud: suppress compact warnings during benchmark runs, fixes #9365
2026-02-17 20:55:16 +01:00
Mrityunjay Raj
c7261ae5aa
benchmark crud: suppress compact warnings during benchmark runs, fixes #9365
2026-02-18 00:45:36 +05:30
Mrityunjay Raj
1c0bf36275
remove handwritten bash/zsh shell completions, fixes #9178
...
Remove the handwritten bash and zsh shell completion scripts now that
auto-generated completions via borg completion bash/zsh (powered by
shtab, #9172 ) are tested and working. Fish completions are kept as
shtab does not yet support fish.
Replace string-matching tests with focused behavior tests: script size
sanity, shell syntax validation (bash -n / zsh -n), and tests that
invoke the custom preamble functions in bash (sortby key dedup,
filescachemode mutual exclusivity, archive name and aid: prefix
completion against a real repository).
2026-02-17 19:33:54 +01:00
TW
a4bfc185df
Merge pull request #9335 from mr-raj12/enhance-pr-template
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
github: enhance pull request template, fixes #9334
2026-02-17 15:25:02 +01:00
TW
4e3352ed58
Merge pull request #9327 from ThomasWaldmann/fixes-master
...
Misc. fixes (master)
2026-02-17 15:16:02 +01:00
TW
60928f380a
Merge pull request #9333 from ThomasWaldmann/pw-env-var-ambiguity-master
...
passphrase: fail if multiple passphrase env vars are set, fixes #8834
2026-02-17 15:13:41 +01:00
TW
786a27519f
Merge pull request #9354 from mr-raj12/benchmark-crud-json-lines
...
benchmark crud: add --json-lines output option, fixes #9165
2026-02-17 10:13:43 +01:00
Mrityunjay Raj
1150b8d8f7
benchmark crud: add --json-lines output option, fixes #9165
...
Add --json-lines flag to 'borg benchmark crud' that outputs
each measurement as a JSON object (one per line) for easy
machine parsing. Also improve test coverage to validate both
human-readable and JSON-lines output formats.
2026-02-17 14:08:10 +05:30
TW
6e1fd9e0ec
Merge pull request #9360 from borgbackup/dependabot/pip/requirements.d/pip-dependencies-a5918913ce
...
build(deps-dev): bump the pip-dependencies group across 1 directory with 13 updates
2026-02-17 08:43:52 +01:00
dependabot[bot]
f3c5d5bb02
build(deps-dev): bump the pip-dependencies group across 1 directory with 13 updates
...
Bumps the pip-dependencies group with 13 updates in the /requirements.d directory:
| Package | From | To |
| --- | --- | --- |
| [setuptools](https://github.com/pypa/setuptools ) | `78.1.1` | `80.9.0` |
| [setuptools-scm](https://github.com/pypa/setuptools-scm ) | `8.3.1` | `9.2.2` |
| [pip](https://github.com/pypa/pip ) | `26.0` | `26.0.1` |
| [wheel](https://github.com/pypa/wheel ) | `0.46.2` | `0.46.3` |
| [build](https://github.com/pypa/build ) | `1.2.2.post1` | `1.4.0` |
| [tox](https://github.com/tox-dev/tox ) | `4.27.0` | `4.34.1` |
| [pytest](https://github.com/pytest-dev/pytest ) | `8.4.1` | `9.0.1` |
| [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) | `3.7.0` | `3.8.0` |
| [coverage[toml]](https://github.com/coveragepy/coveragepy ) | `7.9.1` | `7.13.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov ) | `6.2.1` | `7.0.0` |
| [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark ) | `5.1.0` | `5.2.3` |
| [cython](https://github.com/cython/cython ) | `3.2.3` | `3.2.4` |
| [pre-commit](https://github.com/pre-commit/pre-commit ) | `4.2.0` | `4.5.1` |
Updates `setuptools` from 78.1.1 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v78.1.1...v80.9.0 )
Updates `setuptools-scm` from 8.3.1 to 9.2.2
- [Release notes](https://github.com/pypa/setuptools-scm/releases )
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pypa/setuptools-scm/compare/v8.3.1...v9.2.2 )
Updates `pip` from 26.0 to 26.0.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/pip/compare/26.0...26.0.1 )
Updates `wheel` from 0.46.2 to 0.46.3
- [Release notes](https://github.com/pypa/wheel/releases )
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst )
- [Commits](https://github.com/pypa/wheel/compare/0.46.2...0.46.3 )
Updates `build` from 1.2.2.post1 to 1.4.0
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/1.2.2.post1...1.4.0 )
Updates `tox` from 4.27.0 to 4.34.1
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.27.0...4.34.1 )
Updates `pytest` from 8.4.1 to 9.0.1
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...9.0.1 )
Updates `pytest-xdist` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.7.0...v3.8.0 )
Updates `coverage[toml]` from 7.9.1 to 7.13.1
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.9.1...7.13.1 )
Updates `pytest-cov` from 6.2.1 to 7.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v7.0.0 )
Updates `pytest-benchmark` from 5.1.0 to 5.2.3
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...v5.2.3 )
Updates `cython` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/cython/cython/releases )
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst )
- [Commits](https://github.com/cython/cython/compare/3.2.3...3.2.4 )
Updates `pre-commit` from 4.2.0 to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.9.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: setuptools-scm
dependency-version: 9.2.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: pip
dependency-version: 26.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
- dependency-name: wheel
dependency-version: 0.46.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
- dependency-name: build
dependency-version: 1.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: tox
dependency-version: 4.34.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: pytest-xdist
dependency-version: 3.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: coverage[toml]
dependency-version: 7.13.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: pytest-cov
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: pytest-benchmark
dependency-version: 5.2.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: cython
dependency-version: 3.2.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
- dependency-name: pre-commit
dependency-version: 4.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-17 07:37:52 +00:00
TW
119e517645
Merge pull request #9359 from ThomasWaldmann/dependabot-config
...
improve dependabot configuration: more stability
2026-02-17 08:36:12 +01:00
Thomas Waldmann
ee569784de
improve dependabot configuration: more stability
2026-02-17 08:35:45 +01:00
TW
13b010c4ec
Merge pull request #9353 from mr-raj12/benchmark-cpu-json
...
benchmark cpu: add --json output option, fixes #9166
2026-02-17 08:22:36 +01:00
TW
045701558e
Merge pull request #9343 from mr-raj12/fix-http-urls-master
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
upgrade http:// URLs to https:// and remove dead librelist.com link, fixes #9342
2026-02-16 18:40:51 +01:00
TW
2489109fdd
Merge pull request #9357 from mr-raj12/fix-man-pages-broken-refs
...
docs: fix broken :ref: references in man pages, fixes #7239
2026-02-16 18:38:51 +01:00
Mrityunjay Raj
4fcde8ad0f
benchmark cpu: add --json output option, fixes #9166
...
Add --json flag to 'borg benchmark cpu' that outputs all benchmark
results as a single JSON object for easy machine parsing. Size values
use integers (bytes) in JSON and format_file_size() for human-readable
text output. Also add tests for both plain-text and JSON output formats.
2026-02-16 22:51:32 +05:30
Mrityunjay Raj
f1ed09965f
docs: fix broken :ref: references in man pages, fixes #7239
2026-02-16 22:36:07 +05:30
TW
eb7502ee50
Merge pull request #9350 from mr-raj12/ci-expand-dependabot-pip
...
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
ci: expand Dependabot config to monitor pip dependencies, fixes #9349
2026-02-16 07:25:17 +01:00
TW
6f49bfd766
Merge pull request #9347 from mr-raj12/docs-update-security-md-version-table
...
docs: update SECURITY.md version table, fixes #9346
2026-02-16 07:24:10 +01:00
Mrityunjay Raj
ca2a5ac1ff
docs: update SECURITY.md version table, fixes #9346
...
- 2.0.x: mark as beta (not yet stable release)
- 1.2.x: no new releases, critical fixes may still be backported
- Keep 1.4.x as supported, 1.1.x and below as unsupported
2026-02-16 02:20:18 +05:30
Mrityunjay Raj
7189954a56
ci: expand Dependabot config to monitor pip dependencies, fixes #9349
2026-02-16 02:10:34 +05:30