Search Criteria
Package Details: python-ibm-platform-services 0.74.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-ibm-platform-services.git (read-only, click to copy) |
|---|---|
| Package Base: | python-ibm-platform-services |
| Description: | Python client library for IBM Cloud Platform Services |
| Upstream URL: | https://github.com/IBM/platform-services-python-sdk |
| Licenses: | Apache-2.0 |
| Submitter: | iyanmv |
| Maintainer: | iyanmv |
| Last Packager: | iyanmv |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-06-18 20:58 (UTC) |
| Last Updated: | 2026-03-07 12:35 (UTC) |
Dependencies (8)
- python-ibm-cloud-sdk-coreAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-responses (check)
- python-urllib3 (check)
Latest Comments
iyanmv commented on 2024-03-30 15:41 (UTC)
carlosal1015, petronny: this packages depends on
python-ibm-cloud-sdk-corewhich requiresurllib3>=2.1.0, but that is not available yet in [extra] so the all those tests fail becausebackoff_maxparameter was only added to theRetryclass in version version 2.0.0. For now, I suggest you build the package with--nocheck.petronny commented on 2024-03-29 08:00 (UTC)
Same error in
check(). Full build log: https://github.com/arch4edu/cactus/actions/runs/8467515089/job/23198499930carlosal1015 commented on 2024-03-14 15:06 (UTC)
Hi, I have the following message error
iyanmv commented on 2022-09-30 14:02 (UTC)
I was curious why it didn't fail to build using
extra-x86_64-build, and I guess it was because before this change,python-buildwas also installingpython-setuptools. I will have to double check all my packages here. Thanks for letting me know!petronny commented on 2022-09-30 10:19 (UTC)
python-setuptools should be in makedepends:
Full build log: https://github.com/arch4edu/cactus/actions/runs/3156994952/jobs/5137333696