pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-tabulate py-tabulate: updated to 0.8.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f5899add3a0
branches: trunk
changeset: 447592:7f5899add3a0
user: adam <adam%pkgsrc.org@localhost>
date: Mon Feb 22 10:34:52 2021 +0000
description:
py-tabulate: updated to 0.8.9
- 0.8.9: Bug fix. Revert support of decimal separators.
- 0.8.8: Python 3.9 support, 3.10 ready.
New formats: ``unsafehtml``, ``latex_longtable``, ``fancy_outline``.
Support lists of UserDicts as input.
Support hyperlinks in terminal output.
Improve testing on systems with proxies.
Migrate to pytest.
Various bug fixes and improvements.
diffstat:
textproc/py-tabulate/Makefile | 9 ++++++---
textproc/py-tabulate/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 893b0e8e7564 -r 7f5899add3a0 textproc/py-tabulate/Makefile
--- a/textproc/py-tabulate/Makefile Mon Feb 22 10:32:39 2021 +0000
+++ b/textproc/py-tabulate/Makefile Mon Feb 22 10:34:52 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/04/28 13:24:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/02/22 10:34:52 adam Exp $
-DISTNAME= tabulate-0.8.7
+DISTNAME= tabulate-0.8.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tabulate/}
@@ -10,7 +10,7 @@
COMMENT= Pretty-print tabular data
LICENSE= mit
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
@@ -18,5 +18,8 @@
cd ${DESTDIR}${PREFIX}/bin && \
${MV} tabulate tabulate-${PYVERSSUFFIX} || ${TRUE}
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 893b0e8e7564 -r 7f5899add3a0 textproc/py-tabulate/distinfo
--- a/textproc/py-tabulate/distinfo Mon Feb 22 10:32:39 2021 +0000
+++ b/textproc/py-tabulate/distinfo Mon Feb 22 10:34:52 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/04/28 13:24:37 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/02/22 10:34:52 adam Exp $
-SHA1 (tabulate-0.8.7.tar.gz) = 4b01c101daa78fea695eb246072a478f8421741d
-RMD160 (tabulate-0.8.7.tar.gz) = 9cf3e6a3323c48e0ce236e1c5327c520358dc45f
-SHA512 (tabulate-0.8.7.tar.gz) = 963d12970227671fc80d26feacfafd37404034eba82778cee2450b8dbc7c723a7137209b601bc2adc13883543bff0d6b887ed2e7b91934a7f2ca4704ce5fd340
-Size (tabulate-0.8.7.tar.gz) = 50913 bytes
+SHA1 (tabulate-0.8.9.tar.gz) = 7bfd54c59d03019294915c245aaec2c6fada607c
+RMD160 (tabulate-0.8.9.tar.gz) = 5d30a2a3762bda0efb657491ff92f260a18eedc8
+SHA512 (tabulate-0.8.9.tar.gz) = 4170bb4ded836997ea053b039f19e084818c40e8ae2ae4f56c686ed3d33a341986bc311dd0370256b1af815db7b1ed8ba89008f87f8634b216412d0fd5fa76d9
+Size (tabulate-0.8.9.tar.gz) = 53482 bytes
Home |
Main Index |
Thread Index |
Old Index