Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] urlwatch: update to 2.29
@ 2024-12-30 22:57 RunningDroid
  2025-01-02 15:44 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: RunningDroid @ 2024-12-30 22:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1362 bytes --]

There is a new pull request by RunningDroid against master on the void-packages repository

https://github.com/RunningDroid/void-packages urlwatch_update
https://github.com/void-linux/void-packages/pull/53768

urlwatch: update to 2.29
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

This PR updates `python3-minidb` as well to fix the test added because of this bug: thp/urlwatch#779

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/53768.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-urlwatch_update-53768.patch --]
[-- Type: text/x-diff, Size: 3074 bytes --]

From 26d8fa55c9553824fe87e42c07b302cfd10eec5f Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 30 Dec 2024 17:40:16 -0500
Subject: [PATCH 1/2] python3-minidb: update to 2.0.8, adopt

---
 srcpkgs/python3-minidb/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 82ed4a914b6490..68a504535ea1c8 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -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 <orphan@voidlinux.org>"
+maintainer="RunningDroid <runningdroid@zoho.com>"
 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
 }

From c2635f4c4e0b3a9107c11a61142d62b045f66834 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Mon, 30 Dec 2024 17:08:56 -0500
Subject: [PATCH 2/2] urlwatch: update to 2.29

---
 srcpkgs/urlwatch/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index f50a6bf0b172c7..e57c7df1832945 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -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 <runningdroid@zoho.com>"
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: urlwatch: update to 2.29
  2024-12-30 22:57 [PR PATCH] urlwatch: update to 2.29 RunningDroid
@ 2025-01-02 15:44 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2025-01-02 15:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]

There's a merged pull request on the void-packages repository

urlwatch: update to 2.29
https://github.com/void-linux/void-packages/pull/53768

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

This PR updates `python3-minidb` as well to fix the test added because of this bug: thp/urlwatch#779

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-02 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-30 22:57 [PR PATCH] urlwatch: update to 2.29 RunningDroid
2025-01-02 15:44 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).