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 Nov 18 19:56:27 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-softlayer/Makefile \
    pkgsrc/net/py-softlayer/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-softlayer/PLIST

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.11 pkgsrc/net/py-softlayer/Makefile:1.12
--- pkgsrc/net/py-softlayer/Makefile:1.11       Fri Jul 30 05:46:34 2021
+++ pkgsrc/net/py-softlayer/Makefile    Thu Nov 18 19:56:27 2021
@@ -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/}
Index: pkgsrc/net/py-softlayer/distinfo
diff -u pkgsrc/net/py-softlayer/distinfo:1.11 pkgsrc/net/py-softlayer/distinfo:1.12
--- pkgsrc/net/py-softlayer/distinfo:1.11       Tue Oct 26 11:06:44 2021
+++ pkgsrc/net/py-softlayer/distinfo    Thu Nov 18 19:56:27 2021
@@ -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

Index: pkgsrc/net/py-softlayer/PLIST
diff -u pkgsrc/net/py-softlayer/PLIST:1.7 pkgsrc/net/py-softlayer/PLIST:1.8
--- pkgsrc/net/py-softlayer/PLIST:1.7   Fri Jul 30 05:46:34 2021
+++ pkgsrc/net/py-softlayer/PLIST       Thu Nov 18 19:56:27 2021
@@ -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/__init__.
 ${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/__init__
 ${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



Home | Main Index | Thread Index | Old Index