Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-openapi-core


Commits:
f4d60bc7 by Antonio Rojas at 2024-02-14T22:37:52+01:00
upgpkg: 0.19.0-1: Update to 0.19.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-openapi-core
        pkgdesc = Client-side and server-side support for the OpenAPI 
Specification v3
-       pkgver = 0.18.2
-       pkgrel = 2
+       pkgver = 0.19.0
+       pkgrel = 1
        url = https://github.com/p1c2u/openapi-core
        arch = any
        license = BSD
@@ -9,9 +9,11 @@ pkgbase = python-openapi-core
        checkdepends = python-pytest-aiohttp
        checkdepends = python-pytest-asyncio
        checkdepends = python-aiohttp
+       checkdepends = python-aioitertools
        checkdepends = python-django
        checkdepends = python-django-rest-framework
        checkdepends = python-falcon
+       checkdepends = python-fastapi
        checkdepends = python-flask
        checkdepends = python-httpx
        checkdepends = python-multidict
@@ -32,13 +34,15 @@ pkgbase = python-openapi-core
        depends = python-parse
        depends = python-werkzeug
        optdepends = python-aiohttp
+       optdepends = python-aioitertools
        optdepends = python-django
        optdepends = python-falcon
+       optdepends = python-fastapi
        optdepends = python-flask
        optdepends = python-multidict
        optdepends = python-requests
        optdepends = python-starlette
-       source = 
https://github.com/python-openapi/openapi-core/archive/0.18.2/python-openapi-core-0.18.2.tar.gz
-       sha256sums = 
406e231f28c734e76b8f184799e1db04f662848d803f9df4b89e9c0ef07dfbb9
+       source = 
https://github.com/python-openapi/openapi-core/archive/0.19.0/python-openapi-core-0.19.0.tar.gz
+       sha256sums = 
dccc47e62af93fc7dfd1e831be9785c3c62fef572ba6c050d51144bac72f671f
 
 pkgname = python-openapi-core


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _pyname=openapi-core
 pkgname=python-$_pyname
-pkgver=0.18.2
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
 pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
 arch=(any)
 url='https://github.com/p1c2u/openapi-core'
@@ -22,8 +22,10 @@ makedepends=(python-build
              python-installer
              python-poetry-core)
 optdepends=(python-aiohttp
+            python-aioitertools
             python-django
             python-falcon
+            python-fastapi
             python-flask
             python-multidict
             python-requests
@@ -32,9 +34,11 @@ checkdepends=(python-pytest
               python-pytest-aiohttp
               python-pytest-asyncio  # a dependency of python-pytest-aiohttp
               python-aiohttp
+              python-aioitertools
               python-django
               python-django-rest-framework
               python-falcon
+              python-fastapi
               python-flask
               python-httpx
               python-multidict
@@ -42,7 +46,7 @@ checkdepends=(python-pytest
               python-responses
               python-starlette)
 
source=(https://github.com/python-openapi/openapi-core/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('406e231f28c734e76b8f184799e1db04f662848d803f9df4b89e9c0ef07dfbb9')
+sha256sums=('dccc47e62af93fc7dfd1e831be9785c3c62fef572ba6c050d51144bac72f671f')
 
 prepare() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/f4d60bc72e909f846acfe911a02684a544489e58

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/f4d60bc72e909f846acfe911a02684a544489e58
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to