Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-bibtexparser
Commits:
701a731b by Caleb Maclennan at 2026-01-30T13:11:47+03:00
upgpkg: 1.4.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-bibtexparser
pkgdesc = Bibtex parser in Python
- pkgver = 1.4.3
- pkgrel = 3
+ pkgver = 1.4.4
+ pkgrel = 1
url = https://pypi.org/project/bibtexparser/
arch = any
license = LGPL-3.0-only
@@ -11,7 +11,7 @@ pkgbase = python-bibtexparser
makedepends = python-setuptools
depends = python
depends = python-pyparsing
- source =
https://files.pythonhosted.org/packages/source/b/bibtexparser/bibtexparser-1.4.3.tar.gz
- sha256sums =
a9c7ded64bc137720e4df0b1b7f12734edc1361185f1c9097048ff7c35af2b8f
+ source =
https://files.pythonhosted.org/packages/source/b/bibtexparser/bibtexparser-1.4.4.tar.gz
+ sha256sums =
093b6c824f7a71d3a748867c4057b71f77c55b8dbc07efc993b781771520d8fb
pkgname = python-bibtexparser
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-bibtexparser
_pyname=${pkgname#python-}
-pkgver=1.4.3
-pkgrel=3
+pkgver=1.4.4
+pkgrel=1
pkgdesc="Bibtex parser in Python"
arch=(any)
url="https://pypi.org/project/bibtexparser/"
@@ -17,7 +17,7 @@ makedepends=(python-{build,installer,wheel}
# checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('a9c7ded64bc137720e4df0b1b7f12734edc1361185f1c9097048ff7c35af2b8f')
+sha256sums=('093b6c824f7a71d3a748867c4057b71f77c55b8dbc07efc993b781771520d8fb')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bibtexparser/-/commit/701a731b59633208da9735882e788f78cc7b2296
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bibtexparser/-/commit/701a731b59633208da9735882e788f78cc7b2296
You're receiving this email because of your account on gitlab.archlinux.org.