Compare commits

...

11 commits

Author SHA1 Message Date
a570c70a80
serialization-text
Some checks failed
/ lint (pull_request) Successful in 30s
/ build-x86_64 (pull_request) Failing after 6m21s
/ deploy-x86_64 (pull_request) Has been skipped
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 19m47s
2024-11-02 20:10:43 -04:00
6f2e1f8dd6
ilot/py3-microsoft-kiota-serialization-multipart: upgrade to 1.6.0 2024-11-02 20:09:48 -04:00
beba9179b1
kiota-serialization-form 2024-11-02 20:05:58 -04:00
ceac7b682d
kiota-http 2024-11-02 20:04:46 -04:00
f8ede8f3f7
kiota-authentication-azure 2024-11-02 20:03:23 -04:00
c5c341f889
kiota-abstractions 2024-11-02 20:01:51 -04:00
7e1da8efaf
serialization-json 2024-11-02 20:00:08 -04:00
88d990a60c
serialization-form 2024-11-02 19:55:33 -04:00
6bcd7568c6
kiota-http 2024-11-02 19:55:14 -04:00
ab6495a1cf
auth-azure 2024-11-02 19:54:54 -04:00
8fa4a76411
form 2024-11-02 19:49:54 -04:00
14 changed files with 168 additions and 15 deletions

View file

@ -16,7 +16,10 @@ 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"
source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-abstractions-v$pkgver.tar.gz" source="
$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" builddir="$srcdir/kiota-python-microsoft-kiota-abstractions-v$pkgver/packages/abstractions"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
@ -39,4 +42,5 @@ package() {
sha512sums=" sha512sums="
377d3784d26f9495f3522599e044a75a33817db01dad5ff474027f48935a22c7abf5cec10cf855bcee1b28e4b31aa048b8cb6a9d0b0a7d18c26054ba29299cce py3-microsoft-kiota-abstractions-1.6.0.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

@ -15,8 +15,11 @@ 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" 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
builddir="$srcdir/kiota-python-microsoft-kiota-authentication-azure-v$pkgver/packages/authentication/azure" builddir="$srcdir/kiota-python-microsoft-kiota-authentication-azure-v$pkgver/packages/authentication/azure"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
@ -40,4 +43,5 @@ package() {
sha512sums=" sha512sums="
228b4548ddcf7444baaca8f3cc0c4401387a3c8ed6662f5f4b345dde738f3c55175ff09c2fbe00370c7da26a289fd94ce874ae38cf7bd9352199c57d33053762 py3-microsoft-kiota-authentication-azure-1.6.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

@ -14,8 +14,11 @@ 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-python/archive/refs/tags/microsoft-kiota-http-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-python-microsoft-kiota-http-v$pkgver/packages/http/httpx" builddir="$srcdir/kiota-python-microsoft-kiota-http-v$pkgver/packages/http/httpx"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
@ -39,4 +42,5 @@ package() {
sha512sums=" sha512sums="
190ef1e74fa6305f41aecc464630883291ad2bbd897e3abf5d91d94996eccb7a825511ee5ccbb0aca79888bf5991323bbddb5c91327d4e4887c93b72c92b71da py3-microsoft-kiota-http-1.6.0.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

@ -14,9 +14,11 @@ 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-python/archive/refs/tags/microsoft-kiota-serialization-form-v$pkgver.tar.gz" source="
options="!check" # TODO $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" builddir="$srcdir/kiota-python-microsoft-kiota-serialization-form-v$pkgver/packages/serialization/form"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
@ -39,4 +41,5 @@ package() {
sha512sums=" sha512sums="
f7f470179d66897beb8644d895fdeb2cd0ba7aa50d35778c42a408940fbe492c4a95623ac7b9905cd00483b7eec9dcbeaffdba9770182fe0b94c9426a0632953 py3-microsoft-kiota-serialization-form-1.6.0.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

@ -15,7 +15,10 @@ depends="
" "
checkdepends="py3-pytest" checkdepends="py3-pytest"
makedepends="poetry 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-serialization-json-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-python-microsoft-kiota-serialization-json-v$pkgver/packages/serialization/json" builddir="$srcdir/kiota-python-microsoft-kiota-serialization-json-v$pkgver/packages/serialization/json"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
@ -39,4 +42,5 @@ package() {
sha512sums=" sha512sums="
4e5c9c0d9549bff19b37680b5a6f6e0e73710c05de25f6d3b29bbe80776d1525f5fb19e7d9ab55433ec193b2359e8a01eca9e09340c2c8ef739e30acf6f5b075 py3-microsoft-kiota-serialization-json-1.6.0.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

@ -15,7 +15,10 @@ depends="
" "
checkdepends="py3-pytest" checkdepends="py3-pytest"
makedepends="poetry 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-serialization-text-v$pkgver.tar.gz" source="
$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" builddir="$srcdir/kiota-python-microsoft-kiota-serialization-text-v$pkgver/packages/serialization/text"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
@ -38,4 +41,5 @@ package() {
sha512sums=" sha512sums="
d0bfd98a480c9cc4bc539b5a3061e2c89f181feaee728bdbc28ff38ac5df360ce1809fed31f90bc67a1614a49a394ba24b92a9dc002049c3755659038b527647 py3-microsoft-kiota-serialization-text-1.6.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"]