mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-trustme: update to 1.0.0.
This commit is contained in:
parent
c7206b4bdc
commit
0100430161
1 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'python3-trustme'
|
# Template file for 'python3-trustme'
|
||||||
pkgname=python3-trustme
|
pkgname=python3-trustme
|
||||||
version=0.9.0
|
version=1.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-cryptography python3-idna"
|
depends="python3-cryptography python3-idna"
|
||||||
checkdepends="python3-pytest python3-service_identity python3-openssl $depends"
|
checkdepends="python3-pytest python3-service_identity python3-openssl $depends"
|
||||||
short_desc="Fake CA for testing"
|
short_desc="Fake CA for testing"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://trustme.rtfd.io/"
|
homepage="https://trustme.rtfd.io/"
|
||||||
|
changelog="https://github.com/python-trio/trustme/blob/master/docs/source/index.rst#change-history"
|
||||||
distfiles="https://github.com/python-trio/trustme/archive/refs/tags/v$version.tar.gz"
|
distfiles="https://github.com/python-trio/trustme/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=e9f2544bcc39583a62b5d39d9f0ce3da8528ee448911035a679f7ddb1edeab5e
|
checksum=2cdfdd50081cb959a20d4878b631e7174593e926b9f8b87f2d5cabc3ca21c1ab
|
||||||
|
|
Loading…
Add table
Reference in a new issue