Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urlwatch: update to 2.29 #53768

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions srcpkgs/python3-minidb/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'python3-minidb'
pkgname=python3-minidb
version=2.0.6
revision=4
version=2.0.8
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Simple SQLite3 store for Python objects"
maintainer="Orphaned <[email protected]>"
maintainer="RunningDroid <[email protected]>"
license="ISC"
homepage="https://thp.io/2010/minidb/"
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
checksum=7e4ef07d858d6e6118dfd000031e7698fb29b44bd8fe38e713d241fcaec6ee1e
checksum=f177870a9f44ff834aa7986ebb9451445a5afa8e756ab400c16ea1d746441aaf

post_install() {
sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > COPYING
vlicense COPYING
vlicense LICENSE
}
10 changes: 5 additions & 5 deletions srcpkgs/urlwatch/template
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Template file for 'urlwatch'
pkgname=urlwatch
version=2.28
revision=3
version=2.29
revision=1
build_style=python3-module
# skip the tests that require python modules that aren't packaged
# (pdftotext & pytesseract)
make_check_args="-k not((pdf)or(ocr))"
hostmakedepends="python3-setuptools"
depends="python3-appdirs python3-keyring python3-minidb python3-requests
depends="python3-platformdirs python3-keyring python3-minidb python3-requests
python3-yaml python3-lxml python3-cssselect"
# Check the Docs for optional packages:
# https://urlwatch.readthedocs.io/en/latest/dependencies.html#optional-packages
checkdepends="python3-pytest python3-pycodestyle python3-docutils
python3-jq ${depends}"
python3-jq python3-Pygments ${depends}"
short_desc="Tool for monitoring webpages for updates"
maintainer="RunningDroid <[email protected]>"
license="BSD-3-Clause"
homepage="https://thp.io/2008/urlwatch/"
changelog="https://raw.githubusercontent.com/thp/urlwatch/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/u/urlwatch/urlwatch-${version}.tar.gz"
checksum=911df3abbd8923e46ec167a9657a812436caf93f7f9917cb7c95ebd73d28cce5
checksum=f317ca8b123b15af510ec9e08bf885d8a8b574f502253e5ded200d757366da98

post_install() {
vlicense COPYING
Expand Down
Loading