Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-verlib2
Commits:
b86bfbc2 by Caleb Maclennan at 2025-02-04T23:42:55+03:00
upgpkg: 0.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-verlib2
pkgdesc = a standalone variant of packaging.version, without anything
else
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/pyveci/verlib2
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-verlib2
makedepends = python-setuptools
depends = python
depends = python-versioningit
- source =
https://files.pythonhosted.org/packages/source/v/verlib2/verlib2-0.2.0.tar.gz
- sha256sums =
0ab94087c094e27163948dfa817c98d62b6bdd01226cce5188f8cc3cd68345b9
+ source =
https://files.pythonhosted.org/packages/source/v/verlib2/verlib2-0.2.1.tar.gz
+ sha256sums =
d3e2666a7cf10942bf13474d75092eb8d75abd41aa67aa7950043f59419d9d3f
pkgname = python-verlib2
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=verlib2
pkgname=python-$_pyname
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc='a standalone variant of packaging.version, without anything else'
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('0ab94087c094e27163948dfa817c98d62b6bdd01226cce5188f8cc3cd68345b9')
+sha256sums=('d3e2666a7cf10942bf13474d75092eb8d75abd41aa67aa7950043f59419d9d3f')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-verlib2/-/commit/b86bfbc2f5bc0b88479af0e86fad9299f8d6afb7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-verlib2/-/commit/b86bfbc2f5bc0b88479af0e86fad9299f8d6afb7
You're receiving this email because of your account on gitlab.archlinux.org.