Skip to content

Commit

Permalink
py-radon: updated to 6.0.1
Browse files Browse the repository at this point in the history
6.0.1 (Mar 26, 2023)
--------------------
- Prevent tomllib error when the `toml` module is not available

6.0.0 (Mar 26, 2023)
--------------------
- Fix typo in changelog
- Add support for `match` pattern in Python 3.10+
- Fix typo in Markdown export, reported
- Remove unnecessary "future" dependency
- Add `pyproject.toml` support
- Allow Mando v0.7.1
- Fix HCHarvester JSON results format
  • Loading branch information
adam committed Aug 28, 2023
1 parent 36f45ec commit 3630f2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/py-radon/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2023/07/01 08:53:22 wiz Exp $
# $NetBSD: Makefile,v 1.19 2023/08/28 07:51:45 adam Exp $

DISTNAME= radon-5.1.0
DISTNAME= radon-6.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/radon/}
Expand All @@ -12,7 +12,6 @@ LICENSE= mit

DEPENDS+= ${PYPKGPREFIX}-mando>=0.6:../../devel/py-mando
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.1:../../comms/py-colorama
DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock

Expand Down
8 changes: 4 additions & 4 deletions devel/py-radon/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2022/06/18 22:16:09 wiz Exp $
$NetBSD: distinfo,v 1.16 2023/08/28 07:51:45 adam Exp $

BLAKE2s (radon-5.1.0.tar.gz) = a5aa131afc7ac24b975ecd7d3b43d1ec8edf381c65739e6083b4b901822fc146
SHA512 (radon-5.1.0.tar.gz) = 98e1c3dbf419ff0a791f01ea5376177c5be47c9cf1afdd9ae53014e8869dd10c7a7661a69bace48adb880173a8a176d4a13534711fcf53408b3f495f4579f7c5
Size (radon-5.1.0.tar.gz) = 1873643 bytes
BLAKE2s (radon-6.0.1.tar.gz) = c668f20200a6511061cc73d7c81df1552ba555216cf4dcf8b10bf12a4763312c
SHA512 (radon-6.0.1.tar.gz) = 91bd091610568dacb95491ba314b68dfb33ee397b043ae96badc7c134a841122d90394a36b1d665c9cabf273c0e6128217ebfc459c36020c12dcab647dd5df53
Size (radon-6.0.1.tar.gz) = 1874992 bytes

0 comments on commit 3630f2f

Please sign in to comment.