pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-softlayer py-softlayer: updated to 5.9.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e43b434b0c79
branches:  trunk
changeset: 769687:e43b434b0c79
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 18 19:56:27 2021 +0000

description:
py-softlayer: updated to 5.9.7

5.9.7

Improvements

Fixed some doc block issues when generating HTML
Updates to the Release workflow for publishing to test pypi
Adding in CodeQL Analysis
Create SECURITY.md
Fix the network space is empty on subnet detail
Prevents SLCLI_VERSION environment variable from breaking things
Refactor loadbal order-options
slcli server create-options dal13 Error

New Commands

add new feature on vlan cli

diffstat:

 net/py-softlayer/Makefile |  4 ++--
 net/py-softlayer/PLIST    |  8 +++++++-
 net/py-softlayer/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r a3dd1acbc715 -r e43b434b0c79 net/py-softlayer/Makefile
--- a/net/py-softlayer/Makefile Thu Nov 18 19:52:18 2021 +0000
+++ b/net/py-softlayer/Makefile Thu Nov 18 19:56:27 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/07/30 05:46:34 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/11/18 19:56:27 adam Exp $
 
-DISTNAME=      SoftLayer-5.9.6
+DISTNAME=      SoftLayer-5.9.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoftLayer/}
diff -r a3dd1acbc715 -r e43b434b0c79 net/py-softlayer/PLIST
--- a/net/py-softlayer/PLIST    Thu Nov 18 19:52:18 2021 +0000
+++ b/net/py-softlayer/PLIST    Thu Nov 18 19:56:27 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/07/30 05:46:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/11/18 19:56:27 adam Exp $
 bin/sl-${PYVERSSUFFIX}
 bin/slcli-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -194,6 +194,9 @@
 ${PYSITELIB}/SoftLayer/CLI/cdn/detail.py
 ${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyc
 ${PYSITELIB}/SoftLayer/CLI/cdn/detail.pyo
+${PYSITELIB}/SoftLayer/CLI/cdn/edit.py
+${PYSITELIB}/SoftLayer/CLI/cdn/edit.pyc
+${PYSITELIB}/SoftLayer/CLI/cdn/edit.pyo
 ${PYSITELIB}/SoftLayer/CLI/cdn/list.py
 ${PYSITELIB}/SoftLayer/CLI/cdn/list.pyc
 ${PYSITELIB}/SoftLayer/CLI/cdn/list.pyo
@@ -947,6 +950,9 @@
 ${PYSITELIB}/SoftLayer/CLI/vlan/cancel.py
 ${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyc
 ${PYSITELIB}/SoftLayer/CLI/vlan/cancel.pyo
+${PYSITELIB}/SoftLayer/CLI/vlan/create.py
+${PYSITELIB}/SoftLayer/CLI/vlan/create.pyc
+${PYSITELIB}/SoftLayer/CLI/vlan/create.pyo
 ${PYSITELIB}/SoftLayer/CLI/vlan/detail.py
 ${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyc
 ${PYSITELIB}/SoftLayer/CLI/vlan/detail.pyo
diff -r a3dd1acbc715 -r e43b434b0c79 net/py-softlayer/distinfo
--- a/net/py-softlayer/distinfo Thu Nov 18 19:52:18 2021 +0000
+++ b/net/py-softlayer/distinfo Thu Nov 18 19:56:27 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:06:44 nia Exp $
+$NetBSD: distinfo,v 1.12 2021/11/18 19:56:27 adam Exp $
 
-BLAKE2s (SoftLayer-5.9.6.tar.gz) = c2e9ca4ae268e86e16cbd40d0e2bbed23297b84cf4a4427a08a693d2000d21c7
-SHA512 (SoftLayer-5.9.6.tar.gz) = 8b1546a739ec7b62a54e7fd31273a248a1ccc98eb68acb16e1d00e50f6f0be9ab18245164a0c5f4fd70d921c4767232c4a41d0cf771c37cdaac898adf5907cde
-Size (SoftLayer-5.9.6.tar.gz) = 424304 bytes
+BLAKE2s (SoftLayer-5.9.7.tar.gz) = f2c529837e4ef3c54b59495fa3b37d885b9a4cb6a9739b70d332a8dd4dd74363
+SHA512 (SoftLayer-5.9.7.tar.gz) = 32e57555c083184d83193f657ed0587e872e0b89c30e0dfbfb7c18e8761059ee6a9aa2126cb789a11a2db73852d2ff7d9c07c774769909c2c7c445bd6bcfbe80
+Size (SoftLayer-5.9.7.tar.gz) = 428393 bytes



Home | Main Index | Thread Index | Old Index