Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-icalendar
Commits:
b983fa45 by Daniel M. Capella at 2024-06-20T22:26:58-04:00
upgpkg: 5.0.13-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-icalendar
pkgdesc = A parser/generator of iCalendar files (RFC 2445)
- pkgver = 5.0.12
- pkgrel = 2
+ pkgver = 5.0.13
+ pkgrel = 1
url = https://github.com/collective/icalendar
arch = any
license = BSD-2-Clause
@@ -14,7 +14,7 @@ pkgbase = python-icalendar
makedepends = python-wheel
depends = python-dateutil
depends = python-pytz
- source = git+https://github.com/collective/icalendar.git#tag=v5.0.12
- b2sums =
5448a6778ce7bc1339e84290283a99488945a0556b0241b6fffc97476caf147bff3cfc950c6f67bc03c018a729e320180ed1557d194c41c680fd2ab71205f2ef
+ source = git+https://github.com/collective/icalendar.git#tag=v5.0.13
+ b2sums =
21f86c94ef6c588d5c15d50156f06ba1a844e20d18a0281fd12129a21ab37fc7589d11c198f15092895c4ba4ce025181be645702a5bbe0509824e9b526abc004
pkgname = python-icalendar
=====================================
PKGBUILD
=====================================
@@ -5,17 +5,29 @@
pkgname=python-icalendar
_name=${pkgname#python-}
-pkgver=5.0.12
-pkgrel=2
+pkgver=5.0.13
+pkgrel=1
pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
arch=(any)
-url="https://github.com/collective/icalendar"
+url=https://github.com/collective/icalendar
license=(BSD-2-Clause)
-depends=(python-dateutil python-pytz)
-makedepends=(git python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-hypothesis python-pytest)
+depends=(
+ python-dateutil
+ python-pytz
+)
+makedepends=(
+ git
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
+)
+checkdepends=(
+ python-hypothesis
+ python-pytest
+)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('5448a6778ce7bc1339e84290283a99488945a0556b0241b6fffc97476caf147bff3cfc950c6f67bc03c018a729e320180ed1557d194c41c680fd2ab71205f2ef')
+b2sums=('21f86c94ef6c588d5c15d50156f06ba1a844e20d18a0281fd12129a21ab37fc7589d11c198f15092895c4ba4ce025181be645702a5bbe0509824e9b526abc004')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-icalendar/-/commit/b983fa452c13faedf32738e871095d8a37632f67
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-icalendar/-/commit/b983fa452c13faedf32738e871095d8a37632f67
You're receiving this email because of your account on gitlab.archlinux.org.