python-chess: update to 0.23.0. (#13289)
This commit is contained in:
parent
d453a5bb76
commit
7e70a36d94
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-chess'
|
# Template file for 'python-chess'
|
||||||
pkgname=python-chess
|
pkgname=python-chess
|
||||||
version=0.22.2
|
version=0.23.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,7 +12,7 @@ maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/niklasf/python-chess"
|
homepage="https://github.com/niklasf/python-chess"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0c0cf430c6c0b98c9a1303d8d2ea1cc3dfac70d88740c2d1427eaa7d10157c55
|
checksum=b7a53e5dc997ab1a7671a3a071c8ee78b59539fbe415e74b7404dbe1128b5213
|
||||||
|
|
||||||
python3-chess_package() {
|
python3-chess_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Reference in New Issue