pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-precis-i18n



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  5 10:43:10 UTC 2019

Modified Files:
        pkgsrc/textproc/py-precis-i18n: Makefile distinfo

Log Message:
py-precis-i18n: updated to 1.0.1

1.0.1
- Fixed a dict/set syntax typo that has no runtime effect.
- Test forward compatibility of derived props test files as Unicode version increases.
- Test Unicode 11.0 (Python 3.7).
- Update copyright year (2019).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-precis-i18n/Makefile \
    pkgsrc/textproc/py-precis-i18n/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-precis-i18n/Makefile
diff -u pkgsrc/textproc/py-precis-i18n/Makefile:1.1 pkgsrc/textproc/py-precis-i18n/Makefile:1.2
--- pkgsrc/textproc/py-precis-i18n/Makefile:1.1 Thu Nov 15 23:48:23 2018
+++ pkgsrc/textproc/py-precis-i18n/Makefile     Thu Sep  5 10:43:10 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2018/11/15 23:48:23 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/05 10:43:10 adam Exp $
 
-VERSION=       1.0.0
-DISTNAME=      precis_i18n-${VERSION}
-PKGNAME=       ${PYPKGPREFIX}-precis-i18n-${VERSION}
+DISTNAME=      precis_i18n-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/precis-i18n/}
 
Index: pkgsrc/textproc/py-precis-i18n/distinfo
diff -u pkgsrc/textproc/py-precis-i18n/distinfo:1.1 pkgsrc/textproc/py-precis-i18n/distinfo:1.2
--- pkgsrc/textproc/py-precis-i18n/distinfo:1.1 Thu Nov 15 23:48:23 2018
+++ pkgsrc/textproc/py-precis-i18n/distinfo     Thu Sep  5 10:43:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/11/15 23:48:23 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/09/05 10:43:10 adam Exp $
 
-SHA1 (precis_i18n-1.0.0.tar.gz) = e44674ae62b6f6e07bea9da7997d4a7bd5b54971
-RMD160 (precis_i18n-1.0.0.tar.gz) = d93c01afd9dd943db378de09eb08f0f80193c0cb
-SHA512 (precis_i18n-1.0.0.tar.gz) = 9017852fdd2a066b8e31521bd39843f3b1f87259ce87e1567cfaa2b932b52b745ad84eb89b77a4c3ea0a04e513573655266b2cc73997e951268646da7a000e5d
-Size (precis_i18n-1.0.0.tar.gz) = 61251 bytes
+SHA1 (precis_i18n-1.0.1.tar.gz) = 2ec95af301de572cdff67c805c3dc99e479c8137
+RMD160 (precis_i18n-1.0.1.tar.gz) = 892bb3e890252c824b62d00078d2183ce0fb246c
+SHA512 (precis_i18n-1.0.1.tar.gz) = d8aaf99bbf3bde148f173ac8ffa5cab5051ec873d53e19336171dcd29f995e706746e5969d37aef05b6c9db064ca5e7b3944ae049b0a41e605e71a854248251b
+Size (precis_i18n-1.0.1.tar.gz) = 63941 bytes



Home | Main Index | Thread Index | Old Index