pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/rss2email Update to 3.13. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07cac222ad80
branches:  trunk
changeset: 449676:07cac222ad80
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Apr 03 18:43:32 2021 +0000

description:
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

diffstat:

 mail/rss2email/Makefile |   6 +++---
 mail/rss2email/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 1071fd2f1463 -r 07cac222ad80 mail/rss2email/Makefile
--- a/mail/rss2email/Makefile   Sat Apr 03 18:41:31 2021 +0000
+++ b/mail/rss2email/Makefile   Sat Apr 03 18:43:32 2021 +0000
@@ -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
diff -r 1071fd2f1463 -r 07cac222ad80 mail/rss2email/distinfo
--- a/mail/rss2email/distinfo   Sat Apr 03 18:41:31 2021 +0000
+++ b/mail/rss2email/distinfo   Sat Apr 03 18:43:32 2021 +0000
@@ -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
-RMD160 (rss2email-3.12.3/rss2email-3.12.3.tar.gz) = d9fd2e133ba7c5c5f218edd540e990b2a771bd75
-SHA512 (rss2email-3.12.3/rss2email-3.12.3.tar.gz) = 189f6d81020a582a6a0d142cd31cf2dd200382037f4e87444a4d3df58d9feeb3b5503a689ea91c5ad88d70cfc6a7f9767314cbaa0dad0f20cb525a8251df3026
-Size (rss2email-3.12.3/rss2email-3.12.3.tar.gz) = 74151 bytes
+SHA1 (rss2email-3.13/rss2email-3.13.tar.gz) = c8114387ace36267482e6cf31243551542709ed5
+RMD160 (rss2email-3.13/rss2email-3.13.tar.gz) = eecc6b15d347d9120ebdca71051be79c07a08927
+SHA512 (rss2email-3.13/rss2email-3.13.tar.gz) = 548919d11762e751c2ae7ab84135aa8571104a616f0e516faf8bd9c340777972273e6642a91180387d0125300c89d6212a9da7b901f15b430f7b58284d896e98
+Size (rss2email-3.13/rss2email-3.13.tar.gz) = 157303 bytes



Home | Main Index | Thread Index | Old Index