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 Nov  9 14:32:26 UTC 2023

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

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

1.1.0

-   Fixed an issue in the Nickname profile implementation that trimmed
    extra leading/trailing white space beyond the `Zs`
    category prescribed in RFC 8266. Python treats certain
    Unicode control characters such as `'\n'` and `'\t'` as white space. If
    these appeared as leading/trailing spaces in a Nickname string, they
    were stripped. With this release, the Nickname profile will raise a
    UnicodeEncodeError `DISALLOWED/controls` if any control
    characters are encountered.
-   Update internal tables for Unicode 15.1.
-   Add Python 3.13-dev to CI build environment.
-   Change format of README and CHANGELOG files to Markdown.
-   Drop support for Python 3.3 and 3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-precis-i18n/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/textproc/py-precis-i18n/Makefile:1.10
--- pkgsrc/textproc/py-precis-i18n/Makefile:1.9 Fri Jan 20 12:39:34 2023
+++ pkgsrc/textproc/py-precis-i18n/Makefile     Thu Nov  9 14:32:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/01/20 12:39:34 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/11/09 14:32:26 adam Exp $
 
-DISTNAME=      precis_i18n-1.0.5
+DISTNAME=      precis_i18n-1.1.0
 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.8 pkgsrc/textproc/py-precis-i18n/distinfo:1.9
--- pkgsrc/textproc/py-precis-i18n/distinfo:1.8 Fri Jan 20 12:39:34 2023
+++ pkgsrc/textproc/py-precis-i18n/distinfo     Thu Nov  9 14:32:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/01/20 12:39:34 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/11/09 14:32:26 adam Exp $
 
-BLAKE2s (precis_i18n-1.0.5.tar.gz) = 6197fa3bc36485037f24cf28f3579de59205598b1cd3e8acaba33d89bea9648c
-SHA512 (precis_i18n-1.0.5.tar.gz) = ba3b43d4a84de02e002f7e62a7fb75c4694f3c6a8963e5bdfd9927989c2ee84317fc5fa6f119e79bb1f88dc97a37a06930829daae3969d6a5b2f5ba57bedc3e9
-Size (precis_i18n-1.0.5.tar.gz) = 67710 bytes
+BLAKE2s (precis_i18n-1.1.0.tar.gz) = 042b552abdd15673aeb86a17c29747ea592af9e358cacf4e30fbe206d44cfff6
+SHA512 (precis_i18n-1.1.0.tar.gz) = 95eb40aa063a808885e9a405f8331621e74b669d4602de617f0e6e78e4d9b7f57665d194b826bbdfc6305c71eaecd2e6388f79b2381d85abc606fe7515510b45
+Size (precis_i18n-1.1.0.tar.gz) = 69488 bytes



Home | Main Index | Thread Index | Old Index