Skip to content

Commit

Permalink
py-sphinx-autodoc-typehints: update to 1.23.2.
Browse files Browse the repository at this point in the history
1.23.2

What's Changed

    Test against 3.12 beta 2 by @gaborbernat in #360
    Remove dependency on itself from pyproject.toml by @0-wiz-0 in #361

1.23.1

What's Changed

    Fix broken github link in README.md by @thisch in #346
    Bump deps and tools by @gaborbernat in #348
    Add trusted-publish by @gaborbernat in #350
    Add 3.12 support by @gaborbernat in #352
    Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #354
    Use ruff by @gaborbernat in #359
  • Loading branch information
wiz committed Jul 1, 2023
1 parent dbd703a commit 80b9c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions textproc/py-sphinx-autodoc-typehints/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2023/07/01 08:37:43 wiz Exp $
# $NetBSD: Makefile,v 1.10 2023/07/01 11:31:53 wiz Exp $

DISTNAME= sphinx_autodoc_typehints-1.23.0
DISTNAME= sphinx_autodoc_typehints-1.23.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
Expand All @@ -22,6 +22,7 @@ USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38

# needs 'make install'
do-test:
cd ${WRKSRC} && ${MAKE_ENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

Expand Down
8 changes: 4 additions & 4 deletions textproc/py-sphinx-autodoc-typehints/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/05/06 09:28:24 wiz Exp $
$NetBSD: distinfo,v 1.8 2023/07/01 11:31:53 wiz Exp $

BLAKE2s (sphinx_autodoc_typehints-1.23.0.tar.gz) = 3f2064af732dc83c2d927b68e7593149c0109a32f94b3cba03a79b4582f4549e
SHA512 (sphinx_autodoc_typehints-1.23.0.tar.gz) = 990db1f042913088fddf56cbc9ad5f401f7d886164c348aaf19fd1541fa1566a2d58d1c182e52d839d1dd32606ca3da1191b7062a6ed9c8f04dc6a47efaf5488
Size (sphinx_autodoc_typehints-1.23.0.tar.gz) = 35945 bytes
BLAKE2s (sphinx_autodoc_typehints-1.23.2.tar.gz) = 0f4530719030b9394150989d13fa24c26216c156a4774223b83f85e0cd9295aa
SHA512 (sphinx_autodoc_typehints-1.23.2.tar.gz) = 27e9a4179f050444dfbd3d4648212f1d56c47a938f8e33dded9121c5cd4637b4e2096eb383bbf663078223dc46973f3e0fcd02ecd162611d353ef5d702977f48
Size (sphinx_autodoc_typehints-1.23.2.tar.gz) = 36198 bytes

0 comments on commit 80b9c59

Please sign in to comment.