pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-typer



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  3 14:57:35 UTC 2026

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

Log Message:
py-typer: update to 0.25.1.

Features

    🔧 Add Typer Library Skill for Agents. PR #1620 by @svlandeg.

Internal

    ⬆ Bump ruff from 0.15.11 to 0.15.12. PR #1722 by @dependabot[bot].
    ⬆ Bump prek from 0.3.10 to 0.3.11. PR #1723 by @dependabot[bot].


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-typer/Makefile \
    pkgsrc/devel/py-typer/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-typer/PLIST

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-typer/Makefile
diff -u pkgsrc/devel/py-typer/Makefile:1.3 pkgsrc/devel/py-typer/Makefile:1.4
--- pkgsrc/devel/py-typer/Makefile:1.3  Tue Apr 28 09:10:15 2026
+++ pkgsrc/devel/py-typer/Makefile      Sun May  3 14:57:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2026/04/28 09:10:15 adam Exp $
+# $NetBSD: Makefile,v 1.4 2026/05/03 14:57:35 wiz Exp $
 
-DISTNAME=      typer-0.25.0
+DISTNAME=      typer-0.25.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typer/}
@@ -23,8 +23,8 @@ USE_LANGUAGES=        # none
 
 PY_RENAME_BINARIES=    typer
 
-# as of 0.24.1
-# 21 errors
+# as of 0.25.1
+# 22 errors
 # due to py-shellingham looking for /proc/R/stat
 # https://github.com/sarugaku/shellingham/issues/99
 
Index: pkgsrc/devel/py-typer/distinfo
diff -u pkgsrc/devel/py-typer/distinfo:1.3 pkgsrc/devel/py-typer/distinfo:1.4
--- pkgsrc/devel/py-typer/distinfo:1.3  Tue Apr 28 09:10:15 2026
+++ pkgsrc/devel/py-typer/distinfo      Sun May  3 14:57:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2026/04/28 09:10:15 adam Exp $
+$NetBSD: distinfo,v 1.4 2026/05/03 14:57:35 wiz Exp $
 
-BLAKE2s (typer-0.25.0.tar.gz) = 8d972ab43840d559342bf6767bc358075acae5c889f2ed91cb9e570729004fd9
-SHA512 (typer-0.25.0.tar.gz) = 83cfa736b297adce314ae64d949097940d715e9766e55bce01f8fe41ed361106a09f53f3ad6d524cbd34c842b8a41b83c5d490be4cb24c5b1c9721d0ad12e42a
-Size (typer-0.25.0.tar.gz) = 120150 bytes
+BLAKE2s (typer-0.25.1.tar.gz) = 1bb6f02de2e43bfd83c886e67208a079d0d3010fb162610cc9bef246a231dcd6
+SHA512 (typer-0.25.1.tar.gz) = 26e9927a82d8e17e8eae370b7235a7481b6d875c77c5600f8390c22a5274b3a0e3abe14d1c2eae93850613bf685555afe67a2e495687328615c65fc8d27bcb7b
+Size (typer-0.25.1.tar.gz) = 122276 bytes

Index: pkgsrc/devel/py-typer/PLIST
diff -u pkgsrc/devel/py-typer/PLIST:1.1 pkgsrc/devel/py-typer/PLIST:1.2
--- pkgsrc/devel/py-typer/PLIST:1.1     Fri Mar  6 13:48:21 2026
+++ pkgsrc/devel/py-typer/PLIST Sun May  3 14:57:35 2026
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2026/03/06 13:48:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/05/03 14:57:35 wiz Exp $
 bin/typer-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/typer/.agents/skills/typer/SKILL.md
 ${PYSITELIB}/typer/__init__.py
 ${PYSITELIB}/typer/__init__.pyc
 ${PYSITELIB}/typer/__init__.pyo



Home | Main Index | Thread Index | Old Index