Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-dateparser
Commits:
799c2717 by Antonio Rojas at 2025-02-16T13:02:31+01:00
upgpkg: 1.2.1-1: Update to 1.2.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-dateparser
pkgdesc = Python parser for human readable dates
- pkgver = 1.2.0
- pkgrel = 6
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/scrapinghub/dateparser
arch = any
license = BSD-3-Clause
@@ -18,8 +18,8 @@ pkgbase = python-dateparser
depends = python-pytz
depends = python-regex
depends = python-tzlocal
- source = git+https://github.com/scrapinghub/dateparser.git#tag=v1.2.0
- b2sums =
6d59afd9423ffc09461dad8de71e54e2c0ffeeb03b13acc6e1617f2793d601f0dcddc015016a524793af7ba22a6044a8e75ea8c570cfba825aaa23fee440ccf3
+ source = git+https://github.com/scrapinghub/dateparser.git#tag=v1.2.1
+ b2sums =
6cbad7b46d0f25e33e2e4fe3162d022c08744f68ce710b02e265e65c6a909a2ededac2d842b4f9966cc95758e73eb729d6009dcd3dd6dbf5768307bc11aa213f
pkgname = python-dateparser
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@ pkgname=(
python-dateparser
python-dateparser-docs
)
-pkgver=1.2.0
-pkgrel=6
+pkgver=1.2.1
+pkgrel=1
pkgdesc='Python parser for human readable dates'
arch=(any)
url='https://github.com/scrapinghub/dateparser'
@@ -31,7 +31,7 @@ checkdepends=(
python-pytest
)
source=("git+https://github.com/scrapinghub/dateparser.git#tag=v$pkgver")
-b2sums=(6d59afd9423ffc09461dad8de71e54e2c0ffeeb03b13acc6e1617f2793d601f0dcddc015016a524793af7ba22a6044a8e75ea8c570cfba825aaa23fee440ccf3)
+b2sums=('6cbad7b46d0f25e33e2e4fe3162d022c08744f68ce710b02e265e65c6a909a2ededac2d842b4f9966cc95758e73eb729d6009dcd3dd6dbf5768307bc11aa213f')
build() {
cd dateparser
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dateparser/-/commit/799c2717a11af92fe5a637f722401d9603960244
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dateparser/-/commit/799c2717a11af92fe5a637f722401d9603960244
You're receiving this email because of your account on gitlab.archlinux.org.