Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-watchdog: update to 2.2.0.
@ 2022-12-31 19:44 icp1994
  2023-01-02  8:47 ` kruceter
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: icp1994 @ 2022-12-31 19:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-watchdog
https://github.com/void-linux/void-packages/pull/41386

python3-watchdog: update to 2.2.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 8b41a6ae4a390c93c0b185d73851c0ac4fd90b0c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 31 Dec 2022 20:30:07 +0530
Subject: [PATCH] python3-watchdog: update to 2.2.0.

---
 srcpkgs/python3-watchdog/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index bea7fbb2289f..7d042aad0786 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
-version=2.1.6
-revision=2
+version=2.2.0
+revision=1
 build_style=python3-module
+make_check_args="--deselect tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem"
 hostmakedepends="python3-setuptools"
-depends="python3-yaml python3-argh python3-pathtools"
+depends="python3-yaml"
 checkdepends="python3-pytest $depends"
 short_desc="Python3 API and shell utilities to monitor file system events"
 maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
 license="Apache-2.0"
-homepage="http://github.com/gorakhargosh/watchdog"
+homepage="https://pypi.org/project/watchdog/"
+changelog="https://raw.githubusercontent.com/gorakhargosh/watchdog/master/changelog.rst"
 distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
-checksum=a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7
+checksum=83cf8bc60d9c613b66a4c018051873d6273d9e45d040eed06d6a96241bd8ec01
 conflicts="python-watchdog>=0"
 
 pre_check() {

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

* Re: python3-watchdog: update to 2.2.0.
  2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
@ 2023-01-02  8:47 ` kruceter
  2023-01-02  8:56 ` [PR PATCH] [Updated] " icp1994
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kruceter @ 2023-01-02  8:47 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/41386#issuecomment-1368746400

Comment:
Version 2.2.1 is out in the wild.

The deselected test is stuck as usual.

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

* Re: [PR PATCH] [Updated] python3-watchdog: update to 2.2.0.
  2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
  2023-01-02  8:47 ` kruceter
@ 2023-01-02  8:56 ` icp1994
  2023-01-02  9:07 ` [PR REVIEW] python3-watchdog: update to 2.2.1 paper42
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2023-01-02  8:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages python3-watchdog
https://github.com/void-linux/void-packages/pull/41386

python3-watchdog: update to 2.2.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 5b7d47c3b4cee6e0bd6f98fa2c5ecf7c2e36f417 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 31 Dec 2022 20:30:07 +0530
Subject: [PATCH] python3-watchdog: update to 2.2.1.

---
 srcpkgs/python3-watchdog/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index bea7fbb2289f..cdf99760ebea 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
-version=2.1.6
-revision=2
+version=2.2.1
+revision=1
 build_style=python3-module
+make_check_args="--deselect tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem"
 hostmakedepends="python3-setuptools"
-depends="python3-yaml python3-argh python3-pathtools"
+depends="python3-yaml"
 checkdepends="python3-pytest $depends"
 short_desc="Python3 API and shell utilities to monitor file system events"
 maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
 license="Apache-2.0"
-homepage="http://github.com/gorakhargosh/watchdog"
+homepage="https://pypi.org/project/watchdog/"
+changelog="https://raw.githubusercontent.com/gorakhargosh/watchdog/master/changelog.rst"
 distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
-checksum=a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7
+checksum=cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f
 conflicts="python-watchdog>=0"
 
 pre_check() {

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

* Re: [PR REVIEW] python3-watchdog: update to 2.2.1.
  2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
  2023-01-02  8:47 ` kruceter
  2023-01-02  8:56 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-02  9:07 ` paper42
  2023-01-02  9:10 ` icp1994
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-01-02  9:07 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41386#discussion_r1059904480

Comment:
let's use github for homepage, update-check looks at the $distfiles and $homepage URLs, so having two separate places is nice.

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

* Re: [PR REVIEW] python3-watchdog: update to 2.2.1.
  2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
                   ` (2 preceding siblings ...)
  2023-01-02  9:07 ` [PR REVIEW] python3-watchdog: update to 2.2.1 paper42
@ 2023-01-02  9:10 ` icp1994
  2023-01-02 11:06 ` paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2023-01-02  9:10 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41386#discussion_r1059905844

Comment:
Oh! I actually have been actively changing quite a few python package's homepage so that the daily auto update checker doesn't hit github too hard. So many false positives in the failed update checker log due to rate limiting from github.

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

* Re: [PR REVIEW] python3-watchdog: update to 2.2.1.
  2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
                   ` (3 preceding siblings ...)
  2023-01-02  9:10 ` icp1994
@ 2023-01-02 11:06 ` paper42
  2023-01-22 13:25 ` [PR PATCH] [Updated] " icp1994
  2023-01-22 19:23 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-01-02 11:06 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41386#discussion_r1059966836

Comment:
That's a good reason to use pypi, I know that @classabbyamp was interested in using the github API for the bulk update checker which could solve this.

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

* Re: [PR PATCH] [Updated] python3-watchdog: update to 2.2.1.
  2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
                   ` (4 preceding siblings ...)
  2023-01-02 11:06 ` paper42
@ 2023-01-22 13:25 ` icp1994
  2023-01-22 19:23 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2023-01-22 13:25 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages python3-watchdog
https://github.com/void-linux/void-packages/pull/41386

python3-watchdog: update to 2.2.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 3b26c738e5026ccba4c4083e6ebeff2d048401b6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 31 Dec 2022 20:30:07 +0530
Subject: [PATCH] python3-watchdog: update to 2.2.1.

---
 srcpkgs/python3-watchdog/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index bea7fbb2289f..66eb30387ae3 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
-version=2.1.6
-revision=2
+version=2.2.1
+revision=1
 build_style=python3-module
+make_check_args="--deselect tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem"
 hostmakedepends="python3-setuptools"
-depends="python3-yaml python3-argh python3-pathtools"
+depends="python3-yaml"
 checkdepends="python3-pytest $depends"
 short_desc="Python3 API and shell utilities to monitor file system events"
 maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
 license="Apache-2.0"
-homepage="http://github.com/gorakhargosh/watchdog"
+homepage="https://github.com/gorakhargosh/watchdog"
+changelog="https://raw.githubusercontent.com/gorakhargosh/watchdog/master/changelog.rst"
 distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
-checksum=a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7
+checksum=cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f
 conflicts="python-watchdog>=0"
 
 pre_check() {

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

* Re: [PR PATCH] [Merged]: python3-watchdog: update to 2.2.1.
  2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
                   ` (5 preceding siblings ...)
  2023-01-22 13:25 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-22 19:23 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-01-22 19:23 UTC (permalink / raw)
  To: ml

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

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

python3-watchdog: update to 2.2.1.
https://github.com/void-linux/void-packages/pull/41386

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-01-22 19:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 19:44 [PR PATCH] python3-watchdog: update to 2.2.0 icp1994
2023-01-02  8:47 ` kruceter
2023-01-02  8:56 ` [PR PATCH] [Updated] " icp1994
2023-01-02  9:07 ` [PR REVIEW] python3-watchdog: update to 2.2.1 paper42
2023-01-02  9:10 ` icp1994
2023-01-02 11:06 ` paper42
2023-01-22 13:25 ` [PR PATCH] [Updated] " icp1994
2023-01-22 19:23 ` [PR PATCH] [Merged]: " classabbyamp

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).