urlwatch: update to urlwatch-2.21

No changelog provided. However, note that some features are deprecated:

  https://urlwatch.readthedocs.io/en/latest/deprecated.html
This commit is contained in:
Yorick Hardy 2020-08-01 21:05:05 +02:00
parent 3a4836a022
commit 0d4d2527f4
4 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2015/08/18 18:36:32 yhardy Exp $
DISTNAME= urlwatch-2.18
DISTNAME= urlwatch-2.21
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=thp/}

View File

@ -9,6 +9,8 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/urlwatch/__init__.py
${PYSITELIB}/urlwatch/__init__.pyo
${PYSITELIB}/urlwatch/__init__.pyc
${PYSITELIB}/urlwatch/browser.pyo
${PYSITELIB}/urlwatch/browser.pyc
${PYSITELIB}/urlwatch/cli.pyo
${PYSITELIB}/urlwatch/cli.pyc
${PYSITELIB}/urlwatch/command.pyo
@ -39,6 +41,9 @@ ${PYSITELIB}/urlwatch/util.pyo
${PYSITELIB}/urlwatch/util.pyc
${PYSITELIB}/urlwatch/worker.pyo
${PYSITELIB}/urlwatch/worker.pyc
${PYSITELIB}/urlwatch/xmpp.pyo
${PYSITELIB}/urlwatch/xmpp.pyc
${PYSITELIB}/urlwatch/browser.py
${PYSITELIB}/urlwatch/cli.py
${PYSITELIB}/urlwatch/command.py
${PYSITELIB}/urlwatch/config.py
@ -54,6 +59,7 @@ ${PYSITELIB}/urlwatch/reporters.py
${PYSITELIB}/urlwatch/storage.py
${PYSITELIB}/urlwatch/util.py
${PYSITELIB}/urlwatch/worker.py
${PYSITELIB}/urlwatch/xmpp.py
man/man1/urlwatch.1
share/doc/urlwatch/README.md
share/examples/urlwatch/hooks.py.example

View File

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.1 2015/08/18 18:36:32 yhardy Exp $
SHA1 (urlwatch-2.18.tar.gz) = 4e3f9660ae6bb02e565004b094b611cd8396898d
RMD160 (urlwatch-2.18.tar.gz) = 6324221fcf11430207fc02c43134153ceb857d2b
SHA512 (urlwatch-2.18.tar.gz) = d09f302894c160e59ae795bc3275f1484aee3b2db862891bfc15bbd19187a00ed0f2399985eef7bfa7873a0c617bc8e37d297bc39a96fe760c43a3fd6bdf51b6
Size (urlwatch-2.18.tar.gz) = 47035 bytes
SHA1 (patch-setup.py) = 2ad86a4999aa75b07fc85ec4dfd75b47a0ac4b34
SHA1 (urlwatch-2.21.tar.gz) = c2ea498217258b565d20e5f307978a773b054c9b
RMD160 (urlwatch-2.21.tar.gz) = 790db24ac22fa8e89f91781c381a8b5e9111c2ee
SHA512 (urlwatch-2.21.tar.gz) = e832ae0ed836739b85c9e71e0028fc475dcd2944af78c61391d7b3f155b1f22f52e5913b1dd4207f79c210383e6f187650a7e2ef109a59827881d825bfaee7c1
Size (urlwatch-2.21.tar.gz) = 126464 bytes
SHA1 (patch-setup.py) = c255541a0eefc16250d4505e3dd0047f2c79d269

View File

@ -2,11 +2,11 @@ $NetBSD$
Use the pkgsrc directory structure.
--- setup.py.orig 2018-06-03 12:42:56.000000000 +0000
--- setup.py.orig 2020-07-31 05:37:07.000000000 +0000
+++ setup.py
@@ -22,8 +22,8 @@ m['package_dir'] = {'': 'lib'}
@@ -24,8 +24,8 @@ m['package_dir'] = {'': 'lib'}
m['packages'] = ['urlwatch']
m['python_requires'] = '>3.3.0'
m['python_requires'] = '>=3.5'
m['data_files'] = [
- ('share/man/man1', ['share/man/man1/urlwatch.1']),
- ('share/urlwatch/examples', [