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