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
This commit is contained in:
adam 2024-01-16 08:57:52 +00:00
parent 003f4bf27e
commit 8aa8f513bf
3 changed files with 30 additions and 26 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2023/10/14 17:21:49 adam Exp $
# $NetBSD: Makefile,v 1.19 2024/01/16 08:57:52 adam Exp $
DISTNAME= SoftLayer-6.1.9
DISTNAME= SoftLayer-6.1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SoftLayer/}
@ -10,19 +10,18 @@ HOMEPAGE= https://github.com/softlayer/softlayer-python
COMMENT= SoftLayer API bindings for Python
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-click>=8.0.4:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit
DEPENDS+= ${PYPKGPREFIX}-prettytable>=2.5.0:../../textproc/py-prettytable
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-rich>=13.5.3:../../comms/py-rich
DEPENDS+= ${PYPKGPREFIX}-rich>=13.7.0:../../comms/py-rich
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
USE_PKG_RESOURCES= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
@ -31,8 +30,5 @@ post-install:
${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
.endfor
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,13 +1,12 @@
@comment $NetBSD: PLIST,v 1.12 2023/10/14 17:21:49 adam Exp $
@comment $NetBSD: PLIST,v 1.13 2024/01/16 08:57:52 adam Exp $
bin/sl-${PYVERSSUFFIX}
bin/slcli-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/SoftLayer/API.py
${PYSITELIB}/SoftLayer/API.pyc
${PYSITELIB}/SoftLayer/API.pyo
@ -584,6 +583,15 @@ ${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyo
${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.py
${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/upgrade.pyo
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_add.py
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_add.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_add.pyo
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_remove.py
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_remove.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_remove.pyo
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_trunkable.py
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_trunkable.pyc
${PYSITELIB}/SoftLayer/CLI/hardware/vlan_trunkable.pyo
${PYSITELIB}/SoftLayer/CLI/helpers.py
${PYSITELIB}/SoftLayer/CLI/helpers.pyc
${PYSITELIB}/SoftLayer/CLI/helpers.pyo
@ -1265,6 +1273,9 @@ ${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Configuration_M
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_CdnMarketplace_Metrics.pyo
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component.pyo
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.py
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyc
${PYSITELIB}/SoftLayer/fixtures/SoftLayer_Network_Component_Firewall.pyo
@ -1463,9 +1474,6 @@ ${PYSITELIB}/SoftLayer/managers/ipsec.pyo
${PYSITELIB}/SoftLayer/managers/license.py
${PYSITELIB}/SoftLayer/managers/license.pyc
${PYSITELIB}/SoftLayer/managers/license.pyo
${PYSITELIB}/SoftLayer/managers/licenses.py
${PYSITELIB}/SoftLayer/managers/licenses.pyc
${PYSITELIB}/SoftLayer/managers/licenses.pyo
${PYSITELIB}/SoftLayer/managers/load_balancer.py
${PYSITELIB}/SoftLayer/managers/load_balancer.pyc
${PYSITELIB}/SoftLayer/managers/load_balancer.pyo

View File

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