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 Aug 30 15:40:40 UTC 2026
Modified Files:
pkgsrc/devel/py-typer: Makefile PLIST distinfo
Log Message:
py-typer: update to 0.27.2.
Refactors
♻️ Create exceptions module and TyperException base class. PR #1942 by @svlandeg.
Docs
🐛 Fix showing fast button as external link in animated terminals in docs. PR #1912 by @phalberg.
Internal
⬆️ Bump setup-uv action to 10.0.1. PR #1940 by @YuriiMotov.
👷 Migrate automatic labels to Latest Changes. PR #1931 by @tiangolo.
👷 Remove legacy label check. PR #1930 by @tiangolo.
🔐 Use PR Submit for pull requests. PR #1928 by @tiangolo.
👷 Use GitHub CLI for Git authentication. PR #1927 by @tiangolo.
👷 Use PR Push commit identity. PR #1926 by @tiangolo.
🔒 Replace pre-commit PAT with PR Push. PR #1923 by @tiangolo.
👷 Remove Zensical docs cache. PR #1922 by @tiangolo.
🔥 Remove the old Latest Changes workflow. PR #1921 by @tiangolo.
⬆ Bump the python-packages group with 6 updates. PR #1917 by @dependabot[bot].
⬆ Bump pymdown-extensions from 10.21.3 to 11.0. PR #1910 by @dependabot[bot].
⬆ Bump the github-actions group with 5 updates. PR #1916 by @dependabot[bot].
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-typer/Makefile \
pkgsrc/devel/py-typer/distinfo
cvs rdiff -u -r1.4 -r1.5 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.12 pkgsrc/devel/py-typer/Makefile:1.13
--- pkgsrc/devel/py-typer/Makefile:1.12 Fri Aug 7 18:49:37 2026
+++ pkgsrc/devel/py-typer/Makefile Sun Aug 30 15:40:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2026/08/07 18:49:37 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/08/30 15:40:40 wiz Exp $
-DISTNAME= typer-0.27.1
+DISTNAME= typer-0.27.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typer/}
@@ -22,8 +22,8 @@ USE_LANGUAGES= # none
PY_RENAME_BINARIES= typer
-# as of 0.25.1
-# 22 errors
+# as of 0.27.2
+# 27 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.12 pkgsrc/devel/py-typer/distinfo:1.13
--- pkgsrc/devel/py-typer/distinfo:1.12 Fri Aug 7 18:49:37 2026
+++ pkgsrc/devel/py-typer/distinfo Sun Aug 30 15:40:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2026/08/07 18:49:37 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/08/30 15:40:40 wiz Exp $
-BLAKE2s (typer-0.27.1.tar.gz) = a48d1ba8a58ba7177909076784e11dc9f7a31cbdd4bc49dce8fecc56a5c928eb
-SHA512 (typer-0.27.1.tar.gz) = f2afcc7caaa611d4c11fed82b71dcf7b126f06bb7d3838fca515a8f104045590ca5eec795fdf0e9f3b3604ec06a96ecfb717df8f4f23fde52b1f515b3d34c75f
-Size (typer-0.27.1.tar.gz) = 203994 bytes
+BLAKE2s (typer-0.27.2.tar.gz) = be140cfd26e42489945b66df62980c60cf17e5e3405dc8b6799e81e8d2c0c237
+SHA512 (typer-0.27.2.tar.gz) = 6faef69d214882c8b59860e4992a1f879b974cf841442e567f90d5b5881b6741985439d457202e169d8bb01884aa27df7c5006dc47e8594496b4c258ef59cf08
+Size (typer-0.27.2.tar.gz) = 204045 bytes
Index: pkgsrc/devel/py-typer/PLIST
diff -u pkgsrc/devel/py-typer/PLIST:1.4 pkgsrc/devel/py-typer/PLIST:1.5
--- pkgsrc/devel/py-typer/PLIST:1.4 Mon Jun 1 13:52:24 2026
+++ pkgsrc/devel/py-typer/PLIST Sun Aug 30 15:40:40 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/06/01 13:52:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/08/30 15:40:40 wiz Exp $
bin/typer-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -83,6 +83,9 @@ ${PYSITELIB}/typer/completion.pyo
${PYSITELIB}/typer/core.py
${PYSITELIB}/typer/core.pyc
${PYSITELIB}/typer/core.pyo
+${PYSITELIB}/typer/exceptions.py
+${PYSITELIB}/typer/exceptions.pyc
+${PYSITELIB}/typer/exceptions.pyo
${PYSITELIB}/typer/main.py
${PYSITELIB}/typer/main.pyc
${PYSITELIB}/typer/main.pyo
Home |
Main Index |
Thread Index |
Old Index