python3-tomli: update to 2.0.1.
This commit is contained in:
parent
2fc7523386
commit
cb142bf1da
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-tomli'
|
# Template file for 'python3-tomli'
|
||||||
pkgname=python3-tomli
|
pkgname=python3-tomli
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="tomli-${version}"
|
build_wrksrc="tomli-${version}"
|
||||||
|
@ -17,11 +17,11 @@ homepage="https://github.com/hukkin/tomli"
|
||||||
# https://github.com/takluyver/flit/issues/451
|
# https://github.com/takluyver/flit/issues/451
|
||||||
# As a result, we can't use python3-flit_core to build this package, so we have
|
# As a result, we can't use python3-flit_core to build this package, so we have
|
||||||
# to just fetch the flit_core tarball to bootstrap tomli. Sigh.
|
# to just fetch the flit_core tarball to bootstrap tomli. Sigh.
|
||||||
_flit_version=3.4.0
|
_flit_version=3.6.0
|
||||||
distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz
|
distfiles="${PYPI_SITE}/t/tomli/tomli-${version}.tar.gz
|
||||||
${PYPI_SITE}/f/flit_core/flit_core-${_flit_version}.tar.gz"
|
${PYPI_SITE}/f/flit_core/flit_core-${_flit_version}.tar.gz"
|
||||||
checksum="c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1
|
checksum="de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
|
||||||
29468fa2330969167d1f5c23eb9c0661cb6dacfcd46f361a274609a7f4197530"
|
5892962ab8b8ea945835b3a288fe9dd69316f1903d5288c3f5cafdcdd04756ad"
|
||||||
# Archive includes no tests
|
# Archive includes no tests
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue