pkgsrc-WIP-changes archive

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

urlwatch: update to urlwatch-2.16



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Feb 17 01:18:25 2019 +0200
Changeset:	269fbdbbefea176ee1934d1cdbb39033f4db8d9d

Modified Files:
	urlwatch/Makefile
	urlwatch/distinfo

Log Message:
urlwatch: update to urlwatch-2.16

* Changelog

** [2.16] -- 2019-01-27

*** Added
- XPath: Handle `/text()` selector (#282)
- Document how to specify cookies to README.md (#264)
- Text Reporter: `minimal` config option to only print a summary (PR#304, fixes #147)
- README.md: Document how to watch Github releases via XPath (#266)
- Support for parsing XML/RSS with XPath (Fixes #281)
- Allow explicit setting of `encoding` for URL jobs (PR#313, contributes to #306)
- Slack Channel Reporter (PR#309)
- ANSI color output on the Windows console via `colorama` (PR#296, closes #295)
- Support for using CSS selectors via the `cssselect` module (PR#321, closes 273)
- `ignore_http_error_codes` is now an option for URL jobs (PR#325, fixes #203)
- `job_defaults` in the config for globally specifying settings (PR#345, closes #253)
- Optional `timeout` (in seconds) for URL jobs to specify socket timeout (PR#348, closes #340)

*** Removed
- Support for JSON storage (dead code that was never used in production; PR#336)

*** Changed
- `HtmlReporter` now also highlights links for browser jobs (PR#303)
- Allow `--features` and `--edit-*` to run without `urls.yaml` (PR#301)
- When a previous run had errors, do not use conditional GETs (PR#313, fixes #292)
- Explicitly specify JSON pretty print `separators` for consistency (PR#343)
- Use data-driven unit tests/fixtures for easier unit test maintenance (PR#344)

*** Fixed
- Fix migration issues with case-insensitive filesystems (#223)
- Correctly reset retry counter when job is added or unchanged (PR#291, PR#314)
- Fix a `FutureWarning` on Python 3.7 with regard to regular expressions (PR#299)
- If the filter list is empty, do not process the filter list (PR#308)
- Fix parsing/sanity-checking of `urls.yaml` after editing (PR#317, fixes #316)
- Fix Python 3.3 compatibility by depending on `enum34` there (PR#311)
- Allow running unit tests on Windows (PR#318)
- Fix migration issues introduced by PR#180 and #256 (PR#323, fixes #267)

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

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

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

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index c9d4837c65..240d62a130 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.15
+DISTNAME=	urlwatch-2.16
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=thp/}
 
diff --git a/urlwatch/distinfo b/urlwatch/distinfo
index e496d0bd54..0c5953d414 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.15.tar.gz) = c3afaf5bc0e63c356822cfc7de48871f03608c34
-RMD160 (urlwatch-2.15.tar.gz) = 311e0184acfeba389f18fc636e1469a1f5e02c0b
-SHA512 (urlwatch-2.15.tar.gz) = 719c455aacba68d56c5cc62d9fc491f1ffdbe44faff73874e2f42046f1798cdfabb9742fd754e9d00c6b2c166ca1dc1850c4061fe53b32a3d75a6fed8619106b
-Size (urlwatch-2.15.tar.gz) = 35741 bytes
+SHA1 (urlwatch-2.16.tar.gz) = bd95ae5fd0069ecada25b8011cabf8279098fe25
+RMD160 (urlwatch-2.16.tar.gz) = 1311f2fede4030be706def55b11034314c6b6bfe
+SHA512 (urlwatch-2.16.tar.gz) = 8acb181d6ec4f577b4f7d5de5c156f82cb93006e1946d722b5ebe0f9e0e7e25906a5bbd6443c0b685a8aaac1a2b3b3600566959ba7cdb26db6e8750206c2ebcd
+Size (urlwatch-2.16.tar.gz) = 40643 bytes
 SHA1 (patch-setup.py) = 2ad86a4999aa75b07fc85ec4dfd75b47a0ac4b34


Home | Main Index | Thread Index | Old Index