mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-filelock: update to 3.15.4.
This commit is contained in:
parent
290e92eeb1
commit
b5a9ed14c6
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'python3-filelock'
|
# Template file for 'python3-filelock'
|
||||||
pkgname=python3-filelock
|
pkgname=python3-filelock
|
||||||
version=3.13.1
|
version=3.15.4
|
||||||
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-mock python3-pytest-timeout"
|
checkdepends="python3-pytest python3-pytest-mock python3-pytest-timeout
|
||||||
|
python3-pytest-asyncio python3-virtualenv"
|
||||||
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=521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e
|
checksum=2207938cbc1844345cb01a5a95524dae30f0ce089eba5b00378295a17e3e90cb
|
||||||
|
|
Loading…
Add table
Reference in a new issue