ilot/py3-microsoft-kiota-http: upgrade to 1.6.8

This commit is contained in:
Antoine Martin 2025-01-05 18:23:10 -05:00 committed by ayakael
parent 8a3d97b422
commit 21862f26e9
2 changed files with 2 additions and 23 deletions

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.6.0 pkgver=1.6.8
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"
@ -17,7 +17,6 @@ checkdepends="py3-pytest"
makedepends="poetry py3-gpep517 py3-wheel py3-flit" makedepends="poetry py3-gpep517 py3-wheel py3-flit"
source=" source="
$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-http-v$pkgver.tar.gz $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"
@ -41,6 +40,5 @@ package() {
} }
sha512sums=" sha512sums="
190ef1e74fa6305f41aecc464630883291ad2bbd897e3abf5d91d94996eccb7a825511ee5ccbb0aca79888bf5991323bbddb5c91327d4e4887c93b72c92b71da py3-microsoft-kiota-http-1.6.0.tar.gz c453c89d31cc062f2d8be4a28bda0666dbde6b5a8e42855892cda72e5d104e6bb5516db01d9feb7f619b8fa77237c9e3badd24b29326f627f95b69210835321d py3-microsoft-kiota-http-1.6.8.tar.gz
0e7798fd6ad35df725eb6fab69927325c5f3490e67453beafc34e1f72224bfa5eb4d802c953bfc732545e952a1e69a4f50e083b2277248f5d5b46b7c122c359d exclude-changelog.patch
" "

View file

@ -1,19 +0,0 @@
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"]