Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-urwid


Commits:
6c1f4086 by Jelle van der Waa at 2024-05-03T09:59:15+02:00
Drop exceptiongroup optdepends

exceptiongroup is included in Python since 3.11.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-urwid
        pkgdesc = Curses-based user interface library
        pkgver = 2.6.10
-       pkgrel = 2
+       pkgrel = 3
        url = https://urwid.org/
        arch = x86_64
        license = LGPL-2.1-only
@@ -23,7 +23,6 @@ pkgbase = python-urwid
        depends = python-wcwidth
        optdepends = python-gobject: for gobject integration
        optdepends = python-pyserial: for LCD and serial integration
-       optdepends = python-exceptiongroup: for trio integration
        optdepends = python-pyzmq: for zmq integration
        optdepends = python-tornado: for tornado integration
        optdepends = python-trio: for trio integration


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 _name=urwid
 pkgname=python-urwid
 pkgver=2.6.10
-pkgrel=2
+pkgrel=3
 pkgdesc='Curses-based user interface library'
 url='https://urwid.org/'
 arch=('x86_64')
@@ -36,7 +36,6 @@ checkdepends=(
 optdepends=(
   'python-gobject: for gobject integration'
   'python-pyserial: for LCD and serial integration'
-  'python-exceptiongroup: for trio integration'
   'python-pyzmq: for zmq integration'
   'python-tornado: for tornado integration'
   'python-trio: for trio integration'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-urwid/-/commit/6c1f4086a6f3ce4c6593a12738546e784c796410

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


Reply via email to