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 unified 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,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.53 2021/03/21 08:38:41 schmonz Exp $ 1# $NetBSD: Makefile,v 1.54 2021/04/03 18:43:32 schmonz Exp $
2 2
3DISTNAME= rss2email-3.12.3 3DISTNAME= rss2email-3.13
4CATEGORIES= mail python 4CATEGORIES= mail python
5MASTER_SITES= ${MASTER_SITE_GITHUB:=rss2email/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=rss2email/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7DIST_SUBDIR= ${PKGNAME_NOREV} 7DIST_SUBDIR= ${PKGNAME_NOREV}
8 8
9MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
10HOMEPAGE= https://github.com/rss2email/rss2email/ 10HOMEPAGE= https://github.com/rss2email/rss2email/
11COMMENT= Get RSS feeds emailed to you 11COMMENT= Get RSS feeds emailed to you
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15DEPENDS+= ${PYPKGPREFIX}-feedparser>=5.0.1<=6.0.0:../../textproc/py-feedparser5 15DEPENDS+= ${PYPKGPREFIX}-feedparser>=6.0.0:../../textproc/py-feedparser
16DEPENDS+= ${PYPKGPREFIX}-html2text>=2014.4.5:../../textproc/py-html2text 16DEPENDS+= ${PYPKGPREFIX}-html2text>=2014.4.5:../../textproc/py-html2text
17 17
18PYTHON_VERSIONS_INCOMPATIBLE= 27 18PYTHON_VERSIONS_INCOMPATIBLE= 27
19 19
20REPLACE_PYTHON= test/test.py 20REPLACE_PYTHON= test/test.py
21 21
22INSTALLATION_DIRS= ${PKGMANDIR}/man1 22INSTALLATION_DIRS= ${PKGMANDIR}/man1
23 23
24do-test: 24do-test:
25 cd ${WRKSRC} && env PYTHONPATH=.:${PREFIX}/share/html2text ./test/test.py 25 cd ${WRKSRC} && env PYTHONPATH=.:${PREFIX}/share/html2text ./test/test.py
26 26
27post-install: 27post-install:
28 set -e; cd ${WRKSRC}; \ 28 set -e; cd ${WRKSRC}; \

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