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)
This commit is contained in:
Yorick Hardy 2019-02-17 01:18:25 +02:00
parent 4fcc70d45c
commit 269fbdbbef
2 changed files with 5 additions and 5 deletions

View File

@ -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/}

View File

@ -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