Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-bibtexparser
Commits:
093393b0 by Caleb Maclennan at 2024-10-03T12:14:23+03:00
upgpkg: 1.4.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-bibtexparser
pkgdesc = Bibtex parser in Python
- pkgver = 1.4.1
- pkgrel = 3
+ pkgver = 1.4.2
+ 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.1.tar.gz
- sha256sums =
e00e29e24676c4808e0b4333b37bb55cca9cbb7871a56f63058509281588d789
+ source =
https://files.pythonhosted.org/packages/source/b/bibtexparser/bibtexparser-1.4.2.tar.gz
+ sha256sums =
dd5d54a1ec6d27b6485ce2f6b9aa514b183fb2b8d4bf5f19333a906eedaf8eaa
pkgname = python-bibtexparser
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-bibtexparser
_pyname=${pkgname#python-}
-pkgver=1.4.1
-pkgrel=3
+pkgver=1.4.2
+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=('e00e29e24676c4808e0b4333b37bb55cca9cbb7871a56f63058509281588d789')
+sha256sums=('dd5d54a1ec6d27b6485ce2f6b9aa514b183fb2b8d4bf5f19333a906eedaf8eaa')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bibtexparser/-/commit/093393b0e0b6dc5b119778b8f1fabb4337b75eff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bibtexparser/-/commit/093393b0e0b6dc5b119778b8f1fabb4337b75eff
You're receiving this email because of your account on gitlab.archlinux.org.