pkgsrc-WIP-changes archive

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

urlwatch: update to urlwatch-2.21



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Aug 1 21:05:05 2020 +0200
Changeset:	0d4d2527f4b64c861728211709194f39d68adf30

Modified Files:
	urlwatch/Makefile
	urlwatch/PLIST
	urlwatch/distinfo
	urlwatch/patches/patch-setup.py

Log Message:
urlwatch: update to urlwatch-2.21

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

  https://urlwatch.readthedocs.io/en/latest/deprecated.html

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

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                  |  6 ++++++
 urlwatch/distinfo               | 10 +++++-----
 urlwatch/patches/patch-setup.py |  6 +++---
 4 files changed, 15 insertions(+), 9 deletions(-)

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index 798d415abc..0b6341b0ae 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.18
+DISTNAME=	urlwatch-2.21
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=thp/}
 
diff --git a/urlwatch/PLIST b/urlwatch/PLIST
index 6a56b60f10..db4a60d378 100644
--- a/urlwatch/PLIST
+++ b/urlwatch/PLIST
@@ -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
diff --git a/urlwatch/distinfo b/urlwatch/distinfo
index 37fb3cdf98..f78d32e24c 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.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
diff --git a/urlwatch/patches/patch-setup.py b/urlwatch/patches/patch-setup.py
index a4c1e6a96e..ed2706837d 100644
--- a/urlwatch/patches/patch-setup.py
+++ b/urlwatch/patches/patch-setup.py
@@ -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', [


Home | Main Index | Thread Index | Old Index