pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-softlayer



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 22 04:56:09 UTC 2024

Modified Files:
        pkgsrc/net/py-softlayer: Makefile PLIST distinfo

Log Message:
py-softlayer: updated to 6.2.3

v6.2.3

Added more error handling around table output
pip prod(deps): bump sphinx-click from 5.1.0 to 6.0.0
Reworked user permissions list to include permissions by departmen
More efficient created_by
Updated CodeQL Jobs
pip prod(deps): bump sphinx from 7.3.7 to 7.4.4
v6.2.3 version bump


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/py-softlayer/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-softlayer/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/py-softlayer/distinfo

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

Modified files:

Index: pkgsrc/net/py-softlayer/Makefile
diff -u pkgsrc/net/py-softlayer/Makefile:1.20 pkgsrc/net/py-softlayer/Makefile:1.21
--- pkgsrc/net/py-softlayer/Makefile:1.20       Tue Jun 11 09:38:33 2024
+++ pkgsrc/net/py-softlayer/Makefile    Mon Jul 22 04:56:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/06/11 09:38:33 adam Exp $
+# $NetBSD: Makefile,v 1.21 2024/07/22 04:56:09 adam Exp $
 
-DISTNAME=      softlayer-6.2.2
+DISTNAME=      softlayer-6.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoftLayer/}

Index: pkgsrc/net/py-softlayer/PLIST
diff -u pkgsrc/net/py-softlayer/PLIST:1.14 pkgsrc/net/py-softlayer/PLIST:1.15
--- pkgsrc/net/py-softlayer/PLIST:1.14  Tue Jun 11 09:38:33 2024
+++ pkgsrc/net/py-softlayer/PLIST       Mon Jul 22 04:56:09 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/06/11 09:38:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/07/22 04:56:09 adam Exp $
 bin/slcli-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -1407,6 +1407,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Action.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Action.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Action.pyo
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Department.py
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Department.pyc
+${PYSITELIB}/SoftLayer/fixtures/SoftLayer_User_Permission_Department.pyo
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.py
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyc
 ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Virtual_DedicatedHost.pyo

Index: pkgsrc/net/py-softlayer/distinfo
diff -u pkgsrc/net/py-softlayer/distinfo:1.18 pkgsrc/net/py-softlayer/distinfo:1.19
--- pkgsrc/net/py-softlayer/distinfo:1.18       Tue Jun 11 09:38:33 2024
+++ pkgsrc/net/py-softlayer/distinfo    Mon Jul 22 04:56:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/06/11 09:38:33 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/07/22 04:56:09 adam Exp $
 
-BLAKE2s (softlayer-6.2.2.tar.gz) = 75e163f14bc72b426998cf3c6a12264e60823b0287f44718c14240f012e3b99e
-SHA512 (softlayer-6.2.2.tar.gz) = f41123f8ef3d746740528a30631d5c1f3d4e9fd7bc5d8207cd8b1e7568dba440b6693cbb843e7bb108d583d1d13c96ece32a91b4ab1be2ae20566506f3e80ced
-Size (softlayer-6.2.2.tar.gz) = 493116 bytes
+BLAKE2s (softlayer-6.2.3.tar.gz) = 45ed35d59e2c9e23097db7ce0ba62c1114a63da488c521de14818e850716ec21
+SHA512 (softlayer-6.2.3.tar.gz) = bed578adb6bd7f6cd7d9aeaecc475df0b1f707e6a0bcdf5da1a2fea64740d4034690cb445bd380d2cbe0ed7d18f789a4fe0883983683394b1306319d8f3a411e
+Size (softlayer-6.2.3.tar.gz) = 498647 bytes



Home | Main Index | Thread Index | Old Index