pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tabulate



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 28 09:46:59 UTC 2017

Modified Files:
        pkgsrc/textproc/py-tabulate: Makefile distinfo

Log Message:
py-tabulate: updated to 0.8.2

0.8.2:
Bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-tabulate/Makefile \
    pkgsrc/textproc/py-tabulate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-tabulate/Makefile
diff -u pkgsrc/textproc/py-tabulate/Makefile:1.2 pkgsrc/textproc/py-tabulate/Makefile:1.3
--- pkgsrc/textproc/py-tabulate/Makefile:1.2    Sat Oct  7 06:54:53 2017
+++ pkgsrc/textproc/py-tabulate/Makefile        Tue Nov 28 09:46:59 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/07 06:54:53 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/28 09:46:59 adam Exp $
 
-DISTNAME=      tabulate-0.8.1
+DISTNAME=      tabulate-0.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tabulate/}
@@ -10,14 +10,10 @@ HOMEPAGE=   https://pypi.python.org/pypi/t
 COMMENT=       Pretty-print tabular data
 LICENSE=       mit
 
-# TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= # none
 
-# tests broken due to missing file in distribution as of 0.7.7
-# https://bitbucket.org/astanin/python-tabulate/issues/110/test-commonpy-missing-in-pypi-tarball
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} tabulate tabulate${PYVERSSUFFIX} || ${TRUE}
 
Index: pkgsrc/textproc/py-tabulate/distinfo
diff -u pkgsrc/textproc/py-tabulate/distinfo:1.2 pkgsrc/textproc/py-tabulate/distinfo:1.3
--- pkgsrc/textproc/py-tabulate/distinfo:1.2    Sat Oct  7 06:54:53 2017
+++ pkgsrc/textproc/py-tabulate/distinfo        Tue Nov 28 09:46:59 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/10/07 06:54:53 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/11/28 09:46:59 adam Exp $
 
-SHA1 (tabulate-0.8.1.tar.gz) = 3254bd1ba968e2ed96e2eb94163286dc46ea590d
-RMD160 (tabulate-0.8.1.tar.gz) = 71226ae25688759ce2c669694fe2ddb15f159c35
-SHA512 (tabulate-0.8.1.tar.gz) = f724fbabee53c738c846a5cf645470f5f97074e2b33eb030b4859478931661dac53e5446d77a656553e2dec323230bb116d350997e1407d794382f537e6dfdf5
-Size (tabulate-0.8.1.tar.gz) = 45666 bytes
+SHA1 (tabulate-0.8.2.tar.gz) = 5081e94c1a89c03faa032abb2cdb931739806f32
+RMD160 (tabulate-0.8.2.tar.gz) = 3d9ac75ebe95d6be225ad2300fd862c794913c8d
+SHA512 (tabulate-0.8.2.tar.gz) = 9e34fb84e16f4b2c1378c0f53c5ef803438fcae7bc1637ac8975f358a11653f641bba0ea19529858e8e62aa45bb5bccd3b6f0492fd2d9d9c9a3bf963dd1ac0a7
+Size (tabulate-0.8.2.tar.gz) = 45758 bytes



Home | Main Index | Thread Index | Old Index