Tue Jan 16 08:57:52 2024 UTC (142d)
py-softlayer: updated to 6.1.11

6.1.11
Added vlan trunks on the server detail page
Added a thread capable client.cf_call() function
pip prod(deps): bump rich from 13.6.0 to 13.7.0
pip prod(deps): bump sphinx-click from 5.0.1 to 5.1.0
pip prod(deps): bump sphinx-rtd-theme from 1.3.0 to 2.0.0
v6.1.11 updates

6.1.10
Implement IBM Detect-Secrets
Fixing sphinx-build issues
A few more additions to the documentation updates
changed os version for readthedocs to a supported version
fixing build errors for documentation
Fixing readthedocs build
apparently style.css is a reserved word for sphinx/readthedocs
updating requirements with specific versions
pip prod(deps): bump rich from 13.5.3 to 13.6.0
fixed vs list with tag search, allowing multiple tags as well
Show both binary flag options
v6.1.10 version bump


(adam)
diff -r1.18 -r1.19 pkgsrc/net/py-softlayer/Makefile
diff -r1.12 -r1.13 pkgsrc/net/py-softlayer/PLIST
diff -r1.16 -r1.17 pkgsrc/net/py-softlayer/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/net/py-softlayer/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-softlayer/Makefile 2023/10/14 17:21:49 1.18
+++ pkgsrc/net/py-softlayer/Makefile 2024/01/16 08:57:52 1.19
@@ -1,38 +1,34 @@ @@ -1,38 +1,34 @@
1# $NetBSD: Makefile,v 1.18 2023/10/14 17:21:49 adam Exp $ 1# $NetBSD: Makefile,v 1.19 2024/01/16 08:57:52 adam Exp $
2 2
3DISTNAME= SoftLayer-6.1.9 3DISTNAME= SoftLayer-6.1.11
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/}
7 7
8MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
9HOMEPAGE= https://github.com/softlayer/softlayer-python 9HOMEPAGE= https://github.com/softlayer/softlayer-python
10COMMENT= SoftLayer API bindings for Python 10COMMENT= SoftLayer API bindings for Python
11LICENSE= mit 11LICENSE= mit
12 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
13DEPENDS+= ${PYPKGPREFIX}-click>=8.0.4:../../devel/py-click 15DEPENDS+= ${PYPKGPREFIX}-click>=8.0.4:../../devel/py-click
14DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit 
15DEPENDS+= ${PYPKGPREFIX}-prettytable>=2.5.0:../../textproc/py-prettytable 16DEPENDS+= ${PYPKGPREFIX}-prettytable>=2.5.0:../../textproc/py-prettytable
 17DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit
16DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments 18DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
17DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests 19DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
18DEPENDS+= ${PYPKGPREFIX}-rich>=13.5.3:../../comms/py-rich 20DEPENDS+= ${PYPKGPREFIX}-rich>=13.7.0:../../comms/py-rich
19DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3 21DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3
20TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 
21 22
22USE_LANGUAGES= # none 23USE_LANGUAGES= # none
23 24
24USE_PKG_RESOURCES= yes 
25 
26PYTHON_VERSIONS_INCOMPATIBLE= 27 25PYTHON_VERSIONS_INCOMPATIBLE= 27
27 26
28post-install: 27post-install:
29.for bin in sl slcli 28.for bin in sl slcli
30 cd ${DESTDIR}${PREFIX}/bin && \ 29 cd ${DESTDIR}${PREFIX}/bin && \
31 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE} 30 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
32.endfor 31.endfor
33 32
34do-test: 33.include "../../lang/python/wheel.mk"
35 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 
36 
37.include "../../lang/python/egg.mk" 
38.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/net/py-softlayer/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-softlayer/PLIST 2023/10/14 17:21:49 1.12
+++ pkgsrc/net/py-softlayer/PLIST 2024/01/16 08:57:52 1.13
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1@comment $NetBSD: PLIST,v 1.12 2023/10/14 17:21:49 adam Exp $ 1@comment $NetBSD: PLIST,v 1.13 2024/01/16 08:57:52 adam Exp $
2bin/sl-${PYVERSSUFFIX} 2bin/sl-${PYVERSSUFFIX}
3bin/slcli-${PYVERSSUFFIX} 3bin/slcli-${PYVERSSUFFIX}
4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 4${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 5${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 6${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 8${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
11${PYSITELIB}/SoftLayer/API.py 10${PYSITELIB}/SoftLayer/API.py
12${PYSITELIB}/SoftLayer/API.pyc 11${PYSITELIB}/SoftLayer/API.pyc
13${PYSITELIB}/SoftLayer/API.pyo 12${PYSITELIB}/SoftLayer/API.pyo
14${PYSITELIB}/SoftLayer/CLI/__init__.py 13${PYSITELIB}/SoftLayer/CLI/__init__.py
15${PYSITELIB}/SoftLayer/CLI/__init__.pyc 14${PYSITELIB}/SoftLayer/CLI/__init__.pyc
16${PYSITELIB}/SoftLayer/CLI/__init__.pyo 15${PYSITELIB}/SoftLayer/CLI/__init__.pyo
17${PYSITELIB}/SoftLayer/CLI/account/__init__.py 16${PYSITELIB}/SoftLayer/CLI/account/__init__.py
18${PYSITELIB}/SoftLayer/CLI/account/__init__.pyc 17${PYSITELIB}/SoftLayer/CLI/account/__init__.pyc
19${PYSITELIB}/SoftLayer/CLI/account/__init__.pyo 18${PYSITELIB}/SoftLayer/CLI/account/__init__.pyo
20${PYSITELIB}/SoftLayer/CLI/account/billing_items.py 19${PYSITELIB}/SoftLayer/CLI/account/billing_items.py
21${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc 20${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyc
22${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo 21${PYSITELIB}/SoftLayer/CLI/account/billing_items.pyo
23${PYSITELIB}/SoftLayer/CLI/account/cancel_item.py 22${PYSITELIB}/SoftLayer/CLI/account/cancel_item.py
@@ -574,26 +573,35 @@ ${PYSITELIB}/SoftLayer/CLI/hardware/sens @@ -574,26 +573,35 @@ ${PYSITELIB}/SoftLayer/CLI/hardware/sens
574${PYSITELIB}/SoftLayer/CLI/hardware/sensor.pyo 573${PYSITELIB}/SoftLayer/CLI/hardware/sensor.pyo
575${PYSITELIB}/SoftLayer/CLI/hardware/storage.py 574${PYSITELIB}/SoftLayer/CLI/hardware/storage.py
576${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyc 575${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyc
577${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyo 576${PYSITELIB}/SoftLayer/CLI/hardware/storage.pyo
578${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.py 577${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.py
579${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyc 578${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyc
580${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyo 579${PYSITELIB}/SoftLayer/CLI/hardware/toggle_ipmi.pyo
581${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.py 580${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.py
582${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyc 581${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyc
583${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyo 582${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyo
584${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.py 583${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.py
585${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyc 584${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyc
586${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyo 585${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyo
 586${PYSITELIB}/SoftLayer/CLI/hardware/vlan_add.py
 587${PYSITELIB}/SoftLayer/CLI/hardware/vlan_add.pyc
 588${PYSITELIB}/SoftLayer/CLI/hardware/vlan_add.pyo
 589${PYSITELIB}/SoftLayer/CLI/hardware/vlan_remove.py
 590${PYSITELIB}/SoftLayer/CLI/hardware/vlan_remove.pyc
 591${PYSITELIB}/SoftLayer/CLI/hardware/vlan_remove.pyo
 592${PYSITELIB}/SoftLayer/CLI/hardware/vlan_trunkable.py
 593${PYSITELIB}/SoftLayer/CLI/hardware/vlan_trunkable.pyc
 594${PYSITELIB}/SoftLayer/CLI/hardware/vlan_trunkable.pyo
587${PYSITELIB}/SoftLayer/CLI/helpers.py 595${PYSITELIB}/SoftLayer/CLI/helpers.py
588${PYSITELIB}/SoftLayer/CLI/helpers.pyc 596${PYSITELIB}/SoftLayer/CLI/helpers.pyc
589${PYSITELIB}/SoftLayer/CLI/helpers.pyo 597${PYSITELIB}/SoftLayer/CLI/helpers.pyo
590${PYSITELIB}/SoftLayer/CLI/image/__init__.py 598${PYSITELIB}/SoftLayer/CLI/image/__init__.py
591${PYSITELIB}/SoftLayer/CLI/image/__init__.pyc 599${PYSITELIB}/SoftLayer/CLI/image/__init__.pyc
592${PYSITELIB}/SoftLayer/CLI/image/__init__.pyo 600${PYSITELIB}/SoftLayer/CLI/image/__init__.pyo
593${PYSITELIB}/SoftLayer/CLI/image/datacenter.py 601${PYSITELIB}/SoftLayer/CLI/image/datacenter.py
594${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyc 602${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyc
595${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyo 603${PYSITELIB}/SoftLayer/CLI/image/datacenter.pyo
596${PYSITELIB}/SoftLayer/CLI/image/delete.py 604${PYSITELIB}/SoftLayer/CLI/image/delete.py
597${PYSITELIB}/SoftLayer/CLI/image/delete.pyc 605${PYSITELIB}/SoftLayer/CLI/image/delete.pyc
598${PYSITELIB}/SoftLayer/CLI/image/delete.pyo 606${PYSITELIB}/SoftLayer/CLI/image/delete.pyo
599${PYSITELIB}/SoftLayer/CLI/image/detail.py 607${PYSITELIB}/SoftLayer/CLI/image/detail.py
@@ -1255,26 +1263,29 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye @@ -1255,26 +1263,29 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLaye
1255${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyo 1263${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Bandwidth_Version1_Allotment.pyo
1256${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.py 1264${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.py
1257${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyc 1265${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyc
1258${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyo 1266${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge.pyo
1259${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.py 1267${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.py
1260${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyc 1268${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyc
1261${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyo 1269${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping.pyo
1262${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.py 1270${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.py
1263${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyc 1271${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyc
1264${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyo 1272${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_Mapping_Path.pyo
1265${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.py 1273${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.py
1266${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyc 1274${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyc
1267${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyo 1275${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyo
 1276${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component.py
 1277${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component.pyc
 1278${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component.pyo
1268${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py 1279${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py
1269${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyc 1280${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyc
1270${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo 1281${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo
1271${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.py 1282${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.py
1272${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyc 1283${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyc
1273${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo 1284${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Firewall_Update_Request.pyo
1274${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.py 1285${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.py
1275${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyc 1286${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyc
1276${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyo 1287${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_HealthMonitor.pyo
1277${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.py 1288${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.py
1278${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyc 1289${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyc
1279${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyo 1290${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_L7Pool.pyo
1280${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.py 1291${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_LBaaS_Listener.py
@@ -1453,29 +1464,26 @@ ${PYSITELIB}/SoftLayer/managers/firewall @@ -1453,29 +1464,26 @@ ${PYSITELIB}/SoftLayer/managers/firewall
1453${PYSITELIB}/SoftLayer/managers/firewall.pyo 1464${PYSITELIB}/SoftLayer/managers/firewall.pyo
1454${PYSITELIB}/SoftLayer/managers/hardware.py 1465${PYSITELIB}/SoftLayer/managers/hardware.py
1455${PYSITELIB}/SoftLayer/managers/hardware.pyc 1466${PYSITELIB}/SoftLayer/managers/hardware.pyc
1456${PYSITELIB}/SoftLayer/managers/hardware.pyo 1467${PYSITELIB}/SoftLayer/managers/hardware.pyo
1457${PYSITELIB}/SoftLayer/managers/image.py 1468${PYSITELIB}/SoftLayer/managers/image.py
1458${PYSITELIB}/SoftLayer/managers/image.pyc 1469${PYSITELIB}/SoftLayer/managers/image.pyc
1459${PYSITELIB}/SoftLayer/managers/image.pyo 1470${PYSITELIB}/SoftLayer/managers/image.pyo
1460${PYSITELIB}/SoftLayer/managers/ipsec.py 1471${PYSITELIB}/SoftLayer/managers/ipsec.py
1461${PYSITELIB}/SoftLayer/managers/ipsec.pyc 1472${PYSITELIB}/SoftLayer/managers/ipsec.pyc
1462${PYSITELIB}/SoftLayer/managers/ipsec.pyo 1473${PYSITELIB}/SoftLayer/managers/ipsec.pyo
1463${PYSITELIB}/SoftLayer/managers/license.py 1474${PYSITELIB}/SoftLayer/managers/license.py
1464${PYSITELIB}/SoftLayer/managers/license.pyc 1475${PYSITELIB}/SoftLayer/managers/license.pyc
1465${PYSITELIB}/SoftLayer/managers/license.pyo 1476${PYSITELIB}/SoftLayer/managers/license.pyo
1466${PYSITELIB}/SoftLayer/managers/licenses.py 
1467${PYSITELIB}/SoftLayer/managers/licenses.pyc 
1468${PYSITELIB}/SoftLayer/managers/licenses.pyo 
1469${PYSITELIB}/SoftLayer/managers/load_balancer.py 1477${PYSITELIB}/SoftLayer/managers/load_balancer.py
1470${PYSITELIB}/SoftLayer/managers/load_balancer.pyc 1478${PYSITELIB}/SoftLayer/managers/load_balancer.pyc
1471${PYSITELIB}/SoftLayer/managers/load_balancer.pyo 1479${PYSITELIB}/SoftLayer/managers/load_balancer.pyo
1472${PYSITELIB}/SoftLayer/managers/metadata.py 1480${PYSITELIB}/SoftLayer/managers/metadata.py
1473${PYSITELIB}/SoftLayer/managers/metadata.pyc 1481${PYSITELIB}/SoftLayer/managers/metadata.pyc
1474${PYSITELIB}/SoftLayer/managers/metadata.pyo 1482${PYSITELIB}/SoftLayer/managers/metadata.pyo
1475${PYSITELIB}/SoftLayer/managers/network.py 1483${PYSITELIB}/SoftLayer/managers/network.py
1476${PYSITELIB}/SoftLayer/managers/network.pyc 1484${PYSITELIB}/SoftLayer/managers/network.pyc
1477${PYSITELIB}/SoftLayer/managers/network.pyo 1485${PYSITELIB}/SoftLayer/managers/network.pyo
1478${PYSITELIB}/SoftLayer/managers/object_storage.py 1486${PYSITELIB}/SoftLayer/managers/object_storage.py
1479${PYSITELIB}/SoftLayer/managers/object_storage.pyc 1487${PYSITELIB}/SoftLayer/managers/object_storage.pyc
1480${PYSITELIB}/SoftLayer/managers/object_storage.pyo 1488${PYSITELIB}/SoftLayer/managers/object_storage.pyo
1481${PYSITELIB}/SoftLayer/managers/ordering.py 1489${PYSITELIB}/SoftLayer/managers/ordering.py

cvs diff -r1.16 -r1.17 pkgsrc/net/py-softlayer/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-softlayer/distinfo 2023/10/14 17:21:49 1.16
+++ pkgsrc/net/py-softlayer/distinfo 2024/01/16 08:57:52 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2023/10/14 17:21:49 adam Exp $ 1$NetBSD: distinfo,v 1.17 2024/01/16 08:57:52 adam Exp $
2 2
3BLAKE2s (SoftLayer-6.1.9.tar.gz) = 39af144b2f250f02132773cd0296817fc079ee67174f398303a15adf43d72adf 3BLAKE2s (SoftLayer-6.1.11.tar.gz) = 4a921716ae03b3fe340211d3a343000a88b9dbb5b98353d699aa83efe12f07d8
4SHA512 (SoftLayer-6.1.9.tar.gz) = 04128efd98a7fa39d34761b9d55a632e9ee74501c49950bd5dfebbf8d82808044ad6e86a092a20ce40fba0e4ff975ae75163f45f6e59706fbdaed1090fef0111 4SHA512 (SoftLayer-6.1.11.tar.gz) = b7c1e31596251d668502e4cc4ee1c48ce79887f1023f757a33e6180c4891db6d37de073d026c7a117ba8a4d37e2045f5bf8fe13e032005c32e8ef61adc5d9ec1
5Size (SoftLayer-6.1.9.tar.gz) = 491601 bytes 5Size (SoftLayer-6.1.11.tar.gz) = 490068 bytes