Package Details: python-azure-multiapi-storage 0.3.2-2

Git Clone URL: https://aur.archlinux.org/python-azure-multiapi-storage.git (read-only, click to copy)
Package Base: python-azure-multiapi-storage
Description: Azure Storage Data Plane SDK supporting multiple API versions
Upstream URL: https://github.com/Azure/azure-multiapi-storage-python
Licenses: MIT
Submitter: None
Maintainer: pallxk
Last Packager: pallxk
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-16 23:31 (UTC)
Last Updated: 2021-12-18 02:03 (UTC)

Latest Comments

pallxk commented on 2021-12-18 02:03 (UTC)

@aaronm-cloudtek, Fixed, thanks!

<deleted-account> commented on 2021-12-17 19:39 (UTC)

PKGBUILD needs to be updated for Python 3.10:

24,25c24,25
<   rm "$pkgdir"/usr/lib/python3.?/site-packages/azure/__init__.py
<   rm "$pkgdir"/usr/lib/python3.?/site-packages/azure/__pycache__/__init__.*
---
>   rm "$pkgdir"/usr/lib/python3.*/site-packages/azure/__init__.py
>   rm "$pkgdir"/usr/lib/python3.*/site-packages/azure/__pycache__/__init__.*