pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-radon



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 28 07:51:45 UTC 2023

Modified Files:
        pkgsrc/devel/py-radon: Makefile distinfo

Log Message:
py-radon: updated to 6.0.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-radon/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-radon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-radon/Makefile
diff -u pkgsrc/devel/py-radon/Makefile:1.18 pkgsrc/devel/py-radon/Makefile:1.19
--- pkgsrc/devel/py-radon/Makefile:1.18 Sat Jul  1 08:53:22 2023
+++ pkgsrc/devel/py-radon/Makefile      Mon Aug 28 07:51:45 2023
@@ -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/}
@@ -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
 

Index: pkgsrc/devel/py-radon/distinfo
diff -u pkgsrc/devel/py-radon/distinfo:1.15 pkgsrc/devel/py-radon/distinfo:1.16
--- pkgsrc/devel/py-radon/distinfo:1.15 Sat Jun 18 22:16:09 2022
+++ pkgsrc/devel/py-radon/distinfo      Mon Aug 28 07:51:45 2023
@@ -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



Home | Main Index | Thread Index | Old Index