community/py3-pathspec: upgrade to 0.12.1

This commit is contained in:
Celeste 2023-12-11 13:15:00 +00:00 committed by Michał Polański
parent d88df54955
commit 4fd80bb24c

View File

@ -2,7 +2,7 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=py3-pathspec
_pyname=pathspec
pkgver=0.11.2
pkgver=0.12.1
pkgrel=0
pkgdesc="Utility library for gitignore style pattern matching of file paths"
url="https://github.com/cpburnz/python-path-specification"
@ -21,7 +21,7 @@ build() {
}
check() {
python3 -m unittest discover tests
python3 -m unittest
}
package() {
@ -30,5 +30,5 @@ package() {
}
sha512sums="
bb1a178db145fee8011f579fb3a87564245e94b22adfac42bda921d8e2b95cab32617379e22d8ec2bd6aa7e6f9d96c10df4503e638aabfe6b358050912ab98a8 py3-pathspec-0.11.2.tar.gz
19d1a8ae5936e76eacd691b0e2fb33d0de376556751a9ae007f6b09d0aa36af7d171101df620cab3e93c9913be578ff3d6bba9d4460351ac248e5c9e015380ad py3-pathspec-0.12.1.tar.gz
"