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:           Sat Jan 25 11:43:43 UTC 2025

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

Log Message:
py-softlayer: updated to 6.2.6

6.2.6

Added feature to iter_call to force a orderBy filter
Fixed an issues with search command.
Added --owner, --public_ip and --private_ip search fields for hardware list
Added get_total_items to SoftLayerListResult.
Fixed invalid filter in vs migrate preventing guest list from being properly shown.
Sums up child items in invoices-detail
Updated vlan masks to fix id/number fields not being retrieved properly


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/py-softlayer/Makefile
cvs rdiff -u -r1.19 -r1.20 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.22 pkgsrc/net/py-softlayer/Makefile:1.23
--- pkgsrc/net/py-softlayer/Makefile:1.22       Mon Nov 11 07:28:51 2024
+++ pkgsrc/net/py-softlayer/Makefile    Sat Jan 25 11:43:43 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/11/11 07:28:51 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/01/25 11:43:43 adam Exp $
 
-DISTNAME=      softlayer-6.2.3
+DISTNAME=      softlayer-6.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SoftLayer/}
@@ -10,21 +10,19 @@ HOMEPAGE=   https://github.com/softlayer/s
 COMMENT=       SoftLayer API bindings for Python
 LICENSE=       mit
 
-WHEEL_NAME=    SoftLayer-${PKGVERSION_NOREV}
+WHEEL_NAME=    ${DISTNAME:S/softl/SoftL/}
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-click>=8.0.4:../../devel/py-click
 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.7.1:../../comms/py-rich
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.32.2:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-rich>=13.9.4:../../comms/py-rich
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.24:../../www/py-urllib3
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} slcli slcli-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/net/py-softlayer/distinfo
diff -u pkgsrc/net/py-softlayer/distinfo:1.19 pkgsrc/net/py-softlayer/distinfo:1.20
--- pkgsrc/net/py-softlayer/distinfo:1.19       Mon Jul 22 04:56:09 2024
+++ pkgsrc/net/py-softlayer/distinfo    Sat Jan 25 11:43:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/07/22 04:56:09 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/01/25 11:43:43 adam Exp $
 
-BLAKE2s (softlayer-6.2.3.tar.gz) = 45ed35d59e2c9e23097db7ce0ba62c1114a63da488c521de14818e850716ec21
-SHA512 (softlayer-6.2.3.tar.gz) = bed578adb6bd7f6cd7d9aeaecc475df0b1f707e6a0bcdf5da1a2fea64740d4034690cb445bd380d2cbe0ed7d18f789a4fe0883983683394b1306319d8f3a411e
-Size (softlayer-6.2.3.tar.gz) = 498647 bytes
+BLAKE2s (softlayer-6.2.6.tar.gz) = 42535aabdb54e370358aa82f785e675e7c68ac4fd02cf4d98692cdaf833acced
+SHA512 (softlayer-6.2.6.tar.gz) = cddc88395d5926e170f685a83c05b967f2687d8f96912f54a24448ab94af8873dea5e26b5c35c2b9629b6b47274c0646a1e86fbbfed7a77416a2cb3f2feea0e3
+Size (softlayer-6.2.6.tar.gz) = 501889 bytes



Home | Main Index | Thread Index | Old Index