pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-automodapi



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  9 16:43:21 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinx-automodapi: Makefile distinfo

Log Message:
py-sphinx-automodapi: updated to 0.17.0

0.17.0 (2024-02-22)

- Fixes issue where ``__slots__`` hides class variables.
- Minimum supported Python version is now 3.8.
- Fixed issue with non-ascii characters in object names.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx-automodapi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinx-automodapi/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-automodapi/Makefile
diff -u pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.6 pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.7
--- pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.6   Fri Dec  1 18:56:22 2023
+++ pkgsrc/textproc/py-sphinx-automodapi/Makefile       Tue Apr  9 16:43:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/12/01 18:56:22 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/09 16:43:21 adam Exp $
 
-DISTNAME=      sphinx-automodapi-0.16.0
+DISTNAME=      sphinx-automodapi-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-automodapi/}

Index: pkgsrc/textproc/py-sphinx-automodapi/distinfo
diff -u pkgsrc/textproc/py-sphinx-automodapi/distinfo:1.3 pkgsrc/textproc/py-sphinx-automodapi/distinfo:1.4
--- pkgsrc/textproc/py-sphinx-automodapi/distinfo:1.3   Fri Dec  1 18:56:22 2023
+++ pkgsrc/textproc/py-sphinx-automodapi/distinfo       Tue Apr  9 16:43:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/12/01 18:56:22 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/04/09 16:43:21 adam Exp $
 
-BLAKE2s (sphinx-automodapi-0.16.0.tar.gz) = 604f9b3fcac6cd6f0f8ae084d3489915034b48b2807c74d19d22142ac3fe3c84
-SHA512 (sphinx-automodapi-0.16.0.tar.gz) = 573f97d2342e6b631765ad9fa5d3455634495d97ef23be6b716e803c48fce01092cf44da872748b2e7b4981d9c54af4bc49c1dbf7cf304e4514b873157c09c26
-Size (sphinx-automodapi-0.16.0.tar.gz) = 47588 bytes
+BLAKE2s (sphinx-automodapi-0.17.0.tar.gz) = 5dcdc6bbf6eef3fa62fa29fd5eaf2821bb4fc7bdfa6d315cbff2dd56e1bbc7fe
+SHA512 (sphinx-automodapi-0.17.0.tar.gz) = b31857b7bf81a934988a5a38074e153aff9ad235bb0230f47dc6d0f74af82f0b549b1330d1889d70097f5a248694b5e10b2493c4171ff2e9ad39267a04c384a1
+Size (sphinx-automodapi-0.17.0.tar.gz) = 49688 bytes



Home | Main Index | Thread Index | Old Index