Skip to content

Commit

Permalink
py-readme_renderer: update to 44.0.
Browse files Browse the repository at this point in the history
44.0 (2024-07-08)
-----------------

* Drop support for Python 3.8 (#315)
* Require docutils 0.21.2 and higher (#315)
* Remove HTML5 ``<s>`` tag from the list of allowed HTML tags (#315)
* Test all supported CPython and PyPy versions in CI (#315)
* Resolve Node 16 deprecation warnings in CI (#309)
* Lint specific directories (#312)
* Build a wheel once for all tox test environments (#308)
* Lazy open output files, and always close them (#314)
* Gitpod: Migrate to the Even Better TOML extension (#306)
* check-manifest: Remove a now-default ``.gitpod.yml`` exclusion (#307)
  • Loading branch information
0-wiz-0 committed Jul 14, 2024
1 parent bc5c71e commit d8fa844
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions textproc/py-readme_renderer/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2024/04/28 17:11:31 wiz Exp $
# $NetBSD: Makefile,v 1.16 2024/07/14 13:31:35 wiz Exp $

DISTNAME= readme_renderer-43.0
DISTNAME= readme_renderer-44.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/readme_renderer/}
Expand All @@ -12,13 +12,13 @@ LICENSE= apache-2.0

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.13.1:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.21.2:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.5.1:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-nh3>=0:../../www/py-nh3

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_VERSIONS_INCOMPATIBLE= 27 38

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions textproc/py-readme_renderer/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2024/03/03 11:55:01 wiz Exp $
$NetBSD: distinfo,v 1.13 2024/07/14 13:31:35 wiz Exp $

BLAKE2s (readme_renderer-43.0.tar.gz) = c9e612a68968fe55dc730a01b9890b54189ab724a8d6b75a107b13dbf90d2b77
SHA512 (readme_renderer-43.0.tar.gz) = 505cca08179c0eb35a7248d6bcfea24a968ad749365bec6bb65bbe4ba64ac78ef971ee63422796fdcc462210b199c9df126c8424bfc078ed1a9d1149b2d874e2
Size (readme_renderer-43.0.tar.gz) = 31768 bytes
BLAKE2s (readme_renderer-44.0.tar.gz) = 30f072a1764a241487c16487e6e697661f9d71e2210d4266a06f1a5e2fa7ee28
SHA512 (readme_renderer-44.0.tar.gz) = f68b1d9f7352ce07537d82a096e0d31000b7395a5809e7d160083071dfb8fdae38dc7a3460f42abb7aec5d932866a20bbe2b2fc09480cf4505add1bc403c34c8
Size (readme_renderer-44.0.tar.gz) = 32056 bytes

0 comments on commit d8fa844

Please sign in to comment.