Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pytest-qt: update to 4.2.0.
@ 2023-03-07 14:25 dexgs
  2023-03-07 14:28 ` [PR PATCH] [Updated] " dexgs
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dexgs @ 2023-03-07 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages pytest-qt
https://github.com/void-linux/void-packages/pull/42640

python3-pytest-qt: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (I ran python tests which make use of this module)

<!-- 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, (x86_64-glibc)


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

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

From c8ffb01b68492ab0da61cd9e77f06059ab0cd3c5 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Tue, 7 Mar 2023 09:23:23 -0500
Subject: [PATCH] python3-pytest-qt: update to 4.2.0.

---
 srcpkgs/python3-pytest-qt/template | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index 5b7e57435afc..0d148c350177 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,30 +1,17 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
-version=3.3.0
-revision=4
-wrksrc=pytest-qt-${version}
+version=4.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3-pytest"
-checkdepends="$depends python3-pyside2 python3-PyQt5 python3-pytest-xvfb
- xdpyinfo"
 short_desc="Pytest support for PyQt and PySide applications"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pytest-qt"
 distfiles="${PYPI_SITE}/p/pytest-qt/pytest-qt-${version}.tar.gz"
-checksum=714b0bf86c5313413f2d300ac613515db3a1aef595051ab8ba2ffe619dbe8925
-
-do_check() {
-	# testing for some configuration in test_basics.py,
-	# isn't those 2 below tests are the real test for envvar
-	# Why does it run just fine?
-	local _skip='test_qapp_args or test_qt_api_ini_config or test_invalid_qt_api_envvar'
-	PYTHONPATH=$(pwd)/build/lib \
-		PYTEST_QT_API=pyside2 python3 -m pytest -k "not ($_skip)"
-	PYTHONPATH=$(pwd)/build/lib \
-		PYTEST_QT_API=pyqt5 python3 -m pytest -k "not ($_skip)"
-}
+checksum=00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41
+make_check=no # tests only run in a venv with tox, not useful for checking package correctness
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-pytest-qt: update to 4.2.0.
  2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
@ 2023-03-07 14:28 ` dexgs
  2023-03-07 14:29 ` dexgs
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dexgs @ 2023-03-07 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages pytest-qt
https://github.com/void-linux/void-packages/pull/42640

python3-pytest-qt: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (I ran python tests which make use of this module)

<!-- 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, (x86_64-glibc)


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

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

From 09fc96d7c3c603802c054f379bf0a36d2150f4ef Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Tue, 7 Mar 2023 09:23:23 -0500
Subject: [PATCH] python3-pytest-qt: update to 4.2.0.

---
 srcpkgs/python3-pytest-qt/template | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index 5b7e57435afc..0d148c350177 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,30 +1,17 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
-version=3.3.0
-revision=4
-wrksrc=pytest-qt-${version}
+version=4.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3-pytest"
-checkdepends="$depends python3-pyside2 python3-PyQt5 python3-pytest-xvfb
- xdpyinfo"
 short_desc="Pytest support for PyQt and PySide applications"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pytest-qt"
 distfiles="${PYPI_SITE}/p/pytest-qt/pytest-qt-${version}.tar.gz"
-checksum=714b0bf86c5313413f2d300ac613515db3a1aef595051ab8ba2ffe619dbe8925
-
-do_check() {
-	# testing for some configuration in test_basics.py,
-	# isn't those 2 below tests are the real test for envvar
-	# Why does it run just fine?
-	local _skip='test_qapp_args or test_qt_api_ini_config or test_invalid_qt_api_envvar'
-	PYTHONPATH=$(pwd)/build/lib \
-		PYTEST_QT_API=pyside2 python3 -m pytest -k "not ($_skip)"
-	PYTHONPATH=$(pwd)/build/lib \
-		PYTEST_QT_API=pyqt5 python3 -m pytest -k "not ($_skip)"
-}
+checksum=00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41
+make_check=no # tests only run in a venv with tox, not useful for checking package correctness
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-pytest-qt: update to 4.2.0.
  2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
  2023-03-07 14:28 ` [PR PATCH] [Updated] " dexgs
@ 2023-03-07 14:29 ` dexgs
  2023-03-07 14:32 ` dexgs
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dexgs @ 2023-03-07 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages pytest-qt
https://github.com/void-linux/void-packages/pull/42640

python3-pytest-qt: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (I ran python tests which make use of this module)

<!-- 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, (x86_64-glibc)


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

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

From ab6ad3afd9c3e3a21b5b53b5ff80e242d13ea8d3 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Tue, 7 Mar 2023 09:23:23 -0500
Subject: [PATCH] python3-pytest-qt: update to 4.2.0.

---
 srcpkgs/python3-pytest-qt/template | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index 6cef70df550d..0d148c350177 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,29 +1,17 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
-version=3.3.0
-revision=5
+version=4.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3-pytest"
-checkdepends="$depends python3-pyside2 python3-PyQt5 python3-pytest-xvfb
- xdpyinfo"
 short_desc="Pytest support for PyQt and PySide applications"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pytest-qt"
 distfiles="${PYPI_SITE}/p/pytest-qt/pytest-qt-${version}.tar.gz"
-checksum=714b0bf86c5313413f2d300ac613515db3a1aef595051ab8ba2ffe619dbe8925
-
-do_check() {
-	# testing for some configuration in test_basics.py,
-	# isn't those 2 below tests are the real test for envvar
-	# Why does it run just fine?
-	local _skip='test_qapp_args or test_qt_api_ini_config or test_invalid_qt_api_envvar'
-	PYTHONPATH=$(pwd)/build/lib \
-		PYTEST_QT_API=pyside2 python3 -m pytest -k "not ($_skip)"
-	PYTHONPATH=$(pwd)/build/lib \
-		PYTEST_QT_API=pyqt5 python3 -m pytest -k "not ($_skip)"
-}
+checksum=00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41
+make_check=no # tests only run in a venv with tox, not useful for checking package correctness
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pytest-qt: update to 4.2.0.
  2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
  2023-03-07 14:28 ` [PR PATCH] [Updated] " dexgs
  2023-03-07 14:29 ` dexgs
@ 2023-03-07 14:32 ` dexgs
  2023-03-07 14:32 ` dexgs
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dexgs @ 2023-03-07 14:32 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/42640#issuecomment-1458277345

Comment:
make_check=no is set because:
1. The tests seemed to be failing even on the currently packaged version.
2. The upstream seems to have moved to exclusively running tests in a venv with tox which doesn't test the correctness of the package w.r.t. its installation on void.

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

* Re: python3-pytest-qt: update to 4.2.0.
  2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
                   ` (2 preceding siblings ...)
  2023-03-07 14:32 ` dexgs
@ 2023-03-07 14:32 ` dexgs
  2023-06-06  2:05 ` github-actions
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dexgs @ 2023-03-07 14:32 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/42640#issuecomment-1458277345

Comment:
make_check=no is set because:
1. The tests seemed to be failing to run properly even on the currently packaged version.
2. The upstream seems to have moved to exclusively running tests in a venv with tox which doesn't test the correctness of the package w.r.t. its installation on void.

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

* Re: python3-pytest-qt: update to 4.2.0.
  2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
                   ` (3 preceding siblings ...)
  2023-03-07 14:32 ` dexgs
@ 2023-06-06  2:05 ` github-actions
  2023-06-06 15:24 ` dexgs
  2023-06-27 22:20 ` [PR PATCH] [Closed]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-06-06  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42640#issuecomment-1577782933

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: python3-pytest-qt: update to 4.2.0.
  2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
                   ` (4 preceding siblings ...)
  2023-06-06  2:05 ` github-actions
@ 2023-06-06 15:24 ` dexgs
  2023-06-27 22:20 ` [PR PATCH] [Closed]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: dexgs @ 2023-06-06 15:24 UTC (permalink / raw)
  To: ml

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

New comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/42640#issuecomment-1578978691

Comment:
Is there anything missing from this PR? I want to get this package updated because another package I'm working on needs a version of pytest-qt greater than what's currently shipped in void.

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

* Re: [PR PATCH] [Closed]: python3-pytest-qt: update to 4.2.0.
  2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
                   ` (5 preceding siblings ...)
  2023-06-06 15:24 ` dexgs
@ 2023-06-27 22:20 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-06-27 22:20 UTC (permalink / raw)
  To: ml

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

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

python3-pytest-qt: update to 4.2.0.
https://github.com/void-linux/void-packages/pull/42640

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

#### Testing the changes
- I tested the changes in this PR: **YES** (I ran python tests which make use of this module)

<!-- 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, (x86_64-glibc)


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

end of thread, other threads:[~2023-06-27 22:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 14:25 [PR PATCH] python3-pytest-qt: update to 4.2.0 dexgs
2023-03-07 14:28 ` [PR PATCH] [Updated] " dexgs
2023-03-07 14:29 ` dexgs
2023-03-07 14:32 ` dexgs
2023-03-07 14:32 ` dexgs
2023-06-06  2:05 ` github-actions
2023-06-06 15:24 ` dexgs
2023-06-27 22:20 ` [PR PATCH] [Closed]: " 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).