Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-starlette


Commits:
37e7be02 by Robin Candau at 2024-04-29T21:18:38+02:00
upgpkg: 0.37.2-5: Remove python-typing_extensions as a dependency
https://archlinux.org/todo/drop-python-typing_extensions-as-depends/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-starlette
        pkgdesc = The little ASGI framework that shines
        pkgver = 0.37.2
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/encode/starlette
        arch = any
        license = BSD-3-Clause
@@ -21,7 +21,6 @@ pkgbase = python-starlette
        makedepends = python-wheel
        depends = python
        depends = python-anyio
-       depends = python-typing_extensions
        optdepends = python-itsdangerous: for session middleware support
        optdepends = python-jinja: for jinja templates
        optdepends = python-python-multipart: for form parsing


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 _name=starlette
 pkgname=python-$_name
 pkgver=0.37.2
-pkgrel=4
+pkgrel=5
 pkgdesc='The little ASGI framework that shines'
 arch=(any)
 url="https://github.com/encode/starlette";
@@ -13,7 +13,6 @@ license=(BSD-3-Clause)
 depends=(
   python
   python-anyio
-  python-typing_extensions
 )
 makedepends=(
   python-build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-starlette/-/commit/37e7be028c9972d5921877df089495c2c86abea7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-starlette/-/commit/37e7be028c9972d5921877df089495c2c86abea7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to