pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/texttest



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jul 27 15:55:55 UTC 2025

Modified Files:
        pkgsrc/devel/texttest: Makefile distinfo

Log Message:
texttest: update to 4.4.4. Changes:

New development:
- Modernised installation mechanism via pip (from setup.py to
  pyproject.toml).
- Support running via "python -m texttestlib" now
- Support for Python 3.13 added.

Bugfixes:
- Fixed error #140 with knownbugs UI in Python 3.12 (thanks
  Michael Behrisch)
- Fixed error #138 with extracting performance data where file encoding
  doesn't match system encoding (found by Jesper Morelli)
- Officially require Python 3.9 now (3.8 stopped working in 4.4.0
  anyway)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/texttest/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/texttest/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/texttest/Makefile
diff -u pkgsrc/devel/texttest/Makefile:1.40 pkgsrc/devel/texttest/Makefile:1.41
--- pkgsrc/devel/texttest/Makefile:1.40 Thu Apr 24 14:13:41 2025
+++ pkgsrc/devel/texttest/Makefile      Sun Jul 27 15:55:55 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2025/04/24 14:13:41 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2025/07/27 15:55:55 schmonz Exp $
 
-DISTNAME=              texttest-4.4.3.1
-PKGREVISION=           3
+DISTNAME=              texttest-4.4.4
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=t/texttest/}
 
@@ -20,6 +19,8 @@ REPLACE_PYTHON+=      texttestlib/default/bat
 REPLACE_PYTHON+=       texttestlib/default/virtualdisplay.py
 REPLACE_PYTHON+=       texttestlib/log/logconfiggen_setup.py
 
+# pyproject.toml
+
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
 SUBST_FILES.prefix=    texttestlib/default/__init__.py

Index: pkgsrc/devel/texttest/distinfo
diff -u pkgsrc/devel/texttest/distinfo:1.17 pkgsrc/devel/texttest/distinfo:1.18
--- pkgsrc/devel/texttest/distinfo:1.17 Fri Feb 21 16:12:58 2025
+++ pkgsrc/devel/texttest/distinfo      Sun Jul 27 15:55:55 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2025/02/21 16:12:58 schmonz Exp $
+$NetBSD: distinfo,v 1.18 2025/07/27 15:55:55 schmonz Exp $
 
-BLAKE2s (texttest-4.4.3.1.tar.gz) = 797c41595dadba4e60da788fc71f3e450674c82166133b4c2648a359fe77d6db
-SHA512 (texttest-4.4.3.1.tar.gz) = 3798b24a048a59dec0751676bc440c275a137b5328234a12873506c8251dc2e258456dd02e7803d81b035d4cec7ff110074755786432f2238ed46c448d59ecc5
-Size (texttest-4.4.3.1.tar.gz) = 1240781 bytes
+BLAKE2s (texttest-4.4.4.tar.gz) = cd1987befa438a58bc1e2d9dd33904cdb2c8ad4105f3968dec7ee250b2d59b6f
+SHA512 (texttest-4.4.4.tar.gz) = 960e8dea38914c3e42a237848af64fedb6b668b3c23e7af953263be88afababdd2c7f574e494013f736ae744b5db080b68f5b2346aa8f42503e6677b9da2f0f4
+Size (texttest-4.4.4.tar.gz) = 1240822 bytes
 SHA1 (patch-texttestlib_default_____init____.py) = 87fae6e9c04d2340510c4286b8ae5351ebc38fd5



Home | Main Index | Thread Index | Old Index