ilot/py3-*: upgrade to latest #76

Merged
ayakael merged 11 commits from py3-microsoft/upgrade into v3.20 2024-11-03 00:51:47 +00:00
18 changed files with 201 additions and 48 deletions

View file

@ -3,7 +3,7 @@
pkgname=py3-azure-core pkgname=py3-azure-core
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=azure-core _pkgreal=azure-core
pkgver=1.31.0 pkgver=1.32.0
pkgrel=0 pkgrel=0
pkgdesc="Microsoft Azure Core Library for Python" pkgdesc="Microsoft Azure Core Library for Python"
url="https://pypi.python.org/project/microsoft-kiota-authentication-azure" url="https://pypi.python.org/project/microsoft-kiota-authentication-azure"
@ -35,5 +35,5 @@ package() {
} }
sha512sums=" sha512sums="
be2fc27610034ee5c345ed11f59233ec81d8ad628c4b732531a24e0d54720b81f22d855e5a4d9214c6a8234e479da059b37a40c7ad15e738e2dd46fb4755dad6 py3-azure-core-1.31.0.tar.gz d258a2ca3bc2c9514dec91bf2dbb19c0ee4c0c0bec73a4301b47fb43be768be836f32621b70a8cdb0e39f1491a522191a82a00f318ee7c901e8861a62439e934 py3-azure-core-1.32.0.tar.gz
" "

View file

@ -3,8 +3,7 @@
pkgname=py3-azure-identity pkgname=py3-azure-identity
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=azure-identity _pkgreal=azure-identity
pkgver=1.18.0 pkgver=1.19.0
_pkgver=${pkgver}b2
pkgrel=0 pkgrel=0
pkgdesc="Microsoft Azure Identity Library for Python" pkgdesc="Microsoft Azure Identity Library for Python"
url="https://pypi.org/project/azure-identity/" url="https://pypi.org/project/azure-identity/"
@ -19,8 +18,8 @@ depends="
checkdepends="py3-pytest" checkdepends="py3-pytest"
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit" makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
options="!check" #todo options="!check" #todo
source="$pkgname-$pkgver.tar.gz::https://github.com/Azure/azure-sdk-for-python/archive/refs/tags/azure-identity_$_pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/Azure/azure-sdk-for-python/archive/refs/tags/azure-identity_$pkgver.tar.gz"
builddir="$srcdir"/azure-sdk-for-python-azure-identity_$_pkgver/sdk/identity/azure-identity builddir="$srcdir"/azure-sdk-for-python-azure-identity_$pkgver/sdk/identity/azure-identity
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -41,5 +40,5 @@ package() {
} }
sha512sums=" sha512sums="
84defc19db3aea614b13dbf2d24ee3ea13c210a05460a4ae2968b01d34f136c81eb9d77b7ce1f0c4590e6f36af0b6fe114787fc7897ffa0f2d8093a9bcb48bf4 py3-azure-identity-1.18.0.tar.gz 090aed812a7a72c649ded2574dc0a05dd7d9db41675e3d86921ab0555f8af7c83999cb879a2f2e0984880874b3b6dfead6b8de0563d8a99d81775715640a9e01 py3-azure-identity-1.19.0.tar.gz
" "

View file

@ -3,21 +3,24 @@
pkgname=py3-microsoft-kiota-abstractions pkgname=py3-microsoft-kiota-abstractions
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-abstractions _pkgreal=microsoft-kiota-abstractions
pkgver=1.3.3 pkgver=1.6.0
pkgrel=0 pkgrel=0
pkgdesc="Abstractions library for Kiota generated Python clients" pkgdesc="Abstractions library for Kiota generated Python clients"
url="https://pypi.python.org/project/microsoft-kiota-abstractions" url="https://pypi.python.org/project/microsoft-kiota-abstractions"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends=" depends="
py3-std-uritemplate py3-std-uritemplate<2.0.0
py3-opentelemetry-sdk py3-opentelemetry-sdk
py3-importlib-metadata py3-importlib-metadata
" "
checkdepends="py3-pytest" checkdepends="py3-pytest py3-pytest-asyncio"
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-abstractions-python/archive/refs/tags/v$pkgver.tar.gz" source="
builddir="$srcdir/kiota-abstractions-python-$pkgver" $pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-abstractions-v$pkgver.tar.gz
exclude-changelog-license.patch
"
builddir="$srcdir/kiota-python-microsoft-kiota-abstractions-v$pkgver/packages/abstractions"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -38,5 +41,6 @@ package() {
} }
sha512sums=" sha512sums="
b416b14cc68dab4eb99d8abc2378c8691781c984f453c7328eefe5bc10788d8244bdc0e3c98d4c2cdbad60d5f672893da4eeed99037d4e361849bcef458547e1 py3-microsoft-kiota-abstractions-1.3.3.tar.gz 377d3784d26f9495f3522599e044a75a33817db01dad5ff474027f48935a22c7abf5cec10cf855bcee1b28e4b31aa048b8cb6a9d0b0a7d18c26054ba29299cce py3-microsoft-kiota-abstractions-1.6.0.tar.gz
06ba9a557bbd3d60936122335604c24dd64cb686fc4c9f0eee06da6eb288ea62bd7add4a01318d644dc62733607543963ef2efcd231a70b1a0e47ce69d981a5e exclude-changelog-license.patch
" "

View file

@ -0,0 +1,19 @@
diff --git a/pyproject.toml.orig b/pyproject.toml
index dc71a2f..0dfeb8b 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_abstractions"}]
-include = ["CHANGELOG.md", "LICENSE"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
@@ -54,4 +53,4 @@ profile = "hug"
[tool.poetry-monorepo.deps]
enabled = true
-commands = ["build", "export", "publish"]
\ No newline at end of file
+commands = ["build", "export", "publish"]

View file

@ -3,7 +3,7 @@
pkgname=py3-microsoft-kiota-authentication-azure pkgname=py3-microsoft-kiota-authentication-azure
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-authentication-azure _pkgreal=microsoft-kiota-authentication-azure
pkgver=1.1.0 pkgver=1.6.0
pkgrel=0 pkgrel=0
pkgdesc="Authentication provider for Kiota using Azure Identity" pkgdesc="Authentication provider for Kiota using Azure Identity"
url="https://pypi.python.org/project/microsoft-kiota-authentication-azure" url="https://pypi.python.org/project/microsoft-kiota-authentication-azure"
@ -15,10 +15,13 @@ depends="
py3-importlib-metadata py3-importlib-metadata
" "
checkdepends="py3-pytest" 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 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-python-microsoft-kiota-authentication-azure-v$pkgver/packages/authentication/azure"
builddir="$srcdir/kiota-authentication-azure-python-$pkgver"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -39,5 +42,6 @@ package() {
} }
sha512sums=" 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
" "

View file

@ -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"]

View file

@ -3,7 +3,7 @@
pkgname=py3-microsoft-kiota-http pkgname=py3-microsoft-kiota-http
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-http _pkgreal=microsoft-kiota-http
pkgver=1.3.3 pkgver=1.6.0
pkgrel=0 pkgrel=0
pkgdesc="Kiota http request adapter implementation for httpx library" pkgdesc="Kiota http request adapter implementation for httpx library"
url="https://pypi.python.org/project/microsoft-kiota-http" url="https://pypi.python.org/project/microsoft-kiota-http"
@ -14,10 +14,13 @@ depends="
py3-httpx py3-httpx
" "
checkdepends="py3-pytest" 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-http-python/archive/refs/tags/v$pkgver.tar.gz" source="
$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-http-v$pkgver.tar.gz
exclude-changelog.patch
"
options="!check" # TODO options="!check" # TODO
builddir="$srcdir/kiota-http-python-$pkgver" builddir="$srcdir/kiota-python-microsoft-kiota-http-v$pkgver/packages/http/httpx"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -38,5 +41,6 @@ package() {
} }
sha512sums=" sha512sums="
fff2dc37a0e379ad5689ff9532b43e6ee62ca97589b2feed39898c17a45c5cdb17c20bd714c46cd6ae6e2522de695b6c747aaf5fb0ef96dfd504cd37a6169a87 py3-microsoft-kiota-http-1.3.3.tar.gz 190ef1e74fa6305f41aecc464630883291ad2bbd897e3abf5d91d94996eccb7a825511ee5ccbb0aca79888bf5991323bbddb5c91327d4e4887c93b72c92b71da py3-microsoft-kiota-http-1.6.0.tar.gz
0e7798fd6ad35df725eb6fab69927325c5f3490e67453beafc34e1f72224bfa5eb4d802c953bfc732545e952a1e69a4f50e083b2277248f5d5b46b7c122c359d exclude-changelog.patch
" "

View file

@ -0,0 +1,19 @@
diff --git a/pyproject.toml.orig b/pyproject.toml
index 168b1f2..b245e98 100644
--- a/pyproject.toml.orig
+++ b/pyproject.toml
@@ -23,7 +23,6 @@ homepage = "https://github.com/microsoft/kiota#readme"
repository = "https://github.com/microsoft/kiota-python"
documentation = "https://microsoft.github.io/kiota/"
packages = [{include = "kiota_http"}]
-include = ["CHANGELOG.md", "LICENSE"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
@@ -58,4 +57,4 @@ profile = "hug"
[tool.poetry-monorepo.deps]
enabled = true
-commands = ["build", "export", "publish"]
\ No newline at end of file
+commands = ["build", "export", "publish"]

View file

@ -3,7 +3,7 @@
pkgname=py3-microsoft-kiota-serialization-form pkgname=py3-microsoft-kiota-serialization-form
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-form _pkgreal=microsoft-kiota-serialization-form
pkgver=0.1.1 pkgver=1.6.0
pkgrel=0 pkgrel=0
pkgdesc="Kiota Form encoded serialization implementation for Python" pkgdesc="Kiota Form encoded serialization implementation for Python"
url="https://pypi.python.org/project/microsoft-kiota-serialization-form" url="https://pypi.python.org/project/microsoft-kiota-serialization-form"
@ -14,9 +14,12 @@ depends="
py3-pendulum py3-pendulum
" "
checkdepends="py3-pytest" 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-serialization-form-python/archive/refs/tags/v$pkgver.tar.gz" source="
builddir="$srcdir/kiota-serialization-form-python-$pkgver" $pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-serialization-form-v$pkgver.tar.gz
exclude-changelog.patch
"
builddir="$srcdir/kiota-python-microsoft-kiota-serialization-form-v$pkgver/packages/serialization/form"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -37,5 +40,6 @@ package() {
} }
sha512sums=" sha512sums="
0afb2b3f0f7d325e630b8a11d17a98b2c42446cb803384e36406074c62ade2be994e29b9d7cb098d9de55609dda28c339eed6397ec373375caaf158b139a5449 py3-microsoft-kiota-serialization-form-0.1.1.tar.gz f7f470179d66897beb8644d895fdeb2cd0ba7aa50d35778c42a408940fbe492c4a95623ac7b9905cd00483b7eec9dcbeaffdba9770182fe0b94c9426a0632953 py3-microsoft-kiota-serialization-form-1.6.0.tar.gz
a3c3995f66fb1b5ed59f84b0ace6b913d89e0e6b45886154d9016c8bc24b86b822e843f0b1293921cdc22560e78b1876405f1be77d28cad0e56a858e0e48a9de exclude-changelog.patch
" "

View file

@ -0,0 +1,19 @@
diff --git a/pyproject.toml.orig b/pyproject.toml
index 20ca262..d136e1b 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_serialization_form"}]
-include = ["CHANGELOG.md", "LICENSE"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
@@ -54,4 +53,4 @@ profile = "hug"
[tool.poetry-monorepo.deps]
enabled = true
-commands = ["build", "export", "publish"]
\ No newline at end of file
+commands = ["build", "export", "publish"]

View file

@ -3,7 +3,7 @@
pkgname=py3-microsoft-kiota-serialization-json pkgname=py3-microsoft-kiota-serialization-json
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-json _pkgreal=microsoft-kiota-serialization-json
pkgver=1.3.2 pkgver=1.6.0
pkgrel=0 pkgrel=0
pkgdesc="JSON serialization implementation for Kiota clients in Python" pkgdesc="JSON serialization implementation for Kiota clients in Python"
url="https://pypi.python.org/project/microsoft-kiota-serialization-json" url="https://pypi.python.org/project/microsoft-kiota-serialization-json"
@ -14,10 +14,13 @@ depends="
py3-pendulum py3-pendulum
" "
checkdepends="py3-pytest" 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-serialization-json-python/archive/refs/tags/v$pkgver.tar.gz" source="
$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-serialization-json-v$pkgver.tar.gz
exclude-changelog-license.patch
"
options="!check" # TODO options="!check" # TODO
builddir="$srcdir/kiota-serialization-json-python-$pkgver" builddir="$srcdir/kiota-python-microsoft-kiota-serialization-json-v$pkgver/packages/serialization/json"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -38,5 +41,6 @@ package() {
} }
sha512sums=" sha512sums="
bdf2a42d4509b7a6f093295c8f5d661e771d040965ebdd7fb7772503482fbc6d449c5ac7b16f5f497d9005018d463d3a68650b4b4da0f1a7fbcb0ad3377d12b5 py3-microsoft-kiota-serialization-json-1.3.2.tar.gz 4e5c9c0d9549bff19b37680b5a6f6e0e73710c05de25f6d3b29bbe80776d1525f5fb19e7d9ab55433ec193b2359e8a01eca9e09340c2c8ef739e30acf6f5b075 py3-microsoft-kiota-serialization-json-1.6.0.tar.gz
fb81d10a177ff89af906989b87298a8ea3ceb188dd00d038ef1bf7e255893135e3d106450f3d14fd0b63f7f4f821305ddf6f3298bd1cb713df03393854b12452 exclude-changelog-license.patch
" "

View file

@ -0,0 +1,12 @@
diff --git a/pyproject.toml b/pyproject.toml
index ebeab4b..c3262a7 100644
--- a/pyproject.toml
+++ 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_serialization_json"}]
-include = ["CHANGELOG.md", "LICENSE"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"

View file

@ -3,7 +3,7 @@
pkgname=py3-microsoft-kiota-serialization-multipart pkgname=py3-microsoft-kiota-serialization-multipart
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-multipart _pkgreal=microsoft-kiota-serialization-multipart
pkgver=0.1.0 pkgver=1.6.0
pkgrel=0 pkgrel=0
pkgdesc="Multipart serialization implementation for python based kiota clients" pkgdesc="Multipart serialization implementation for python based kiota clients"
url="https://pypi.python.org/project/microsoft-kiota-serialization-multipart" url="https://pypi.python.org/project/microsoft-kiota-serialization-multipart"
@ -11,9 +11,12 @@ arch="noarch"
license="MIT" license="MIT"
depends="py3-microsoft-kiota-abstractions py3-microsoft-kiota-serialization-json" depends="py3-microsoft-kiota-abstractions py3-microsoft-kiota-serialization-json"
checkdepends="py3-pytest" 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-serialization-multipart-python/archive/refs/tags/v$pkgver.tar.gz" source="
builddir="$srcdir/kiota-serialization-multipart-python-$pkgver" $pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-serialization-multipart-v$pkgver.tar.gz
exclude-changelog.patch
"
builddir="$srcdir/kiota-python-microsoft-kiota-serialization-multipart-v$pkgver/packages/serialization/multipart"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -34,5 +37,6 @@ package() {
} }
sha512sums=" sha512sums="
a402f4fc891a70789c8ac6cb16ae30f2059e6aed4013c7601a33f37b959446067cbf0abc630f15aadeb4c85eb04703cead3c19fbbff628332efdebce3c4badb8 py3-microsoft-kiota-serialization-multipart-0.1.0.tar.gz 17a3749b39bf8471e88839c727ae56bab727b8703ba7b14eaacd4a4b7f0236be161cf9121904dfac678813bec01feeb07c4ca67c15878639e1270c56b05cbafb py3-microsoft-kiota-serialization-multipart-1.6.0.tar.gz
aa2beaf5da8037c4d38dd91f5433852d88ab2cb9043b08b5ec9c066959ea1f6066d66d71f1011502b03b9d8fd38387a24d359700dadbb0db0960318de4eda97d exclude-changelog.patch
" "

View file

@ -0,0 +1,19 @@
diff --git a/pyproject.toml.orig b/pyproject.toml
index 6d9cdd8..3f4d547 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_serialization_multipart"}]
-include = ["CHANGELOG.md", "LICENSE"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
@@ -54,4 +53,4 @@ profile = "hug"
[tool.poetry-monorepo.deps]
enabled = true
-commands = ["build", "export", "publish"]
\ No newline at end of file
+commands = ["build", "export", "publish"]

View file

@ -3,7 +3,7 @@
pkgname=py3-microsoft-kiota-serialization-text pkgname=py3-microsoft-kiota-serialization-text
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=microsoft-kiota-serialization-text _pkgreal=microsoft-kiota-serialization-text
pkgver=1.0.0 pkgver=1.6.0
pkgrel=0 pkgrel=0
pkgdesc="Text serialization implementation for Kiota generated clients in Python" pkgdesc="Text serialization implementation for Kiota generated clients in Python"
url="https://pypi.python.org/project/microsoft-kiota-abstractions" url="https://pypi.python.org/project/microsoft-kiota-abstractions"
@ -14,9 +14,12 @@ depends="
py3-dateutil py3-dateutil
" "
checkdepends="py3-pytest" 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-serialization-text-python/archive/refs/tags/v$pkgver.tar.gz" source="
builddir="$srcdir/kiota-serialization-text-python-$pkgver" $pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-serialization-text-v$pkgver.tar.gz
exclude-changelog.patch
"
builddir="$srcdir/kiota-python-microsoft-kiota-serialization-text-v$pkgver/packages/serialization/text"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
build() { build() {
@ -37,5 +40,6 @@ package() {
} }
sha512sums=" sha512sums="
b3b0d0a7e69c70c14ed606f70179a49107f6df6f2ba577e9bacbdb15b3071062a180d2e6b77a43d82fe7a67264ad24aa685c71695042ffd54ea4406f9b990208 py3-microsoft-kiota-serialization-text-1.0.0.tar.gz d0bfd98a480c9cc4bc539b5a3061e2c89f181feaee728bdbc28ff38ac5df360ce1809fed31f90bc67a1614a49a394ba24b92a9dc002049c3755659038b527647 py3-microsoft-kiota-serialization-text-1.6.0.tar.gz
ebc929fc1a28f155661aba6767b57a2d954de61d33d5960821c163f1c1447ff3e149ed4e998a0c1b6349d256fc3bc7d684ec15ff1c233edcf917e5641c5c7438 exclude-changelog.patch
" "

View file

@ -0,0 +1,19 @@
diff --git a/pyproject.toml.orig b/pyproject.toml
index bd96b8f..9446d14 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_serialization_text"}]
-include = ["CHANGELOG.md", "LICENSE"]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
@@ -54,4 +53,4 @@ profile = "hug"
[tool.poetry-monorepo.deps]
enabled = true
-commands = ["build", "export", "publish"]
\ No newline at end of file
+commands = ["build", "export", "publish"]

View file

@ -3,7 +3,7 @@
pkgname=py3-msgraph-core pkgname=py3-msgraph-core
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=msgraph-core _pkgreal=msgraph-core
pkgver=1.1.3 pkgver=1.1.6
pkgrel=0 pkgrel=0
pkgdesc="The Microsoft Graph Python SDK" pkgdesc="The Microsoft Graph Python SDK"
url="https://pypi.python.org/project/msgraph-core" url="https://pypi.python.org/project/msgraph-core"
@ -39,5 +39,5 @@ package() {
} }
sha512sums=" sha512sums="
48b47b5b02062fe05f9f917d1c6461f539f9ff6dfbafb4a2dcfbe91237725eb7427b2673aec7eb994f733fab109879d96e06e122d72ecab69ff77a1f76fafe49 py3-msgraph-core-1.1.3.tar.gz 37a9a791bda79d277e43500092f63dc7bfa2f2814ca92e8868b4239a5fb30c99ad9704657105f9ec166155bf8db5552bcc7e2b71427a2eab5afcd03d4ce81c2f py3-msgraph-core-1.1.6.tar.gz
" "

View file

@ -3,7 +3,7 @@
pkgname=py3-msgraph-sdk pkgname=py3-msgraph-sdk
#_pkgreal is used by apkbuild-pypi to find modules at PyPI #_pkgreal is used by apkbuild-pypi to find modules at PyPI
_pkgreal=msgraph-sdk _pkgreal=msgraph-sdk
pkgver=1.8.0 pkgver=1.11.0
pkgrel=0 pkgrel=0
pkgdesc="The Microsoft Graph Python SDK" pkgdesc="The Microsoft Graph Python SDK"
url="https://pypi.python.org/project/msgraph-sdk" url="https://pypi.python.org/project/msgraph-sdk"
@ -40,5 +40,5 @@ package() {
} }
sha512sums=" sha512sums="
e7d93a4b0f29023dcce0529b54a397b568f44ff40b1efe52e1c060b4552dd055e6a62e0ebcb72cbf3c1babe00440c41e6f897e86a01c3e261a8b88b23cd3af2c py3-msgraph-sdk-1.8.0.tar.gz 31835d1bf233c9fdbf13f9bc1359912dc4bff93dc61d4fe5ca149b5b8e18f9787254f59d57f93cce062bedfc66ddeabd36c257bceb753354bb59e0e8a16858ff py3-msgraph-sdk-1.11.0.tar.gz
" "