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:   adam
Date:           Wed May 27 04:01:53 UTC 2026

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

Log Message:
py-typer: updated to 0.26.1

0.26.1

Fixes

Ensure that an envvar set for typer.Option works as expected.

0.26.0

Breaking Changes

Vendor Click and streamline Typer's functionality and code base.
Typer no longer depends on Click as a third party dependency, it vendors (includes the source code of) Click.
This simplifies the work done by both Click and Typer teams.
It allows Typer to evolve independently, and enables several new planned features.
It will solve several dependency conflict situations for projects that use some packages that depend on Click and some that depend on Typer.
This also means that Click-specific functionality is no longer supported, like extracting the Click app and adding Click-specific plug-ins, or customizing the field types with Click-specific types.
You can read more about it in the docs for Vendored Click.

Docs

Update and simplify docs about help and management.
Update contributing docs, reference central docs.
Update security policy.
Update link syntax to minimal Markdown.
Update and simplify usage of admonitions.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-typer/Makefile \
    pkgsrc/devel/py-typer/distinfo
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/devel/py-typer/Makefile:1.5
--- pkgsrc/devel/py-typer/Makefile:1.4  Sun May  3 14:57:35 2026
+++ pkgsrc/devel/py-typer/Makefile      Wed May 27 04:01:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2026/05/03 14:57:35 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/05/27 04:01:53 adam Exp $
 
-DISTNAME=      typer-0.25.1
+DISTNAME=      typer-0.26.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/typer/}
@@ -12,8 +12,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>0:../../devel/py-pdm_backend
 DEPENDS+=      ${PYPKGPREFIX}-annotated-doc>=0.0.2:../../textproc/py-annotated-doc
-DEPENDS+=      ${PYPKGPREFIX}-click>=8.2.1:../../devel/py-click
-DEPENDS+=      ${PYPKGPREFIX}-rich>=12.3.0:../../comms/py-rich
+DEPENDS+=      ${PYPKGPREFIX}-rich>=13.8.0:../../comms/py-rich
 DEPENDS+=      ${PYPKGPREFIX}-shellingham>=1.3.0:../../misc/py-shellingham
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar>=0.9.5:../../devel/py-test-sugar
Index: pkgsrc/devel/py-typer/distinfo
diff -u pkgsrc/devel/py-typer/distinfo:1.4 pkgsrc/devel/py-typer/distinfo:1.5
--- pkgsrc/devel/py-typer/distinfo:1.4  Sun May  3 14:57:35 2026
+++ pkgsrc/devel/py-typer/distinfo      Wed May 27 04:01:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/05/03 14:57:35 wiz Exp $
+$NetBSD: distinfo,v 1.5 2026/05/27 04:01:53 adam Exp $
 
-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
+BLAKE2s (typer-0.26.1.tar.gz) = fd58b844302d2dfcaf3af9309b49f0c199109070762fe54b90dd59426812db93
+SHA512 (typer-0.26.1.tar.gz) = c23dfc481884a6d96a9b47d273c1aa0f53301ac009184da2c323a3a077c8d7d4b827321245c08820e2a9aa81013b2e44b3c1d180f22d2df95706e3359f7d6f3a
+Size (typer-0.26.1.tar.gz) = 198884 bytes

Index: pkgsrc/devel/py-typer/PLIST
diff -u pkgsrc/devel/py-typer/PLIST:1.2 pkgsrc/devel/py-typer/PLIST:1.3
--- pkgsrc/devel/py-typer/PLIST:1.2     Sun May  3 14:57:35 2026
+++ pkgsrc/devel/py-typer/PLIST Wed May 27 04:01:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2026/05/03 14:57:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/05/27 04:01:53 adam Exp $
 bin/typer-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -12,6 +12,56 @@ ${PYSITELIB}/typer/__init__.pyo
 ${PYSITELIB}/typer/__main__.py
 ${PYSITELIB}/typer/__main__.pyc
 ${PYSITELIB}/typer/__main__.pyo
+${PYSITELIB}/typer/_click/LICENSE.txt
+${PYSITELIB}/typer/_click/__init__.py
+${PYSITELIB}/typer/_click/__init__.pyc
+${PYSITELIB}/typer/_click/__init__.pyo
+${PYSITELIB}/typer/_click/_compat.py
+${PYSITELIB}/typer/_click/_compat.pyc
+${PYSITELIB}/typer/_click/_compat.pyo
+${PYSITELIB}/typer/_click/_termui_impl.py
+${PYSITELIB}/typer/_click/_termui_impl.pyc
+${PYSITELIB}/typer/_click/_termui_impl.pyo
+${PYSITELIB}/typer/_click/_textwrap.py
+${PYSITELIB}/typer/_click/_textwrap.pyc
+${PYSITELIB}/typer/_click/_textwrap.pyo
+${PYSITELIB}/typer/_click/_winconsole.py
+${PYSITELIB}/typer/_click/_winconsole.pyc
+${PYSITELIB}/typer/_click/_winconsole.pyo
+${PYSITELIB}/typer/_click/core.py
+${PYSITELIB}/typer/_click/core.pyc
+${PYSITELIB}/typer/_click/core.pyo
+${PYSITELIB}/typer/_click/decorators.py
+${PYSITELIB}/typer/_click/decorators.pyc
+${PYSITELIB}/typer/_click/decorators.pyo
+${PYSITELIB}/typer/_click/exceptions.py
+${PYSITELIB}/typer/_click/exceptions.pyc
+${PYSITELIB}/typer/_click/exceptions.pyo
+${PYSITELIB}/typer/_click/formatting.py
+${PYSITELIB}/typer/_click/formatting.pyc
+${PYSITELIB}/typer/_click/formatting.pyo
+${PYSITELIB}/typer/_click/globals.py
+${PYSITELIB}/typer/_click/globals.pyc
+${PYSITELIB}/typer/_click/globals.pyo
+${PYSITELIB}/typer/_click/parser.py
+${PYSITELIB}/typer/_click/parser.pyc
+${PYSITELIB}/typer/_click/parser.pyo
+${PYSITELIB}/typer/_click/py.typed
+${PYSITELIB}/typer/_click/shell_completion.py
+${PYSITELIB}/typer/_click/shell_completion.pyc
+${PYSITELIB}/typer/_click/shell_completion.pyo
+${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
+${PYSITELIB}/typer/_click/utils.py
+${PYSITELIB}/typer/_click/utils.pyc
+${PYSITELIB}/typer/_click/utils.pyo
 ${PYSITELIB}/typer/_completion_classes.py
 ${PYSITELIB}/typer/_completion_classes.pyc
 ${PYSITELIB}/typer/_completion_classes.pyo



Home | Main Index | Thread Index | Old Index