Update to 2017.1.3

Changes:	https://github.com/inducer/pudb/commits/master
- Add handling of safely_stringify_for_pudb to allow custom per-type
  stringification.
- Add support for custom shells.
- Better support for 2-wide characters in the var view.
- Bug fixes.
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-08-13 16:40:14 +00:00
parent de3d708af3
commit 44246267da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447901
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pudb
PORTVERSION= 2017.1.2
PORTVERSION= 2017.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1491494521
SHA256 (pudb-2017.1.2.tar.gz) = 29d82ed05030146e5f2f9431926cc24f6c6c284cb451a4a850625fc0303e46e7
SIZE (pudb-2017.1.2.tar.gz) = 53507
TIMESTAMP = 1502640026
SHA256 (pudb-2017.1.3.tar.gz) = 2ba6e91835ce3eccfb957addce3d1d0751aa16536b9864c8fd262d9863167a0b
SIZE (pudb-2017.1.3.tar.gz) = 55283