pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-traitlets



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 30 21:32:29 UTC 2022

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

Log Message:
py-traitlets: updated to 5.6.0

5.6.0

Maintenance and upkeep improvements

- Adopt jupyter releaser
- Use base setup dependency type
- More CI Cleanup
- More maintenance cleanup
- Add project description
- Bump actions/setup-python from 2 to 4
- Bump actions/checkout from 2 to 3
- Bump pre-commit/action from 2.0.0 to 3.0.0
- Bump actions/upload-artifact from 2 to 3
- Add dependabot
- Add more typings
- Format changelog


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-traitlets/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-traitlets/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-traitlets/Makefile
diff -u pkgsrc/devel/py-traitlets/Makefile:1.19 pkgsrc/devel/py-traitlets/Makefile:1.20
--- pkgsrc/devel/py-traitlets/Makefile:1.19     Wed Oct 19 17:27:11 2022
+++ pkgsrc/devel/py-traitlets/Makefile  Wed Nov 30 21:32:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/10/19 17:27:11 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/11/30 21:32:29 adam Exp $
 
-DISTNAME=      traitlets-5.5.0
+DISTNAME=      traitlets-5.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/traitlets/}
@@ -10,12 +10,10 @@ HOMEPAGE=   https://github.com/ipython/tra
 COMMENT=       Traitlets Python config system
 LICENSE=       modified-bsd
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 
-# Traitlets 5.0+ supports Python 3.7 and above, following NEP 29.
-# For any earlier version of Python use traitlets 4.x
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-traitlets/distinfo
diff -u pkgsrc/devel/py-traitlets/distinfo:1.12 pkgsrc/devel/py-traitlets/distinfo:1.13
--- pkgsrc/devel/py-traitlets/distinfo:1.12     Wed Oct 19 17:27:11 2022
+++ pkgsrc/devel/py-traitlets/distinfo  Wed Nov 30 21:32:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/10/19 17:27:11 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/11/30 21:32:29 adam Exp $
 
-BLAKE2s (traitlets-5.5.0.tar.gz) = 556d2e7e7e9b0e2cf55851cd23a143bc3205b0b4189f80b981222c4425f7a6ea
-SHA512 (traitlets-5.5.0.tar.gz) = c99c28fb503b0322599563ad934a6160fa9e2c1cc41c37e19f4d6cb0343a1a2228cbead9a6a296997fd9eb24f3e077d3043b349a7b7e765fdf1955cf63c49266
-Size (traitlets-5.5.0.tar.gz) = 131686 bytes
+BLAKE2s (traitlets-5.6.0.tar.gz) = f9a123333f23bea3a75e610f6b2c9db6d8989d378dc90561e440cc75e7c94922
+SHA512 (traitlets-5.6.0.tar.gz) = 7af0fb619ddb2991b6285bb07642f700b0bb822c0eb5770fe6d337f42ac9c2fbb59cd971e9a8991277c47f3a9be2cfde21712080cca4733f8bba3339f91c8311
+Size (traitlets-5.6.0.tar.gz) = 133316 bytes



Home | Main Index | Thread Index | Old Index