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:           Thu Jun 10 07:33:32 UTC 2021

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

Log Message:
py-softlayer: updated to 5.9.5

[5.9.5] - 2021-05-25

Improvements

Changed a testing domain to one that really doesnt exist
Fix Incomplete notes field for file and block
Show component versions on hw detail
Add the firewall information on slcli firewall detail
Add an --orderBy parameters to call-api
Add image detail transaction data

[5.9.4] - 2021-04-27

New Commands

slcli hw authorize-storage
slcli order quote-save
Improvements

Refactored managers.ordering_manager.verify_quote() to work better with the REST endpoing
Add routers for each DC in slcli hw create-options
Add preset datatype in slcli virtual detail
Add upgrade option to slcli hw.
Ibmcloud authentication support
slcli config setup --ibmid
slcli config setup --sso
slcli config setup --cloud_key
slcli config setup --classic_key
Refactor slcli hw detail prices.
Updated contributing guide
Add the Hardware components on "slcli hardware detail"
Add billing and lastTransaction on hardware detail
Forced reserved capacity guests to be monthly
Removing the rwhois commands
Added automation to publish to test-pypi
Updating author_email to SLDN distro list
Add the option to add and upgrade the hw disk.
Added a utility to merge objectFilters,
Fixes shift+ins when pasteing into a password field for windows users.
Add Billing and lastTransaction on slcli virtual detail
Fixing 'import mock' pylint issues


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-softlayer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-softlayer/PLIST
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/net/py-softlayer/Makefile:1.10
--- pkgsrc/net/py-softlayer/Makefile:1.9        Tue Apr  6 14:47:59 2021
+++ pkgsrc/net/py-softlayer/Makefile    Thu Jun 10 07:33:32 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/04/06 14:47:59 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/06/10 07:33:32 adam Exp $
 
-DISTNAME=      SoftLayer-5.9.3
+DISTNAME=      SoftLayer-5.9.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoftLayer/}
@@ -11,7 +11,7 @@ COMMENT=      SoftLayer API bindings for Pyth
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-click>=7:../../devel/py-click
-DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit2
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=2:../../devel/py-prompt_toolkit
 DEPENDS+=      ${PYPKGPREFIX}-ptable>=0.9.2:../../textproc/py-ptable
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.0.0:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests

Index: pkgsrc/net/py-softlayer/PLIST
diff -u pkgsrc/net/py-softlayer/PLIST:1.5 pkgsrc/net/py-softlayer/PLIST:1.6
--- pkgsrc/net/py-softlayer/PLIST:1.5   Tue Apr  6 14:47:59 2021
+++ pkgsrc/net/py-softlayer/PLIST       Thu Jun 10 07:33:32 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/04/06 14:47:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/06/10 07:33:32 adam Exp $
 bin/sl-${PYVERSSUFFIX}
 bin/slcli-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -434,6 +434,9 @@ ${PYSITELIB}/SoftLayer/CLI/globalip/unas
 ${PYSITELIB}/SoftLayer/CLI/hardware/__init__.py
 ${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyc
 ${PYSITELIB}/SoftLayer/CLI/hardware/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.py
+${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.pyc
+${PYSITELIB}/SoftLayer/CLI/hardware/authorize_storage.pyo
 ${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.py
 ${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.pyc
 ${PYSITELIB}/SoftLayer/CLI/hardware/bandwidth.pyo
@@ -491,6 +494,9 @@ ${PYSITELIB}/SoftLayer/CLI/hardware/togg
 ${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.py
 ${PYSITELIB}/SoftLayer/CLI/hardware/update_firmware.pyc
 ${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/helpers.py
 ${PYSITELIB}/SoftLayer/CLI/helpers.pyc
 ${PYSITELIB}/SoftLayer/CLI/helpers.pyo
@@ -617,6 +623,9 @@ ${PYSITELIB}/SoftLayer/CLI/order/quote_d
 ${PYSITELIB}/SoftLayer/CLI/order/quote_list.py
 ${PYSITELIB}/SoftLayer/CLI/order/quote_list.pyc
 ${PYSITELIB}/SoftLayer/CLI/order/quote_list.pyo
+${PYSITELIB}/SoftLayer/CLI/order/quote_save.py
+${PYSITELIB}/SoftLayer/CLI/order/quote_save.pyc
+${PYSITELIB}/SoftLayer/CLI/order/quote_save.pyo
 ${PYSITELIB}/SoftLayer/CLI/report/__init__.py
 ${PYSITELIB}/SoftLayer/CLI/report/__init__.pyc
 ${PYSITELIB}/SoftLayer/CLI/report/__init__.pyo
@@ -626,15 +635,6 @@ ${PYSITELIB}/SoftLayer/CLI/report/bandwi
 ${PYSITELIB}/SoftLayer/CLI/routes.py
 ${PYSITELIB}/SoftLayer/CLI/routes.pyc
 ${PYSITELIB}/SoftLayer/CLI/routes.pyo
-${PYSITELIB}/SoftLayer/CLI/rwhois/__init__.py
-${PYSITELIB}/SoftLayer/CLI/rwhois/__init__.pyc
-${PYSITELIB}/SoftLayer/CLI/rwhois/__init__.pyo
-${PYSITELIB}/SoftLayer/CLI/rwhois/edit.py
-${PYSITELIB}/SoftLayer/CLI/rwhois/edit.pyc
-${PYSITELIB}/SoftLayer/CLI/rwhois/edit.pyo
-${PYSITELIB}/SoftLayer/CLI/rwhois/show.py
-${PYSITELIB}/SoftLayer/CLI/rwhois/show.pyc
-${PYSITELIB}/SoftLayer/CLI/rwhois/show.pyo
 ${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.py
 ${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyc
 ${PYSITELIB}/SoftLayer/CLI/securitygroup/__init__.pyo
@@ -821,6 +821,9 @@ ${PYSITELIB}/SoftLayer/CLI/user/vpn_subn
 ${PYSITELIB}/SoftLayer/CLI/virt/__init__.py
 ${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyc
 ${PYSITELIB}/SoftLayer/CLI/virt/__init__.pyo
+${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.py
+${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyc
+${PYSITELIB}/SoftLayer/CLI/virt/authorize_storage.pyo
 ${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.py
 ${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.pyc
 ${PYSITELIB}/SoftLayer/CLI/virt/bandwidth.pyo

Index: pkgsrc/net/py-softlayer/distinfo
diff -u pkgsrc/net/py-softlayer/distinfo:1.7 pkgsrc/net/py-softlayer/distinfo:1.8
--- pkgsrc/net/py-softlayer/distinfo:1.7        Tue Apr  6 14:47:59 2021
+++ pkgsrc/net/py-softlayer/distinfo    Thu Jun 10 07:33:32 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/04/06 14:47:59 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/06/10 07:33:32 adam Exp $
 
-SHA1 (SoftLayer-5.9.3.tar.gz) = 9c0d9b84e0534b0de40e4f83d7552e86456ad6a7
-RMD160 (SoftLayer-5.9.3.tar.gz) = d7467517579db619f0876aedd3c1b21b8cfcd216
-SHA512 (SoftLayer-5.9.3.tar.gz) = f77d42ee15725fa4a3e3cb7cdc7f0e739f6a8477c8faa74488ae1e75fb2fd827f9a36a585ecbcf07b46ddfb870a4474feebcd83a11ce31e2a28889d161093fe2
-Size (SoftLayer-5.9.3.tar.gz) = 402020 bytes
+SHA1 (SoftLayer-5.9.5.tar.gz) = 8a57c8ef00b10e7ef2d488ea5fd968a1df860de7
+RMD160 (SoftLayer-5.9.5.tar.gz) = 520417f1c786caa822ef98dba464070cec006eee
+SHA512 (SoftLayer-5.9.5.tar.gz) = 4fbb5062a85f42d6459b78922ed893f256930839a1875cdbcfc63dc5f31577cbe78ad0fd997c231cbb48244922498a66120415677e132e052baf747e9c443bd0
+Size (SoftLayer-5.9.5.tar.gz) = 413210 bytes



Home | Main Index | Thread Index | Old Index