pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-py



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 21 10:49:31 UTC 2018

Modified Files:
        pkgsrc/devel/py-py: Makefile distinfo

Log Message:
py-py: updated to 1.6.0

1.6.0:
- add TerminalWriter.width_of_current_line (i18n version of
  TerminalWriter.chars_on_current_line), a read-only property
  that tracks how wide the current line is, attempting to take
  into account international characters in the calculation.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-py/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-py/distinfo

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

Modified files:

Index: pkgsrc/devel/py-py/Makefile
diff -u pkgsrc/devel/py-py/Makefile:1.15 pkgsrc/devel/py-py/Makefile:1.16
--- pkgsrc/devel/py-py/Makefile:1.15    Sat Jul 14 20:29:34 2018
+++ pkgsrc/devel/py-py/Makefile Fri Sep 21 10:49:31 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/07/14 20:29:34 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/09/21 10:49:31 adam Exp $
 
-DISTNAME=      py-1.5.4
+DISTNAME=      py-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/py/}

Index: pkgsrc/devel/py-py/distinfo
diff -u pkgsrc/devel/py-py/distinfo:1.14 pkgsrc/devel/py-py/distinfo:1.15
--- pkgsrc/devel/py-py/distinfo:1.14    Tue Jul  3 07:12:15 2018
+++ pkgsrc/devel/py-py/distinfo Fri Sep 21 10:49:31 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/07/03 07:12:15 adam Exp $
+$NetBSD: distinfo,v 1.15 2018/09/21 10:49:31 adam Exp $
 
-SHA1 (py-1.5.4.tar.gz) = 4285f5f1234a939bfc828ed41ff34008d2c89197
-RMD160 (py-1.5.4.tar.gz) = ab83fe532160766d4deb8df7f527d3e2114cd414
-SHA512 (py-1.5.4.tar.gz) = 45424b133be3e78ccab48e74daa6ca6a76fca283bd3a51d50c91e911c509a2c45de4fcc7c8c15f33620d61ee16dfc3969fdd78d8839e96f52897e97b1ad624c4
-Size (py-1.5.4.tar.gz) = 201448 bytes
+SHA1 (py-1.6.0.tar.gz) = b7196e40ff311d5f44e3bed2e0d3477f4f19559b
+RMD160 (py-1.6.0.tar.gz) = 4335fc04a36963bd24cfc56e14b068d7ac422cc0
+SHA512 (py-1.6.0.tar.gz) = a8eca813afa7f9cfca7947b8b769f4abf1dd351fb677e587d0b50f06b32b99899708c5f62350f37d55369f97dc3baef2edf07f54049fd046cadbc57f8c6391f5
+Size (py-1.6.0.tar.gz) = 202274 bytes



Home | Main Index | Thread Index | Old Index