hashworks pushed to branch main at Arch Linux / Packaging / Packages /
python-anytree
Commits:
e22eb3a3 by Justin Kromlinger at 2023-10-30T15:48:19+01:00
upgpkg: 2.12.0-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-anytree
pkgdesc = Simple, lightweight and extensible Tree data structure.
- pkgver = 2.11.2
+ pkgver = 2.12.0
pkgrel = 2
url = https://anytree.readthedocs.io/
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-anytree
makedepends = python-wheel
makedepends = git
depends = python-six
- source =
python-anytree::git+https://github.com/c0fec0de/anytree#commit=3a9558f2883db6de9b6ada74144ca37934f3194e
+ source =
python-anytree::git+https://github.com/c0fec0de/anytree#commit=5869589062e705c94361170b7a5ce51b8761eeea
sha256sums = SKIP
pkgname = python-anytree
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
pkgname=python-anytree
-pkgver=2.11.2
+pkgver=2.12.0
pkgrel=2
pkgdesc="Simple, lightweight and extensible Tree data structure."
arch=('any')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('python-six')
makedepends=('python-build' 'python-installer' 'python-poetry-core'
'python-wheel' 'git')
checkdepends=('python-pytest' 'graphviz')
-_commit=3a9558f2883db6de9b6ada74144ca37934f3194e
+_commit=5869589062e705c94361170b7a5ce51b8761eeea
source=("$pkgname::git+https://github.com/c0fec0de/anytree#commit=$_commit")
sha256sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anytree/-/commit/e22eb3a37ee6c196c4a5f66f0484172e6a006ddc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anytree/-/commit/e22eb3a37ee6c196c4a5f66f0484172e6a006ddc
You're receiving this email because of your account on gitlab.archlinux.org.