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


Commits:
7370177b by Robin Candau at 2024-04-28T10:33:20+02:00
upgpkg: 0.37.2-4: Remove python-exceptiongroup from optdepends
https://archlinux.org/todo/drop-python-exceptiongroup/

- - - - -


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 = 3
+       pkgrel = 4
        url = https://github.com/encode/starlette
        arch = any
        license = BSD-3-Clause
@@ -22,7 +22,6 @@ pkgbase = python-starlette
        depends = python
        depends = python-anyio
        depends = python-typing_extensions
-       optdepends = python-exceptiongroup: for collapsing exceptions
        optdepends = python-itsdangerous: for session middleware support
        optdepends = python-jinja: for jinja templates
        optdepends = python-python-multipart: for form parsing


=====================================
PKGBUILD
=====================================
@@ -1,10 +1,11 @@
 # Maintainer: David Runge <dv...@archlinux.org>
 # Maintainer: Filipe LaĆ­ns (FFY00) <la...@archlinux.org>
+# Maintainer: Robin Candau <an...@archlinux.org>
 
 _name=starlette
 pkgname=python-$_name
 pkgver=0.37.2
-pkgrel=3
+pkgrel=4
 pkgdesc='The little ASGI framework that shines'
 arch=(any)
 url="https://github.com/encode/starlette";
@@ -37,7 +38,6 @@ checkdepends=(
   python-sqlalchemy
 )
 optdepends=(
-  'python-exceptiongroup: for collapsing exceptions'
   'python-itsdangerous: for session middleware support'
   'python-jinja: for jinja templates'
   'python-python-multipart: for form parsing'



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

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


Reply via email to