python3-filelock: update to 3.11.0.
This commit is contained in:
parent
dfc7f33631
commit
491e0f579f
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'python3-filelock'
|
# Template file for 'python3-filelock'
|
||||||
pkgname=python3-filelock
|
pkgname=python3-filelock
|
||||||
version=3.9.0
|
version=3.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-pytest-cov python3-coverage"
|
checkdepends="python3-pytest python3-pytest-cov python3-coverage python3-pytest-mock"
|
||||||
short_desc="Platform independent file lock"
|
short_desc="Platform independent file lock"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://py-filelock.readthedocs.io/en/latest/"
|
homepage="https://py-filelock.readthedocs.io/en/latest/"
|
||||||
changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
|
changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
|
||||||
checksum=7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de
|
checksum=3618c0da67adcc0506b015fd11ef7faf1b493f0b40d87728e19986b536890c37
|
||||||
make_check_pre="env PYTHONPATH=src/"
|
make_check_pre="env PYTHONPATH=src/"
|
||||||
|
|
Loading…
Reference in New Issue