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:           Mon Jun  1 13:52:24 UTC 2026

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

Log Message:
py-typer: update to 0.26.4.

0.26.4

Features

    📝 Update AI Library Skill to avoid verbose code for CLI Options. PR #1808 by @tiangolo.

Internal

    👷 Add CI to create draft release after merging a release PR. PR #1807 by @tiangolo.
    👷 Update labeler to accept label release. PR #1806 by @tiangolo.
    👷 Update GitHub Action permissions for prepare-release. PR #1804 by @tiangolo.
    👷 Add GitHub Actions prepare release workflow. PR #1802 by @tiangolo.
    👷 Update publish action, do not use uv cache. PR #1803 by @tiangolo.
    ⬆ Bump the python-packages group across 1 directory with 5 updates. PR #1793 by @dependabot[bot].

0.26.3

Refactors

    ♻️ Unify the testing functionality. PR #1792 by @svlandeg.

Internal

    👷 Update version of latest-changes GitHub action. PR #1798 by @tiangolo.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-typer/Makefile \
    pkgsrc/devel/py-typer/distinfo
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/devel/py-typer/Makefile:1.7
--- pkgsrc/devel/py-typer/Makefile:1.6  Thu May 28 05:07:36 2026
+++ pkgsrc/devel/py-typer/Makefile      Mon Jun  1 13:52:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2026/05/28 05:07:36 adam Exp $
+# $NetBSD: Makefile,v 1.7 2026/06/01 13:52:24 wiz Exp $
 
-DISTNAME=      typer-0.26.2
+DISTNAME=      typer-0.26.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typer/}
Index: pkgsrc/devel/py-typer/distinfo
diff -u pkgsrc/devel/py-typer/distinfo:1.6 pkgsrc/devel/py-typer/distinfo:1.7
--- pkgsrc/devel/py-typer/distinfo:1.6  Thu May 28 05:07:36 2026
+++ pkgsrc/devel/py-typer/distinfo      Mon Jun  1 13:52:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/05/28 05:07:36 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/06/01 13:52:24 wiz Exp $
 
-BLAKE2s (typer-0.26.2.tar.gz) = e3ec72472f48dd4ba9d7419f6668d491fdf6b1f79c4a965b90fd11e9dd2e765e
-SHA512 (typer-0.26.2.tar.gz) = 58ed32b61545d546a298434731f90b9e4b5a0eea8e3bd46dd74f862e1788bf3406a1a65eca23c6b2c6d8945203ee1e7297969d927088d4115298ebe70e2cf9ad
-Size (typer-0.26.2.tar.gz) = 198991 bytes
+BLAKE2s (typer-0.26.4.tar.gz) = 4f85ce98c1e8bddba68485ab3cac41daeca9e09ebd161db308ada8afca6991c0
+SHA512 (typer-0.26.4.tar.gz) = 05ebdebab17831f8d044ca2513931c789191ca680fbcde0068475917a47d7a252a09c7c1849a4c4153f917c7ec9f147bc476738d5922e73adb686db1ad736ec3
+Size (typer-0.26.4.tar.gz) = 201191 bytes

Index: pkgsrc/devel/py-typer/PLIST
diff -u pkgsrc/devel/py-typer/PLIST:1.3 pkgsrc/devel/py-typer/PLIST:1.4
--- pkgsrc/devel/py-typer/PLIST:1.3     Wed May 27 04:01:53 2026
+++ pkgsrc/devel/py-typer/PLIST Mon Jun  1 13:52:24 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2026/05/27 04:01:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/06/01 13:52:24 wiz Exp $
 bin/typer-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -53,9 +53,6 @@ ${PYSITELIB}/typer/_click/shell_completi
 ${PYSITELIB}/typer/_click/termui.py
 ${PYSITELIB}/typer/_click/termui.pyc
 ${PYSITELIB}/typer/_click/termui.pyo
-${PYSITELIB}/typer/_click/testing.py
-${PYSITELIB}/typer/_click/testing.pyc
-${PYSITELIB}/typer/_click/testing.pyo
 ${PYSITELIB}/typer/_click/types.py
 ${PYSITELIB}/typer/_click/types.pyc
 ${PYSITELIB}/typer/_click/types.pyo



Home | Main Index | Thread Index | Old Index