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.14. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b1687f12a03
branches:  trunk
changeset: 384085:1b1687f12a03
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Aug 27 04:40:23 2022 +0000

description:
Update to 3.14. From the changelog:

* New `digest-type` configuration adds optional more widely supported
  `multipart/mixed` format
* New argument `--only-new` on the `add` command to ignore entries in
  feed when added, so only new entries will be sent.
* Fix exception when parsing a feed with a linebreak in its title
* Add a new `subject-format` setting, customise the subject line
* Removed '$' interpolation in config file to allow URLs containing
  dollar signs. Interpolation was not fully supported, and the
  placeholder would not survive a second save. Config files with ${...}
  placeholders will need to be manually edited after upgrading, or a
  save forced by adding and removing a fake feed before upgrading.
* Fix default HTTP User-Agent to use `rss2email` instead of
  `feedparser`, and fix `user-agent` setting to consistently apply to
  both outgoing emails and HTTP requests. This introduces a couple of
  potentially breaking changes:
    * Configurations that came to rely on the `feedparser` UA string
      should adjust to the updated UA string going forward.
    * Configurations that came to rely on the unintended behaviour, that
      configuring the User-Agent header in emails does not affect HTTP
      requests, should use a custom `post-process` hook instead.

diffstat:

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

diffs (31 lines):

diff -r 32e9dc8d6e7d -r 1b1687f12a03 mail/rss2email/Makefile
--- a/mail/rss2email/Makefile   Fri Aug 26 22:32:42 2022 +0000
+++ b/mail/rss2email/Makefile   Sat Aug 27 04:40:23 2022 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.57 2022/06/30 11:18:35 nia Exp $
+# $NetBSD: Makefile,v 1.58 2022/08/27 04:40:23 schmonz Exp $
 
-DISTNAME=              rss2email-3.13.1
-PKGREVISION=           2
+DISTNAME=              ${GITHUB_PROJECT}-3.14
 CATEGORIES=            mail python
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=rss2email/}
+GITHUB_PROJECT=                rss2email
 GITHUB_TAG=            v${PKGVERSION_NOREV}
-DIST_SUBDIR=           ${PKGNAME_NOREV}
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              https://github.com/rss2email/rss2email/
diff -r 32e9dc8d6e7d -r 1b1687f12a03 mail/rss2email/distinfo
--- a/mail/rss2email/distinfo   Fri Aug 26 22:32:42 2022 +0000
+++ b/mail/rss2email/distinfo   Sat Aug 27 04:40:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2021/10/26 10:54:27 nia Exp $
+$NetBSD: distinfo,v 1.40 2022/08/27 04:40:23 schmonz Exp $
 
-BLAKE2s (rss2email-3.13.1/rss2email-3.13.1.tar.gz) = f605e2373cf7b98e74b2622170a5106612de9878d5699488195a4556b7808bf4
-SHA512 (rss2email-3.13.1/rss2email-3.13.1.tar.gz) = fbfd47c3512fc86a4db692245f7765281515b733cfd9bb13e8f7d225c8fe20a816469be2f1f9e71e925216686e6f470349c16573ab9c662d8e2b4e9d1b6debe6
-Size (rss2email-3.13.1/rss2email-3.13.1.tar.gz) = 159108 bytes
+BLAKE2s (rss2email-3.14.tar.gz) = 56d9235341f936e616988ba877dba4878214f24b6bbcfdd7ae9ed81f14e07f31
+SHA512 (rss2email-3.14.tar.gz) = 42308a3ae2bfe3adaf4b904983c2270a162d268ce5f4357d853a7ba74814d97dc5dc66d7d94ef6b3fbe510e8368361f63a99de814d3388f37b190fa63594a727
+Size (rss2email-3.14.tar.gz) = 175600 bytes



Home | Main Index | Thread Index | Old Index