ilot/py3-microsoft-kiota-authentication-azure: upgrade to 1.6.0
This commit is contained in:
parent
d4eeae6ddd
commit
d564d63986
2 changed files with 28 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=py3-microsoft-kiota-authentication-azure
|
||||
#_pkgreal is used by apkbuild-pypi to find modules at PyPI
|
||||
_pkgreal=microsoft-kiota-authentication-azure
|
||||
pkgver=1.1.0
|
||||
pkgver=1.6.0
|
||||
pkgrel=0
|
||||
pkgdesc="Authentication provider for Kiota using Azure Identity"
|
||||
url="https://pypi.python.org/project/microsoft-kiota-authentication-azure"
|
||||
|
@ -15,10 +15,13 @@ depends="
|
|||
py3-importlib-metadata
|
||||
"
|
||||
checkdepends="py3-pytest"
|
||||
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
|
||||
makedepends="poetry py3-gpep517 py3-wheel py3-flit"
|
||||
source="
|
||||
$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-authentication-azure-v$pkgver.tar.gz
|
||||
exclude-license.patch
|
||||
"
|
||||
options="!check" # TODO
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-authentication-azure-python/archive/refs/tags/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/kiota-authentication-azure-python-$pkgver"
|
||||
builddir="$srcdir/kiota-python-microsoft-kiota-authentication-azure-v$pkgver/packages/authentication/azure"
|
||||
subpackages="$pkgname-pyc"
|
||||
|
||||
build() {
|
||||
|
@ -39,5 +42,6 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
4a58a49c027951dd856bc24b03c6ba44b448949bcd3210237d2574e3ceec32eefb403057720e4d517027494d6f977874dd48abbfb5cf856399eb5d1c895376fc py3-microsoft-kiota-authentication-azure-1.1.0.tar.gz
|
||||
228b4548ddcf7444baaca8f3cc0c4401387a3c8ed6662f5f4b345dde738f3c55175ff09c2fbe00370c7da26a289fd94ce874ae38cf7bd9352199c57d33053762 py3-microsoft-kiota-authentication-azure-1.6.0.tar.gz
|
||||
f2724788a6198d27574990af9af4a3dc752181e0bc0a4af57674623575d2af7d1beade5bb4519f143978c7dee5cd687b25097e26b61b08e4ad2f64ce3de386aa exclude-license.patch
|
||||
"
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
diff --git a/pyproject.toml.orig b/pyproject.toml
|
||||
index b755d03..c0e2d4d 100644
|
||||
--- a/pyproject.toml.orig
|
||||
+++ b/pyproject.toml
|
||||
@@ -22,7 +22,6 @@ homepage = "https://github.com/microsoft/kiota#readme"
|
||||
repository = "https://github.com/microsoft/kiota-python"
|
||||
documentation = "https://microsoft.github.io/kiota/"
|
||||
packages = [{include = "kiota_authentication_azure"}]
|
||||
-include = ["CHANGELOG.md", "LICENSE"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<4.0"
|
||||
@@ -57,4 +56,4 @@ profile = "hug"
|
||||
|
||||
[tool.poetry-monorepo.deps]
|
||||
enabled = true
|
||||
-commands = ["build", "export", "publish"]
|
||||
\ No newline at end of file
|
||||
+commands = ["build", "export", "publish"]
|
Loading…
Add table
Reference in a new issue