pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  1 11:31:53 UTC 2023

Modified Files:
        pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile distinfo

Log Message:
py-sphinx-autodoc-typehints: update to 1.23.2.

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.9 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.10
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.9    Sat Jul  1 08:37:43 2023
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Sat Jul  1 11:31:53 2023
@@ -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/}
@@ -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
 

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.7 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.8
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.7    Sat May  6 09:28:24 2023
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Sat Jul  1 11:31:53 2023
@@ -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



Home | Main Index | Thread Index | Old Index