vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit f7ad802bd573bf0e95386c5c859de9ca64f8ebb4
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Aug 28 16:08:16 2024 -0400
Revert "try to fix CI by clearing out python cache files"
This is useless garbage fed by a LLM, what a shame!
This reverts commit e0413ecb250abc5a8e5f3c0c6357e3ff627783ba.
commit 2f57ac36d2deba1d3229fc6a5432dab68bdcacc7
Merge: 00ac99b 7b60552
Author: Antoine Beaupré <anarcat+gitlab@anarc.at>
Date: Wed Aug 28 20:05:51 2024 +0000
Merge branch 'renovate/configure' into 'main'
chore: Configure Renovate
Closes #32
See merge request anarcat/feed2exec!17
commit 00ac99b175cdd245410c8dc7c7b9042c80fb4eed
Merge: a698a3c 54a3b47
Author: Antoine Beaupré <anarcat+gitlab@anarc.at>
Date: Wed Aug 28 20:05:41 2024 +0000
Merge branch 'pycache-ci-fail-snafu' into 'main'
fix test collection in pytest 3.8+ (Closes: #32)
Closes #32
See merge request anarcat/feed2exec!18
commit 7b605521c02d2a537a5f31d5e14579376b1dc315
Author: anarcat renovate-bot <register@anarc.at>
Date: Wed Aug 28 18:15:56 2024 +0000
Add renovate.json
commit 54a3b47ba9fdcf68e827ccd7dd4b0793d0801ace
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Aug 28 16:01:22 2024 -0400
drop support for Python < 3.8
oldstable (bullseye) has 3.9 and the 3.6/3.7 images are breaking test
discovery (#32).
commit d6f741a55a4563c5b110292ab48d326c2394c311
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Aug 28 15:57:44 2024 -0400
chase new html2text in test suite
commit 11ec85e1998d29641052bdc541f55cec2366485e
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Aug 28 15:51:57 2024 -0400
fix test collection in pytest 3.8+ (Closes: #32)
commit e0413ecb250abc5a8e5f3c0c6357e3ff627783ba
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Aug 28 14:58:01 2024 -0400
try to fix CI by clearing out python cache files
I don't understand why those are there in the first place, but let's
see if that works.
Answer provided by GPT-4o, with the prompt:
> starting from Python 3.8, my feed2exec pipelines are failing with
> this:
>
> ```
> [copy of the gitlab CI log]
> ```
>
> why?
commit a698a3c14e03b8192c41ada44a2771061be816e0
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jul 2 11:32:50 2024 -0400
silence flake8 warning
commit 8002adbc2d6251c5c3b18b1e6864ca9c8523f0e4
Author: Antoine Beaupré <anarcat@debian.org>
Date: Tue Jul 2 11:22:46 2024 -0400
use debputy reformat for control files, no change
https://people.debian.org/~nthykier/blog/2024/debian-packaging-with-style-black.html
commit 08386af91a5ef0a57f1bf699c99023264278e0a6
Author: Antoine Beaupré <anarcat@debian.org>
Date: Wed Apr 10 17:21:08 2024 -0400
start using tox --current-env
It is faster: it doesn't have to reinstall everything in the tox env.
It is more trusted: it's not a curl | sh from pypi on install.