pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-autoapi py-sphinx-autoapi: updated ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e217b09d63e
branches:  trunk
changeset: 456506:7e217b09d63e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 01 18:06:38 2021 +0000

description:
py-sphinx-autoapi: updated to 1.8.3

v1.8.3 (2021-07-31)
-------------------
Bug Fixes
^^^^^^^^^
* Fixed incorrect indentation in generated documentation when a class with no
  constructor has a summary line spanning multiple lines.

Trivial/Internal Changes
* Fixed broken link to Jinja objects.inv.


v1.8.2 (2021-07-26)
-------------------
Bug Fixes
* Fixed error when parsing a class with no constructor.
* Fixed failure to build out of source conf.py files.
  Configuration values using relative values are now relative to the source directory
  instead of relative to the conf.py file.
* Fixed AttributeError using inheritance diagrams on a module with plain imports.
* Explicitly use the domain for generated directives.

diffstat:

 textproc/py-sphinx-autoapi/Makefile |   4 ++--
 textproc/py-sphinx-autoapi/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 884713295f25 -r 7e217b09d63e textproc/py-sphinx-autoapi/Makefile
--- a/textproc/py-sphinx-autoapi/Makefile       Sun Aug 01 18:04:13 2021 +0000
+++ b/textproc/py-sphinx-autoapi/Makefile       Sun Aug 01 18:06:38 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/04/28 12:44:52 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/08/01 18:06:38 adam Exp $
 
-DISTNAME=      sphinx-autoapi-1.8.1
+DISTNAME=      sphinx-autoapi-1.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autoapi/}
diff -r 884713295f25 -r 7e217b09d63e textproc/py-sphinx-autoapi/distinfo
--- a/textproc/py-sphinx-autoapi/distinfo       Sun Aug 01 18:04:13 2021 +0000
+++ b/textproc/py-sphinx-autoapi/distinfo       Sun Aug 01 18:06:38 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/04/28 12:44:52 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/08/01 18:06:38 adam Exp $
 
-SHA1 (sphinx-autoapi-1.8.1.tar.gz) = 0c4711bc25cb54574622ae7e5ce4ec4bc4041a76
-RMD160 (sphinx-autoapi-1.8.1.tar.gz) = 638f94126a0490659bf7b051a8d7a0875776e333
-SHA512 (sphinx-autoapi-1.8.1.tar.gz) = 7170a016cf38b5f9aa259f489b3d26e22597ba192d21c553af1e11f4ecbfd9a56855f531d5caba2b5dfc1ca781fd9ee8f1505b0b06e84c827df2cbc9f770745f
-Size (sphinx-autoapi-1.8.1.tar.gz) = 42151619 bytes
+SHA1 (sphinx-autoapi-1.8.3.tar.gz) = 96d9e178edb176b0d5c86b862bd16ddc46ba503a
+RMD160 (sphinx-autoapi-1.8.3.tar.gz) = 6b43e1f41a4d0d1e221f7788fd0b6aa1e433ed3b
+SHA512 (sphinx-autoapi-1.8.3.tar.gz) = af6f1daa82cdb2795a0e1a12029d84906e365bd50968c44ded78c806026176f22ef1c2138332dde60a5343a0455d141c3046d75b65e7b9862aed816bb78066ec
+Size (sphinx-autoapi-1.8.3.tar.gz) = 42152909 bytes



Home | Main Index | Thread Index | Old Index