pkgsrc-WIP-changes archive

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

urlwatch: update to urlwatch-2.13



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jun 4 20:10:38 2018 +0200
Changeset:	460863f06e5467edcc606ccd85aea4d11fcce853

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

Log Message:
urlwatch: update to urlwatch-2.13

 # Changelog

 ## [2.13] -- 2018-06-03

 ### Added
 - Support for specifying a `diff_tool` (e.g. `wdiff`) for each job (Fixes #243)
 - Support for testing filters via `--test-filter JOB` (Fixes #237)

 ### Changed
 - Moved ChangeLog file to CHANGELOG.md and using Keep a Changelog format.
 - Force version check in `setup.py`, to exclude Python 2 (Fixes #244)
 - Remove default parameter from internal `html2text` module (Fixes #239)
 - Better error/exception reporting in `--verbose` mode (Fixes #164)

 ### Removed
 - Old ChangeLog entries

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

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

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index 4c412642fa..2c176d5561 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.12
+DISTNAME=	urlwatch-2.13
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=thp/}
 
diff --git a/urlwatch/distinfo b/urlwatch/distinfo
index 97b4c7dd29..3cfe9124ff 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.12.tar.gz) = 7cc97e356949d350f4ffad9f4d5f21b04bc9be8f
-RMD160 (urlwatch-2.12.tar.gz) = a23d5067fd8dcac539a4dd4588472e25023182d9
-SHA512 (urlwatch-2.12.tar.gz) = 15f2986b8784e025943e608e0c983f1ebef6c7b663b1a4a1f4f4776f9997554b33c40430a51c99ec8f289ed0e36adf28a6bb47254cbd455e62773d3e0ac16d8d
-Size (urlwatch-2.12.tar.gz) = 34179 bytes
-SHA1 (patch-setup.py) = 001337940b8b54370ca3f1f4422f5e09ab7e6c79
+SHA1 (urlwatch-2.13.tar.gz) = 09027b4900edf2fb4667974e0074c2cbeb27cd6c
+RMD160 (urlwatch-2.13.tar.gz) = de329ffab576ec0475d3506fcc7fd667af0836ad
+SHA512 (urlwatch-2.13.tar.gz) = 42300e97c66ca708ae8a7e097df429b39446ba0bf22ae7e0a52b6f23fee6577e659968c0bed27c97d8bdf31376780d7ca01471d24ffd2bfd9f821c7226f00955
+Size (urlwatch-2.13.tar.gz) = 33245 bytes
+SHA1 (patch-setup.py) = 2ad86a4999aa75b07fc85ec4dfd75b47a0ac4b34
diff --git a/urlwatch/patches/patch-setup.py b/urlwatch/patches/patch-setup.py
index 0b5d7c67e0..a4c1e6a96e 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	2016-07-12 18:58:17.000000000 +0000
+--- setup.py.orig	2018-06-03 12:42:56.000000000 +0000
 +++ setup.py
-@@ -18,8 +18,8 @@ m['scripts'] = ['urlwatch']
- m['package_dir'] = {'': 'lib'}
+@@ -22,8 +22,8 @@ m['package_dir'] = {'': 'lib'}
  m['packages'] = ['urlwatch']
+ m['python_requires'] = '>3.3.0'
  m['data_files'] = [
 -    ('share/man/man1', ['share/man/man1/urlwatch.1']),
 -    ('share/urlwatch/examples', [


Home | Main Index | Thread Index | Old Index