Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tox: update to 3.28.0, orphan.
@ 2023-02-15 20:51 Chocimier
  2023-02-16  1:11 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Chocimier @ 2023-02-15 20:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org tox
https://github.com/void-linux/void-packages/pull/42299

tox: update to 3.28.0, orphan.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Tox was packaged for do_check, but it runs in virtualenv, thus not useful.
Maybe it could be made work with [sitepackages](https://tox.wiki/en/latest/config.html#sitepackages).

<!--
#### 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/42299.patch is attached

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

From 8eac38091caa4a4c086e23f0a436e6c1b47e2025 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 15 Feb 2023 21:08:29 +0100
Subject: [PATCH 1/2] python3-pytest: update to 7.2.1.

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

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index b644c8233ec4..c6f7a2671379 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
-version=7.1.3
+version=7.2.1
 revision=1
 build_style=python3-module
 _common_deps="python3-attrs python3-iniconfig python3-py python3-pluggy"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://docs.pytest.org/en/latest/"
 changelog="https://docs.pytest.org/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
-checksum=4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39
+checksum=d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42
 alternatives="
  pytest:pytest:/usr/bin/pytest3
  pytest:py.test:/usr/bin/py.test3"

From c458072a54d96cd4bd8835fb8599c0dabd8e761d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 15 Feb 2023 21:08:30 +0100
Subject: [PATCH 2/2] tox: update to 3.28.0, orphan.

---
 srcpkgs/tox/template | 9 +++++----
 srcpkgs/tox/update   | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 219e0e4ac44a..d16963746bed 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
-version=3.25.1
-revision=2
+version=3.28.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3-filelock python3-packaging
@@ -9,17 +9,18 @@ depends="python3-filelock python3-packaging
 checkdepends="${depends} python3-pip python3-pytest-mock
  python3-flaky python3-pathlib2 python3-freezegun"
 short_desc="Generic virtualenv management and test command line tool"
-maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://tox.readthedocs.io/en/latest/"
 changelog="https://tox.readthedocs.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
-checksum=c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9
+checksum=d0d28f3fe6d6d7195c27f8b054c3e99d5451952b54abdae673b71609a581f640
 
 do_check() {
 	# Skipped tests fail to find module or rely on missing entrypoint script
 	PYTHONPATH=src python3 -m pytest \
 		-k "not test_parallel \
+			and not test_provision_race \
 			and not test_tox_console_script \
 			and not test_tox_quickstart_script \
 			and not test_provision_cli_args_ignore \
diff --git a/srcpkgs/tox/update b/srcpkgs/tox/update
index e957dc43055f..9a2b5033cf54 100644
--- a/srcpkgs/tox/update
+++ b/srcpkgs/tox/update
@@ -1 +1 @@
-ignore="*a* *b*"
+ignore="*a* *b* 4*"

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

* Re: [PR REVIEW] tox: update to 3.28.0, orphan.
  2023-02-15 20:51 [PR PATCH] tox: update to 3.28.0, orphan Chocimier
  2023-02-16  1:11 ` [PR REVIEW] " classabbyamp
  2023-02-16  1:11 ` classabbyamp
@ 2023-02-16  1:11 ` classabbyamp
  2023-02-18 19:08 ` [PR PATCH] [Updated] " Chocimier
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-02-16  1:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42299#discussion_r1107903883

Comment:
```suggestion
 python3-pluggy python3-pytest python3-virtualenv"
```
uses builtin tomllib now

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

* Re: [PR REVIEW] tox: update to 3.28.0, orphan.
  2023-02-15 20:51 [PR PATCH] tox: update to 3.28.0, orphan Chocimier
@ 2023-02-16  1:11 ` classabbyamp
  2023-02-16  1:11 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-02-16  1:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42299#discussion_r1107904892

Comment:
remove python3-tomli below, now uses builtin tomllib

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

* Re: [PR REVIEW] tox: update to 3.28.0, orphan.
  2023-02-15 20:51 [PR PATCH] tox: update to 3.28.0, orphan Chocimier
  2023-02-16  1:11 ` [PR REVIEW] " classabbyamp
@ 2023-02-16  1:11 ` classabbyamp
  2023-02-16  1:11 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-02-16  1:11 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42299#discussion_r1107903762

Comment:
```suggestion
homepage="https://tox.wiki/en/legacy/"
changelog="https://tox.wiki/en/legacy/changelog.html"
```
redirects, also switch branch for 3.x

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

* Re: [PR PATCH] [Updated] tox: update to 3.28.0, orphan.
  2023-02-15 20:51 [PR PATCH] tox: update to 3.28.0, orphan Chocimier
                   ` (2 preceding siblings ...)
  2023-02-16  1:11 ` classabbyamp
@ 2023-02-18 19:08 ` Chocimier
  2023-02-18 19:09 ` [PR REVIEW] " Chocimier
  2023-02-20 21:57 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2023-02-18 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org tox
https://github.com/void-linux/void-packages/pull/42299

tox: update to 3.28.0, orphan.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Tox was packaged for do_check, but it runs in virtualenv, thus not useful.
Maybe it could be made work with [sitepackages](https://tox.wiki/en/latest/config.html#sitepackages).

<!--
#### 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/42299.patch is attached

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

From dfbed649f6425e00184d209cd386d8e600275429 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 15 Feb 2023 21:08:29 +0100
Subject: [PATCH 1/2] python3-pytest: update to 7.2.1.

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

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index b644c8233ec4..ffc1c3799a0f 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
-version=7.1.3
+version=7.2.1
 revision=1
 build_style=python3-module
 _common_deps="python3-attrs python3-iniconfig python3-py python3-pluggy"
 hostmakedepends="python3-setuptools_scm python3-wheel python3-Sphinx ${_common_deps}"
-depends="python3-packaging python3-tomli ${_common_deps}"
+depends="python3-packaging ${_common_deps}"
 checkdepends="$depends python3-argcomplete python3-hypothesis python3-mock
  python3-nose python3-requests python3-parsing python3-xmlschema"
 short_desc="Simple powerful testing with Python 3"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://docs.pytest.org/en/latest/"
 changelog="https://docs.pytest.org/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
-checksum=4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39
+checksum=d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42
 alternatives="
  pytest:pytest:/usr/bin/pytest3
  pytest:py.test:/usr/bin/py.test3"

From 540a3ad8e0211790f03a12687ec8053912367cd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 15 Feb 2023 21:08:30 +0100
Subject: [PATCH 2/2] tox: update to 3.28.0, orphan.

---
 srcpkgs/tox/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 219e0e4ac44a..f12240e989c4 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,25 +1,26 @@
 # Template file for 'tox'
 pkgname=tox
-version=3.25.1
-revision=2
+version=3.28.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3-filelock python3-packaging
- python3-pluggy python3-pytest python3-toml python3-virtualenv"
+ python3-pluggy python3-pytest python3-virtualenv"
 checkdepends="${depends} python3-pip python3-pytest-mock
  python3-flaky python3-pathlib2 python3-freezegun"
 short_desc="Generic virtualenv management and test command line tool"
-maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://tox.readthedocs.io/en/latest/"
-changelog="https://tox.readthedocs.io/en/latest/changelog.html"
+homepage="https://tox.wiki/en/legacy/"
+changelog="https://tox.wiki/en/legacy/changelog.html"
 distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
-checksum=c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9
+checksum=d0d28f3fe6d6d7195c27f8b054c3e99d5451952b54abdae673b71609a581f640
 
 do_check() {
 	# Skipped tests fail to find module or rely on missing entrypoint script
 	PYTHONPATH=src python3 -m pytest \
 		-k "not test_parallel \
+			and not test_provision_race \
 			and not test_tox_console_script \
 			and not test_tox_quickstart_script \
 			and not test_provision_cli_args_ignore \

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

* Re: [PR REVIEW] tox: update to 3.28.0, orphan.
  2023-02-15 20:51 [PR PATCH] tox: update to 3.28.0, orphan Chocimier
                   ` (3 preceding siblings ...)
  2023-02-18 19:08 ` [PR PATCH] [Updated] " Chocimier
@ 2023-02-18 19:09 ` Chocimier
  2023-02-20 21:57 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2023-02-18 19:09 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/42299#discussion_r1111094563

Comment:
OK, even if ignoring 4.* wasn't intended to commit.

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

* Re: [PR PATCH] [Merged]: tox: update to 3.28.0, orphan.
  2023-02-15 20:51 [PR PATCH] tox: update to 3.28.0, orphan Chocimier
                   ` (4 preceding siblings ...)
  2023-02-18 19:09 ` [PR REVIEW] " Chocimier
@ 2023-02-20 21:57 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2023-02-20 21:57 UTC (permalink / raw)
  To: ml

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

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

tox: update to 3.28.0, orphan.
https://github.com/void-linux/void-packages/pull/42299

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

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

Tox was packaged for do_check, but it runs in virtualenv, thus not useful.
Maybe it could be made work with [sitepackages](https://tox.wiki/en/latest/config.html#sitepackages).

<!--
#### 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] 7+ messages in thread

end of thread, other threads:[~2023-02-20 21:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 20:51 [PR PATCH] tox: update to 3.28.0, orphan Chocimier
2023-02-16  1:11 ` [PR REVIEW] " classabbyamp
2023-02-16  1:11 ` classabbyamp
2023-02-16  1:11 ` classabbyamp
2023-02-18 19:08 ` [PR PATCH] [Updated] " Chocimier
2023-02-18 19:09 ` [PR REVIEW] " Chocimier
2023-02-20 21:57 ` [PR PATCH] [Merged]: " Chocimier

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