pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
urlwatch: update to urlwatch-2.28
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Sep 10 15:25:21 2023 +0200
Changeset: 9ff982bf8a554de3ca1f9e779c45eeec207933a9
Modified Files:
urlwatch/Makefile
urlwatch/PLIST
urlwatch/distinfo
Log Message:
urlwatch: update to urlwatch-2.28
= Changelog
== [2.28] -- 2023-05-03
=== Changed
- Browser jobs: Migrate from Pyppeteer to Playwright (#761, by
Paul Sattlegger, fixes #751)
== [2.27] -- 2023-05-03
=== Added
- `css` and `xpath` filters now accept a `sort` subfilter to sort
matched elements lexicographically
=== Fixed
- Rework handling of running from a source checkout, fixes issues
with example files
when `urlwatch` was run as `/usr/sbin/urlwatch`, e.g. on Void Linux
(fixes #755)
- Add support for docutils >= 0.18, which deprecated
`frontend.OptionParser` (fixes #754)
- Browser jobs: Fix support for Python 3.11 with `@asyncio.coroutine`
removal (#759, by Faster IT)
== [2.26] -- 2023-04-11
=== Added
- `browser` job: Add support for specifying `useragent`
(#700, by Francesco Versaci)
- Document how to ignore whitespace changes (PR#707,
by Paulo Magalhaes)
- `shell` reporter: Call a script or program when changes are
detected (fixes #650)
- New `separate` configuration option for reporters to split
reports into one-per-job (contributed by Ryne Everett)
- `--change-location` option allowing job location to be changed
without losing job history (#739, by trevorshannon)
=== Changed
- Docs: Re-group diff-related topics and improve wording (PR#712,
by neutric)
- Improved HTML e-mail diff style, including Dark Mode support (#730,
by trevorshannon)
- Require Python >= 3.7, as Python 3.6 was EOL'd on 2021-12-23
- `Dockerfile`: Shrink image by switching to an Alpine-based Python 3.11
base image,
this reduces the container size from 1 GiB to 151 MiB (#731,
by Scott Edlund)
- `--gc-cache` can now take a parameter to keep more than 1
historical snapshot (#732, by trevorshannon)
=== Fixed
- Limit e-mail header length to 78 characters to avoid issues with
some SMTP servers (PR#703, fixes #702, by Julien Palard)
- Fix a ResourceWarning for unclosed files when running unit tests
(PR#698, by Louis Sautier)
- Add support for html2text 2.1.1 and newer by feature-checking
`-utf8` support via `-help` (fixes #718)
- html2text options were only applied to the first job when using
`job_defaults` (PR#726, fixes #588, by trevorshannon)
- Update Github tags watch filter documentation with new XPath
(fixes #723, by Luis Aranguren)
- Fix `--gc-cache` to clear unknown keys when using Redis storage
(fixes #743, by scottmac)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ff982bf8a554de3ca1f9e779c45eeec207933a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
urlwatch/Makefile | 2 +-
urlwatch/PLIST | 2 --
urlwatch/distinfo | 6 +++---
3 files changed, 4 insertions(+), 6 deletions(-)
diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index aee3ce3b18..9f530956df 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.25
+DISTNAME= urlwatch-2.28
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=thp/}
diff --git a/urlwatch/PLIST b/urlwatch/PLIST
index a8b3e284d8..dfb8789088 100644
--- a/urlwatch/PLIST
+++ b/urlwatch/PLIST
@@ -11,8 +11,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/urlwatch/__init__.py
${PYSITELIB}/urlwatch/__init__.pyc
-${PYSITELIB}/urlwatch/browser.py
-${PYSITELIB}/urlwatch/browser.pyc
${PYSITELIB}/urlwatch/cli.py
${PYSITELIB}/urlwatch/cli.pyc
${PYSITELIB}/urlwatch/command.py
diff --git a/urlwatch/distinfo b/urlwatch/distinfo
index c1b6508817..f40a1645fa 100644
--- a/urlwatch/distinfo
+++ b/urlwatch/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/08/18 18:36:32 yhardy Exp $
-BLAKE2s (urlwatch-2.25.tar.gz) = 16b41a3c7cd5ccf19ee036b1daedf836bd219433c29ce37773120aa5065407b5
-SHA512 (urlwatch-2.25.tar.gz) = 115495b0b301cc84c703d903b70439a6f0792a6d688ac9c8e7d5da170cfb3377f415593a0d5533f73cc86bf03f6000ab0b3b984189ad2e0ea45eb834ddfb8e2b
-Size (urlwatch-2.25.tar.gz) = 166848 bytes
+BLAKE2s (urlwatch-2.28.tar.gz) = 24c92f91dfcd9d2b1b89b85d33049e023f883dcff9d23464805cffec0a3facf0
+SHA512 (urlwatch-2.28.tar.gz) = 6252327429b0f78981e1ff9c43b64748cdc8b705f903d94f1a1ef3ae8428e7ad9fd6118e65b536b7a6588613d059b59ec99487a42094e4b18881dc9f4c74e539
+Size (urlwatch-2.28.tar.gz) = 174071 bytes
SHA1 (patch-setup.py) = 4fffaff2b377bc92b1282d05e171679699c4a715
Home |
Main Index |
Thread Index |
Old Index