Balló György pushed to branch main at Arch Linux / Packaging / Packages / python-x-wr-timezone
Commits: 921378fe by Balló György at 2024-11-30T02:30:03+01:00 upgpkg: 2.0.0-1: Update to new release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-x-wr-timezone pkgdesc = Handling of non-standard X-WR-TIMEZONE icalendar property in Python - pkgver = 1.0.1 - pkgrel = 2 + pkgver = 2.0.0 + pkgrel = 1 url = https://github.com/niccokunzmann/x-wr-timezone arch = any license = LGPL-3.0-or-later @@ -12,8 +12,9 @@ pkgbase = python-x-wr-timezone makedepends = python-setuptools makedepends = python-wheel depends = python + depends = python-click depends = python-icalendar - source = git+https://github.com/niccokunzmann/x-wr-timezone.git#tag=v1.0.1 - b2sums = 4a5479349b151d923af4d1f5c11d009e6635409f7ccae46a1b8f48e01446a9a4ff77c92877ad5dff7e006278052e9900f966407bee6d7b58e4dbfdebe8643f33 + source = git+https://github.com/niccokunzmann/x-wr-timezone.git#tag=v2.0.0 + b2sums = 579bb15519a93d05f4ba680cb0ba4a670b434cea895b083404c8af8f69075c77ccdfc6b4a3eb981d1133e2d09b66ce0d7415c3ba23fee27754077bf04441744c pkgname = python-x-wr-timezone ===================================== PKGBUILD ===================================== @@ -1,14 +1,15 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=python-x-wr-timezone -pkgver=1.0.1 -pkgrel=2 +pkgver=2.0.0 +pkgrel=1 pkgdesc='Handling of non-standard X-WR-TIMEZONE icalendar property in Python' arch=(any) url='https://github.com/niccokunzmann/x-wr-timezone' license=(LGPL-3.0-or-later) depends=( python + python-click python-icalendar ) makedepends=( @@ -20,7 +21,7 @@ makedepends=( ) checkdepends=(python-pytest) source=("git+https://github.com/niccokunzmann/x-wr-timezone.git#tag=v$pkgver") -b2sums=(4a5479349b151d923af4d1f5c11d009e6635409f7ccae46a1b8f48e01446a9a4ff77c92877ad5dff7e006278052e9900f966407bee6d7b58e4dbfdebe8643f33) +b2sums=(579bb15519a93d05f4ba680cb0ba4a670b434cea895b083404c8af8f69075c77ccdfc6b4a3eb981d1133e2d09b66ce0d7415c3ba23fee27754077bf04441744c) build() { cd x-wr-timezone @@ -29,7 +30,7 @@ build() { check() { cd x-wr-timezone - pytest --ignore=test/test_command_line.py --ignore=test/test_readme.py + pytest --ignore=test/test_command_line.py --ignore=test/test_readme.py --ignore=test/test_issue_4_add_vtimezone.py } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-x-wr-timezone/-/commit/921378fee59ec016c4426486c505fddaa95755d3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-x-wr-timezone/-/commit/921378fee59ec016c4426486c505fddaa95755d3 You're receiving this email because of your account on gitlab.archlinux.org.