pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/rss2email
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Aug 27 04:40:23 UTC 2022
Modified Files:
pkgsrc/mail/rss2email: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/mail/rss2email/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/mail/rss2email/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/rss2email/Makefile
diff -u pkgsrc/mail/rss2email/Makefile:1.57 pkgsrc/mail/rss2email/Makefile:1.58
--- pkgsrc/mail/rss2email/Makefile:1.57 Thu Jun 30 11:18:35 2022
+++ pkgsrc/mail/rss2email/Makefile Sat Aug 27 04:40:23 2022
@@ -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/
Index: pkgsrc/mail/rss2email/distinfo
diff -u pkgsrc/mail/rss2email/distinfo:1.39 pkgsrc/mail/rss2email/distinfo:1.40
--- pkgsrc/mail/rss2email/distinfo:1.39 Tue Oct 26 10:54:27 2021
+++ pkgsrc/mail/rss2email/distinfo Sat Aug 27 04:40:23 2022
@@ -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