Skip to content

Commit

Permalink
py-gi-docgen: update to 2024.1.
Browse files Browse the repository at this point in the history
## [2024.1] - 2024-05-20

### Added

- Add unit testing for link syntax
- Support link to enumeration members [!214, !215]
- Add favicon support [#152]
- Add proper anchor for enum members [#183]
- Parse optional anchors in links [#191]
- Generate a link to finish functions [#189]
- Add 'inline' to C declarations for inline callables [#173]
- Make the logo a link to the index [#195]
- Clear search when pressing Escape [#194]

### Changed

- Update the wording for transfer modes [!205]
- Turn deprecation notices into admonitions [#155]
- Improve filesystem string type docs [#193]

### Fixed

- Fix doubled paragraph tags around descriptions [!206]
- Append period after last line in more cases [#181]
- Documentation fixes [!223, #198]
- Use the basename of the urlmap file [#197]

### Removed

- Revert "generate: Add fallback for missing "since"" [#179]
  • Loading branch information
0-wiz-0 committed Jun 8, 2024
1 parent 6379f1b commit b9a1f18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions devel/py-gi-docgen/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.8 2023/12/18 07:17:38 wiz Exp $
# $NetBSD: Makefile,v 1.9 2024/06/08 12:01:23 wiz Exp $

DISTNAME= gi-docgen-2023.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
DISTNAME= gi_docgen-2024.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gi_/gi-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gi-docgen/}
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gi_docgen/}

MAINTAINER= [email protected]
HOMEPAGE= https://gitlab.gnome.org/GNOME/gi-docgen
Expand Down
8 changes: 4 additions & 4 deletions devel/py-gi-docgen/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2023/12/07 18:10:38 wiz Exp $
$NetBSD: distinfo,v 1.4 2024/06/08 12:01:23 wiz Exp $

BLAKE2s (gi-docgen-2023.3.tar.gz) = 6a0a2253c38cf89a81f8a7fcdf82f0e4a3fd6e88cb50f3b38dad0843e1ac285e
SHA512 (gi-docgen-2023.3.tar.gz) = de9a94ee30b408cb875f7a7e8015f0f860a65140a4b39b9fc1d5f6ea445ab66b4f7c37786646040b0869a1bf1e7d5f09ae878697428e693a15966c27c5d25fa5
Size (gi-docgen-2023.3.tar.gz) = 2525675 bytes
BLAKE2s (gi_docgen-2024.1.tar.gz) = e2c2ca52d8e34335f3581d9f6c044f00eee68e214c7dd7c8a922e16e12ae4306
SHA512 (gi_docgen-2024.1.tar.gz) = 154b11a67e02227f7eb786b363028bfd9932a80043dee1910a64c30259b841f586078dc4d0c5d7c4345057075a2ab51f71523c0129cc78de5640329db4afb51a
Size (gi_docgen-2024.1.tar.gz) = 2532310 bytes

0 comments on commit b9a1f18

Please sign in to comment.