main/py3-pygments: upgrade to 2.18.0

This commit is contained in:
jvoisin 2024-05-13 09:00:04 +02:00 committed by omni
parent 030b65d4d7
commit 76a3de52ed
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Maintainer: Julien Voisin <julien.voisin@dustri.org>
# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
# Maintainer: Julien Voisin <julien.voisin@dustri.org>
pkgname=py3-pygments
pkgver=2.17.2
pkgrel=1
pkgver=2.18.0
pkgrel=0
pkgdesc="Syntax highlighting package written in Python"
url="https://pygments.org/"
arch="noarch"
@ -63,6 +63,6 @@ doc() {
}
sha512sums="
a3408a21f4c0a9f1a81d4fae5c2924f66f1f17daf98a52c4379d6953625354f47bb8db3005e6ab09407627f592843efde12afb14e1271c1e685973eb4c238d89 pygments-2.17.2.tar.gz
132d410a0964fc27624e53c13bc72fc5b13a726752cb60ce8ab082c29ba24aba80a49a32805f942258cd10e07e334428695b4cae9ae0ddc984e934df0c2e1f08 build-with-setuptools.patch
2f696fed7f2120f9e3bd5f3d2837a5d6b883434b8d0f68d039c2620213508638cedf1517375019809720d56fc52f07e3bddd0defc4707703ace5d707908c00fb pygments-2.18.0.tar.gz
5843e84f597cb249c2ca4c88b224a7e737b204ce8cbb136005576739126b1f72d2cb89b12bcb23cd863d5f6447951ad767d37a38cbcb5d8db70f1f4fb5c11a76 build-with-setuptools.patch
"

View file

@ -15,7 +15,7 @@ py3-setuptools while waiting for py3-hatchling to be moved to main/.
[project]
name = "Pygments"
@@ -54,9 +55,8 @@
@@ -53,12 +54,11 @@
[project.scripts]
pygmentize = "pygments.cmdline:main"