diff --git a/git-annex-10.20240129.tar.gz b/git-annex-10.20240129.tar.gz deleted file mode 100644 index c8958fe..0000000 --- a/git-annex-10.20240129.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e1eb20e0d5a8e641cc483d7826b2132e054f3fe9ad7bd6ca830456c91b7d383 -size 9107385 diff --git a/git-annex-10.20240227.tar.gz b/git-annex-10.20240227.tar.gz new file mode 100644 index 0000000..d761fcc --- /dev/null +++ b/git-annex-10.20240227.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d04d04f5b817e2a7d4b1a3d6b92915c30e4214ae0889ffe6f346902c257d5b +size 9187508 diff --git a/git-annex.changes b/git-annex.changes index 4dfb74d..4f82b98 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Feb 27 17:02:42 UTC 2024 - Peter Simons + +- Update git-annex to version 10.20240227. + git-annex (10.20240227) upstream; urgency=medium + + * importfeed: Added --scrape option, which uses yt-dlp to screen scrape + the equivilant of an RSS feed. + * importfeed --force: Don't treat it as a failure when an already + downloaded file exists. (Fixes a behavior change introduced in + 10.20230626.) + * importfeed --force: Avoid creating duplicates of existing + already downloaded files when yt-dlp or a special remote was used. + * addurl, importfeed: Added --raw-except option. + * stack.yaml: Update to lts-22.9 and use crypton. + * assistant, undo: When committing, let the usual git commit + hooks run. + * Added annex.commitmessage-command config. + * pre-commit: Avoid committing the git-annex branch + (except when a commit is made in a view, which changes metadata). + * Pass --no-warnings to yt-dlp. + + -- Joey Hess Tue, 27 Feb 2024 12:58:30 -0400 + ------------------------------------------------------------------- Mon Jan 29 18:12:40 UTC 2024 - Peter Simons diff --git a/git-annex.spec b/git-annex.spec index 986e175..dd6a06e 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 10.20240129 +Version: 10.20240227 Release: 0 Summary: Manage files with git, without checking their contents into git License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only