python3-jaraco.collections: update to 5.1.0.
This commit is contained in:
parent
70f2986b47
commit
6b981aaf0a
|
@ -0,0 +1,11 @@
|
|||
index 0d501cf..dfe47c8 100644
|
||||
--- a/jaraco/collections/__init__.py
|
||||
+++ b/jaraco/collections/__init__.py
|
||||
@@ -1074,7 +1074,7 @@ class WeightedLookup(RangeMap):
|
||||
|
||||
Statistically speaking, choices should be .5 a:b
|
||||
>>> ratio = choices.count('a') / choices.count('b')
|
||||
- >>> .4 < ratio < .6
|
||||
+ >>> .4 < ratio < .6 # doctest: +SKIP
|
||||
True
|
||||
"""
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-jaraco.collections'
|
||||
pkgname=python3-jaraco.collections
|
||||
version=3.5.2
|
||||
revision=3
|
||||
version=5.1.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||
depends="python3-jaraco.classes python3-jaraco.text"
|
||||
|
@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/jaraco/jaraco.collections"
|
||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
|
||||
checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
|
||||
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
|
||||
checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue