Sat Apr 3 18:43:32 2021 UTC ()
Update to 3.13. From the changelog:

* Drop support for Python 3.5, add support for Python 3.9
* Switch to feedparser 6
* Switch to poetry instead of requirements.txt
* Make the `verbose` flag in the config file actually have an impact,
  and have it default to `info`
* Improve log messages
* Remove documentation of `smtp-ssl-protocol` as this option was
  dropped in 2016
* Stop forging SMTP and sendmail envelope sender (#134)
* Add sendmail_config option
* Log sendmail output
* Support multipart/alternative emails with both HTML and plain text
  parts with option `multipart-html`
* Add inline-links option, allowing links to be sent to the bottom of
  the paragraph
* Add wrap-links option, preventing links from be wrapped over
  multiple lines
* Stop looking in $XDG_DATA_DIRS for the database, and only look in
  $XDG_DATA_HOME
* Warnings about HTTP content-type being unexpected now properly display
* Make the proxy parameter also affect https connections
* Add a --clean argument on the run command to reduce the database size
* Set body element attribute dir=auto in HTML mail
* Store the lock file in XDG_RUNTIME_DIR instead of /tmp


(schmonz)
diff -r1.53 -r1.54 pkgsrc/mail/rss2email/Makefile
diff -r1.35 -r1.36 pkgsrc/mail/rss2email/distinfo

cvs diff -r1.53 -r1.54 pkgsrc/mail/rss2email/Makefile (expand / switch to context diff)
--- pkgsrc/mail/rss2email/Makefile 2021/03/21 08:38:41 1.53
+++ pkgsrc/mail/rss2email/Makefile 2021/04/03 18:43:32 1.54
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2021/03/21 08:38:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.54 2021/04/03 18:43:32 schmonz Exp $
 
-DISTNAME=		rss2email-3.12.3
+DISTNAME=		rss2email-3.13
 CATEGORIES=		mail python
 MASTER_SITES=		${MASTER_SITE_GITHUB:=rss2email/}
 GITHUB_TAG=		v${PKGVERSION_NOREV}
@@ -12,7 +12,7 @@
 LICENSE=		gnu-gpl-v2
 
 DEPENDS+=		${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=		${PYPKGPREFIX}-feedparser>=5.0.1<=6.0.0:../../textproc/py-feedparser5
+DEPENDS+=		${PYPKGPREFIX}-feedparser>=6.0.0:../../textproc/py-feedparser
 DEPENDS+=		${PYPKGPREFIX}-html2text>=2014.4.5:../../textproc/py-html2text
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27

cvs diff -r1.35 -r1.36 pkgsrc/mail/rss2email/distinfo (expand / switch to context diff)
--- pkgsrc/mail/rss2email/distinfo 2021/03/21 08:38:41 1.35
+++ pkgsrc/mail/rss2email/distinfo 2021/04/03 18:43:32 1.36
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2021/03/21 08:38:41 schmonz Exp $
+$NetBSD: distinfo,v 1.36 2021/04/03 18:43:32 schmonz Exp $
 
-SHA1 (rss2email-3.12.3/rss2email-3.12.3.tar.gz) = f15f837bb6b255f11df0270791f39140bd3878c9
+SHA1 (rss2email-3.13/rss2email-3.13.tar.gz) = c8114387ace36267482e6cf31243551542709ed5
-RMD160 (rss2email-3.12.3/rss2email-3.12.3.tar.gz) = d9fd2e133ba7c5c5f218edd540e990b2a771bd75
+RMD160 (rss2email-3.13/rss2email-3.13.tar.gz) = eecc6b15d347d9120ebdca71051be79c07a08927
-SHA512 (rss2email-3.12.3/rss2email-3.12.3.tar.gz) = 189f6d81020a582a6a0d142cd31cf2dd200382037f4e87444a4d3df58d9feeb3b5503a689ea91c5ad88d70cfc6a7f9767314cbaa0dad0f20cb525a8251df3026
+SHA512 (rss2email-3.13/rss2email-3.13.tar.gz) = 548919d11762e751c2ae7ab84135aa8571104a616f0e516faf8bd9c340777972273e6642a91180387d0125300c89d6212a9da7b901f15b430f7b58284d896e98
-Size (rss2email-3.12.3/rss2email-3.12.3.tar.gz) = 74151 bytes
+Size (rss2email-3.13/rss2email-3.13.tar.gz) = 157303 bytes