pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/translate-toolkit



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 29 13:49:38 UTC 2025

Modified Files:
        pkgsrc/textproc/translate-toolkit: Makefile distinfo

Log Message:
translate-toolkit: updated to 3.14.7

Translate Toolkit 3.14.7

This release contains improvements and bug fixes.

Changes

Formats and Converters

- JSON

  - Do not create nested keys for flat keys formats on round trip
  - Correctlly build new units for flat key formats

- Android

  - Avoid stripping possible extra closing quote
  - Gracefully handle invalid escape sequences


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/translate-toolkit/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/translate-toolkit/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/translate-toolkit/Makefile
diff -u pkgsrc/textproc/translate-toolkit/Makefile:1.20 pkgsrc/textproc/translate-toolkit/Makefile:1.21
--- pkgsrc/textproc/translate-toolkit/Makefile:1.20     Thu Jan 23 09:43:25 2025
+++ pkgsrc/textproc/translate-toolkit/Makefile  Wed Jan 29 13:49:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/01/23 09:43:25 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/29 13:49:38 adam Exp $
 
-DISTNAME=      translate_toolkit-3.14.6
+DISTNAME=      translate_toolkit-3.14.7
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/translate-toolkit/}
@@ -12,8 +12,8 @@ LICENSE=      gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-cwcwidth>=0.1.9:../../devel/py-cwcwidth
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.6.3:../../textproc/py-lxml
-DEPENDS+=      ${PYPKGPREFIX}-wcwidth>=0.2.10:../../devel/py-wcwidth
 
 USE_LANGUAGES= # none
 USE_TOOLS+=    bash:run

Index: pkgsrc/textproc/translate-toolkit/distinfo
diff -u pkgsrc/textproc/translate-toolkit/distinfo:1.13 pkgsrc/textproc/translate-toolkit/distinfo:1.14
--- pkgsrc/textproc/translate-toolkit/distinfo:1.13     Thu Jan 23 09:43:25 2025
+++ pkgsrc/textproc/translate-toolkit/distinfo  Wed Jan 29 13:49:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/01/23 09:43:25 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/01/29 13:49:38 adam Exp $
 
-BLAKE2s (translate_toolkit-3.14.6.tar.gz) = 264eefbd677cd3b167405a72a12219a84d39e3d227a9f190d38ee87253493cba
-SHA512 (translate_toolkit-3.14.6.tar.gz) = 321504d78787b9ea1c6db44704b49d03a19b3ac8f95d786fb94a4de4419aa2d271619550dbcf31095162808d7e41b21f837dcae3774b54161e4ecfe0ef5d5da5
-Size (translate_toolkit-3.14.6.tar.gz) = 1203280 bytes
+BLAKE2s (translate_toolkit-3.14.7.tar.gz) = 0034e57f69fa430bd61d4cdb222808f786d0902bc0dab1d3dfeb5d6a6821619d
+SHA512 (translate_toolkit-3.14.7.tar.gz) = be05bcab20246fec9b4053b1a20971dbfd7a123bb1f9f150415a4ec7224223419cb88194494ed074c7f64a862fbc7f3f6f5222be0d4570d4d7c2cf9f2d4a44dc
+Size (translate_toolkit-3.14.7.tar.gz) = 1203809 bytes



Home | Main Index | Thread Index | Old Index