pkgsrc-WIP-changes archive

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

urlwatch: update to urlwatch-2.14



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Sep 1 00:26:48 2018 +0200
Changeset:	7cf0836f468078e7d61ff41d57734b5989df3a57

Modified Files:
	urlwatch/Makefile
	urlwatch/distinfo

Log Message:
urlwatch: update to urlwatch-2.14

Changelog:

== [2.14] -- 2018-08-30

=== Added
- Filter to pretty-print JSON data: `format-json` (by Niko Böckerman, PR#250)
- List active Telegram chats using `--telegram-chats` (with fixes by Georg Pichler, PR#270)
- Support for HTTP `ETag` header in URL jobs and `If-None-Match` (by Karol Babioch, PR#256)
- Support for filtering HTML using XPath expressions, with `lxml` (PR#274, Fixes #226)
- Added `install_dependencies` to `setup.py` commands for easy installing of dependencies
- Added `ignore_connection_errors` per-job configuration option (by Karol Babioch, PR#261)

=== Changed
- Improved code (HTTP status codes, by Karol Babioch PR#258)
- Improved documentation for setting up Telegram chat bots
- Allow multiple chats for Telegram reporting (by Georg Pichler, PR#271)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7cf0836f468078e7d61ff41d57734b5989df3a57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 urlwatch/Makefile | 3 ++-
 urlwatch/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index 2c176d5561..dd3463acd0 100644
--- a/urlwatch/Makefile
+++ b/urlwatch/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/08/18 18:36:32 yhardy Exp $
 
-DISTNAME=	urlwatch-2.13
+DISTNAME=	urlwatch-2.14
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=thp/}
 
@@ -10,6 +10,7 @@ COMMENT=	Watch web pages and arbitrary URLs for changes
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml/
 DEPENDS+=	${PYPKGPREFIX}-minidb-[0-9]*:../../wip/py-minidb
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
diff --git a/urlwatch/distinfo b/urlwatch/distinfo
index 3cfe9124ff..170b3291f5 100644
--- a/urlwatch/distinfo
+++ b/urlwatch/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.1 2015/08/18 18:36:32 yhardy Exp $
 
-SHA1 (urlwatch-2.13.tar.gz) = 09027b4900edf2fb4667974e0074c2cbeb27cd6c
-RMD160 (urlwatch-2.13.tar.gz) = de329ffab576ec0475d3506fcc7fd667af0836ad
-SHA512 (urlwatch-2.13.tar.gz) = 42300e97c66ca708ae8a7e097df429b39446ba0bf22ae7e0a52b6f23fee6577e659968c0bed27c97d8bdf31376780d7ca01471d24ffd2bfd9f821c7226f00955
-Size (urlwatch-2.13.tar.gz) = 33245 bytes
+SHA1 (urlwatch-2.14.tar.gz) = af4ba9ff98efa07c540a2b0dfaa28ee1734c22b0
+RMD160 (urlwatch-2.14.tar.gz) = 66819983c0a1664fe93de5ae66db8bcdf01ca182
+SHA512 (urlwatch-2.14.tar.gz) = e3aba6eb9b9389d4d69cdb1615e39b20cf8a3825b5de2f61ac4b07f233b42819edff537c8f6e07f394bdc2c3a830eba3335c6b7e829a89728cf8637b4857796d
+Size (urlwatch-2.14.tar.gz) = 35529 bytes
 SHA1 (patch-setup.py) = 2ad86a4999aa75b07fc85ec4dfd75b47a0ac4b34


Home | Main Index | Thread Index | Old Index