feed2exec (0.18.0)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the 0.18.0 tag
- Git: https://gitlab.com/anarcat/feed2exec.git
-
- Branch: main
- Path: debian/changelog
- Browser: https://gitlab.com/anarcat/feed2exec/tree/master
- Last scan: 2022-07-01 14:16:19+00
- Next scan: 2022-07-02 16:51:00+00
- Debian changelog in Git:
feed2exec (0.18.0) unstable; urgency=medium
ship accumulated bugfixes and catchup with wayback machine changes.
special thanks to Paul Wise for the immesurable patience on
the wayback plugin and test suite, and to Jelmer Vernooij for the
Debian Janitor.
New features:
* Add support for saving page resources to the Wayback Machine too,
thanks Paul Wise!
API changes:
* we now generate a standard message-id, which has brackets around it
Bugfixes:
* fix rare crash in feed2exec parse with an empty `mailbox` setting
* fix feedparser dependencies for newer python
* catchup with html2text again (2020.1.16)
* add failing test and fix for cachecontrol 0.12.10 new API (Closes: GL#22)
* do not cache requests in plugins (Closes: #1001412, GL#26)
* Require feedparser 5 as minimum version for Python 3, thanks Paul Wise
Documentation:
* mention (lack of) Gemini and other protocol support
* leave Freenode for oftc.net
Cleanup, CI, linting:
* avoid dateparser bug workaround in newer versions
* drop support for python 3.5, add 3.9
* enforce black in tox, but not in CI
* first pass at type checking with mypy, with failures allowed
* switch to setup.cfg as much as possible
* fix rst syntax since we are not hacking it anymore
* mention build module, which may be necessary for newer setuptools_scm
* move fixtures to conftest.py
* use pytest.mark.network instead of xfail
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Use canonical URL in Vcs-Git.
* Update standards version to 4.5.1, no changes needed.
-- Antoine Beaupré <anarcat@debian.org> Mon, 31 Jan 2022 20:51:55 -0500
- This branch is 4 commits ahead of tag 0.18.0
- Git log:
commit 9ee9a5ddffd0fe1dcac04839d653a09157e8ebf4
Author: Antoine Beaupré <anarcat@debian.org>
Date: Mon May 2 22:53:49 2022 -0400
remove the test compatibility shim from setup.py
This is causing more trouble than it fixes, witness anarcat/feed2exec#28.
commit 256d3ea799074f57e652e9c5d404136999131059
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Apr 27 11:17:09 2022 -0400
add support for Python 3.10, no change
It looks like the test suite passes in 3.10, so let's just add it to
the list.
Closes: anarcat/feed2exec#27
commit f12886bca1af6217d588c8757132a385c2ec30c8
Merge: d145e77 ec44c66
Author: Antoine Beaupré <anarcat+gitlab@anarc.at>
Date: Thu Feb 17 16:44:50 2022 +0000
Merge branch 'scrub-obsolete' into 'main'
Remove unnecessary constraints
See merge request anarcat/feed2exec!15
commit ec44c66357e20a9c65ef5c7135cbcd439808c636
Author: Debian Janitor <janitor@jelmer.uk>
Date: Fri Feb 4 10:26:48 2022 +0000
Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on python3-betamax.
Changes-By: deb-scrub-obsolete