Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-flexparser
Commits:
b3847920 by Leonidas Spyropoulos at 2025-01-03T08:39:57+00:00
upgpkg: 0.4-1: new upstream release
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-flexparser
pkgdesc = A parser by hgrecco
- pkgver = 0.3.1
- pkgrel = 3
+ pkgver = 0.4
+ pkgrel = 1
url = https://github.com/hgrecco/flexparser
arch = any
license = BSD-3-Clause
@@ -16,7 +16,7 @@ pkgbase = python-flexparser
makedepends = python-wheel
depends = python
depends = python-typing_extensions
- source = git+https://github.com/hgrecco/flexparser.git#tag=0.3.1
- sha256sums =
e3de6665dc91aba4d9657b86824f884a1069ae7e6c00796b2c8a6f09806b6029
+ source = git+https://github.com/hgrecco/flexparser.git#tag=0.4
+ sha256sums =
ece9f178317c159f38e06c71f3c8c251b204d0ce29a8481b35f3cf385eb28f1c
pkgname = python-flexparser
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[python-flexparser]
+source = "github"
+github = "hgrecco/flexparser"
+use_max_tag = true
\ No newline at end of file
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-flexparser
_name=${pkgname#python-}
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.4
+pkgrel=1
pkgdesc="A parser by hgrecco"
arch=(any)
url=https://github.com/hgrecco/flexparser
@@ -26,7 +26,7 @@ checkdepends=(
python-pytest-subtests
)
source=("git+$url.git#tag=$pkgver")
-sha256sums=('e3de6665dc91aba4d9657b86824f884a1069ae7e6c00796b2c8a6f09806b6029')
+sha256sums=('ece9f178317c159f38e06c71f3c8c251b204d0ce29a8481b35f3cf385eb28f1c')
prepare() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flexparser/-/commit/b38479205545e5eeb6b9b2cb68a2a5f10a02d4b0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flexparser/-/commit/b38479205545e5eeb6b9b2cb68a2a5f10a02d4b0
You're receiving this email because of your account on gitlab.archlinux.org.