Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / urlwatch
Commits: ff3f45f2 by Robin Candau at 2024-10-28T13:35:55+01:00 upgpkg: 2.29-1: New upstream release https://github.com/thp/urlwatch/blob/master/CHANGELOG.md#229----2024-10-28 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,12 @@ pkgbase = urlwatch pkgdesc = Tool for monitoring webpages for updates - pkgver = 2.28 - pkgrel = 4 + pkgver = 2.29 + pkgrel = 1 url = https://thp.io/2008/urlwatch/ arch = any license = BSD-3-Clause checkdepends = python-docutils + checkdepends = python-pycodestyle checkdepends = python-pytesseract checkdepends = python-pytest makedepends = git @@ -13,11 +14,11 @@ pkgbase = urlwatch makedepends = python-installer makedepends = python-setuptools makedepends = python-wheel - depends = python-appdirs depends = python-cssselect depends = python-keyring depends = python-lxml depends = python-minidb + depends = python-platformdirs depends = python-requests depends = python-yaml optdepends = lynx: for one of the html2text filter methods @@ -29,8 +30,8 @@ pkgbase = urlwatch optdepends = python-pdftotext: for the pdf2text filter optdepends = python-playwright: for the browser job optdepends = python-pytesseract: for the ocr filter - source = git+https://github.com/thp/urlwatch.git#tag=2.28 - sha256sums = f2868ba625c560b801e519d6310c1624f11382d14cd040ef1aa4234e20d5b9b8 - b2sums = 7703127d0c4e96c31aaaf415ca16e12cac797508651fd28fa7c6eb18c2ca7e1b98a04da362c136eb520ba13a12a1bbaaa732c471e57eccdc799ad54edc1a0d87 + source = git+https://github.com/thp/urlwatch.git#tag=2.29 + sha256sums = 0dacf27a451845a326d9069d8298cf37b99d602b2bfe4bd6dbcbb1378beafdac + b2sums = e546395c89c37bcfd78d839dbfe9f3154fe728674a39aeb41192ac3ae4587bd0e6f6b0c9697d62b326ed35f5e465e30335e7bc0329472167dd37cad9fdb564f8 pkgname = urlwatch ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,3 @@ [urlwatch] -source = "github" -github = "thp/urlwatch" -prefix = "v" -use_max_tag = true -exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" +source = "git" +git = "https://github.com/thp/urlwatch.git" ===================================== PKGBUILD ===================================== @@ -6,18 +6,18 @@ # Contributor: Allan McRae <[email protected]> pkgname=urlwatch -pkgver=2.28 -pkgrel=4 +pkgver=2.29 +pkgrel=1 pkgdesc='Tool for monitoring webpages for updates' arch=(any) url=https://thp.io/2008/urlwatch/ license=(BSD-3-Clause) depends=( - python-appdirs python-cssselect python-keyring python-lxml python-minidb + python-platformdirs python-requests python-yaml ) @@ -30,6 +30,7 @@ makedepends=( ) checkdepends=( python-docutils + python-pycodestyle python-pytesseract python-pytest ) @@ -45,8 +46,8 @@ optdepends=( 'python-pytesseract: for the ocr filter' ) source=("git+https://github.com/thp/urlwatch.git#tag=$pkgver") -sha256sums=('f2868ba625c560b801e519d6310c1624f11382d14cd040ef1aa4234e20d5b9b8') -b2sums=('7703127d0c4e96c31aaaf415ca16e12cac797508651fd28fa7c6eb18c2ca7e1b98a04da362c136eb520ba13a12a1bbaaa732c471e57eccdc799ad54edc1a0d87') +sha256sums=('0dacf27a451845a326d9069d8298cf37b99d602b2bfe4bd6dbcbb1378beafdac') +b2sums=('e546395c89c37bcfd78d839dbfe9f3154fe728674a39aeb41192ac3ae4587bd0e6f6b0c9697d62b326ed35f5e465e30335e7bc0329472167dd37cad9fdb564f8') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/urlwatch/-/commit/ff3f45f2ffc46bc5ed5ab6947cd29b222d58e505 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/urlwatch/-/commit/ff3f45f2ffc46bc5ed5ab6947cd29b222d58e505 You're receiving this email because of your account on gitlab.archlinux.org.
