feed2exec (0.22.0)
[PTS] [DDPO]
COMMITS: VCS has seen 8 commits since the 0.22.0 tag
- Git: https://gitlab.com/anarcat/feed2exec.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 868352
- Browser: https://gitlab.com/anarcat/feed2exec/tree/master
- Last scan: 2025-03-23 13:34:03+00
- Next scan: 2025-03-24 14:08:00+00
- Debian changelog in Git:
feed2exec (0.22.0) unstable; urgency=medium
* cleanups:
* add renovate bot
* start using tox --current-env
* use debputy reformat for control files, no change
* silence flake8 warnings
* fix test collection in pytest 3.8+
* chase new html2text in test suite
* drop support for Python < 3.8
* note the existence of markdownify
* fix deprecation warning: get rid of dateparser feature detection
* fix test suite failures due to deprecation warnings
* fix a new mypy warning on old code
* note that 0.21 was only published on pypi
* ikiwikitoot: add tool bypass RSS feed parsing altogether
* fix error in handling toot error codes
-- Antoine Beaupré <anarcat@debian.org> Mon, 03 Mar 2025 14:41:40 -0500
- This branch is 8 commits ahead of tag 0.22.0
- Git log:
commit c2dc146239a1ba0b82b95b19ce21ca1ac2895efb
Author: Antoine Beaupré <anarcat@debian.org>
Date: Sat Mar 22 00:36:14 2025 -0400
blacken
commit 9f5fe3fe4adb6e44f804e0bd01828cd6e43378d9
Author: Antoine Beaupré <anarcat@debian.org>
Date: Sat Mar 22 00:35:50 2025 -0400
ikiwikitoot: fix call to git when ran from a hook
the GIT_DIR was taking over.
commit fb4b1a2c97a1735ea558042ed66861f853664f7c
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Mar 6 20:45:01 2025 -0500
fix crash in ikiwikitoot after refactoring
commit c1b50d8f115c2d99b8c0aec1d4977cdb2fbe3382
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Mar 6 15:56:47 2025 -0500
ikiwikitoot: move post-receive logic to its own function
This simplifies main and makes it possible to implement other hooks
more easily. I started down this path to implement a post-update hook,
before realizing it doesn't have the actual refs being changed. So
instead I moved the ikiwiki rebuild in post-receive.
commit 7d1ec2f4567476828fc735308c19a06dfa3d1da4
Author: Antoine Beaupré <anarcat@debian.org>
Date: Thu Mar 6 15:56:29 2025 -0500
ikiwikitoot: fix relative path calls
commit fc0268be06cccaa36d344410242af640a94e7a83
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 3 15:11:23 2025 -0500
fix isort linter
commit ca47a0fde1eff0f30ce2e89ef06521797eeff0fe
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 3 15:05:38 2025 -0500
remove old python 3.6 feedparser note
commit 6499e8f74f2fab976fce4e80e3fd5d9152f1d166
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon Mar 3 15:04:57 2025 -0500
drop support for Python 3.8, add 3.11 and 3.13
The type annotations are just too annoying to fix. This silences the
following error:
feed2exec/plugins/ikiwikitoot.py:172: in <module>
def parse_ikiwiki_directives(path: str) -> dict[str, dict[Union[str, int], str]]:
E TypeError: 'type' object is not subscriptable