[arch-commits] Commit in python-sortedcontainers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 11:43:15 UTC 2020
Date: Monday, November 9, 2020 @ 11:43:15
Author: felixonmars
Revision: 746847
upgpkg: python-sortedcontainers 2.3.0-1
Modified:
python-sortedcontainers/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-09 11:37:40 UTC (rev 746846)
+++ PKGBUILD 2020-11-09 11:43:15 UTC (rev 746847)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-sortedcontainers
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=1
pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
arch=('any')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/grantjenks/python-sortedcontainers/archive/v$pkgver.tar.gz")
-sha512sums=('413212aa35a80d24ec208caf19314dcc42dae207ec4ea8fdd7dc240c6fbf17372cb4c3e2209f6e40094419fa3eeb2fc9b23ad8bd7fb4e6fdaca46fd2fb248281')
+sha512sums=('0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c')
prepare() {
# Don't use tox
More information about the arch-commits
mailing list