Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tox: update to 4.14.2.
@ 2024-03-24 20:49 tornaria
  2024-04-01 12:10 ` adigitoleo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tornaria @ 2024-03-24 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages tox
https://github.com/void-linux/void-packages/pull/49512

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

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

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

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

From 82699610983c333c53d9f5a4fbac494625778bd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 24 Mar 2024 17:42:21 -0300
Subject: [PATCH 1/3] python3-pytest-mock: update to 3.14.0.

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

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index fff08dded26787..92cd63db56be1b 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
-version=3.12.0
+version=3.14.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-wheel"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/pytest-mock/"
 changelog="https://raw.githubusercontent.com/pytest-dev/pytest-mock/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pytest-mock/pytest-mock-${version}.tar.gz"
-checksum=31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9
+checksum=2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0
 
 post_install() {
 	vlicense LICENSE

From 4476ac95f60bbe85babbc6bca3877004153a811e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 24 Mar 2024 17:38:18 -0300
Subject: [PATCH 2/3] python3-time-machine: update to 2.14.1.

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

diff --git a/srcpkgs/python3-time-machine/template b/srcpkgs/python3-time-machine/template
index b5f18a395333c9..6355039525d5b3 100644
--- a/srcpkgs/python3-time-machine/template
+++ b/srcpkgs/python3-time-machine/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-time-machine'
 pkgname=python3-time-machine
-version=2.14.0
+version=2.14.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/adamchainz/time-machine"
 changelog="https://raw.githubusercontent.com/adamchainz/time-machine/main/CHANGELOG.rst"
 distfiles="https://github.com/adamchainz/time-machine/archive/refs/tags/${version}.tar.gz"
-checksum=96d4d0d9af39004f74b705650bd5079c9208ba2c94428621863982e914ed0884
+checksum=a57bfadf961318fca2ba840d15116176e253aa8689d88c830480b46f0ea5dcdf
 
 post_install() {
 	vlicense LICENSE

From bf26655314d1e1650195de03bd8440d2871390a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 15 Mar 2024 13:28:14 -0300
Subject: [PATCH 3/3] tox: update to 4.14.2.

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

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 0227d637520c62..5f091fd3c6d71a 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.13.0
+version=4.14.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -15,7 +15,7 @@ license="MIT"
 homepage="https://tox.wiki/"
 changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
-checksum=dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7
+checksum=0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: tox: update to 4.14.2.
  2024-03-24 20:49 [PR PATCH] tox: update to 4.14.2 tornaria
@ 2024-04-01 12:10 ` adigitoleo
  2024-04-03  2:37 ` [PR PATCH] [Updated] " tornaria
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: adigitoleo @ 2024-04-01 12:10 UTC (permalink / raw)
  To: ml

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

New comment by adigitoleo on void-packages repository

https://github.com/void-linux/void-packages/pull/49512#issuecomment-2029662736

Comment:
You are missing `python3-pluggy` as a dependency. See [here](https://github.com/tox-dev/tox/blob/main/pyproject.toml#L57)

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

* Re: [PR PATCH] [Updated] tox: update to 4.14.2.
  2024-03-24 20:49 [PR PATCH] tox: update to 4.14.2 tornaria
  2024-04-01 12:10 ` adigitoleo
@ 2024-04-03  2:37 ` tornaria
  2024-04-03  2:37 ` tornaria
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2024-04-03  2:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages tox
https://github.com/void-linux/void-packages/pull/49512

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

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

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

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

From 794c03bfea869b1ff7c6d31ac65b57fa7e289d7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 24 Mar 2024 17:42:21 -0300
Subject: [PATCH 1/3] python3-pytest-mock: update to 3.14.0.

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

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index fff08dded26787..92cd63db56be1b 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
-version=3.12.0
+version=3.14.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-wheel"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/pytest-mock/"
 changelog="https://raw.githubusercontent.com/pytest-dev/pytest-mock/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pytest-mock/pytest-mock-${version}.tar.gz"
-checksum=31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9
+checksum=2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0
 
 post_install() {
 	vlicense LICENSE

From c69376cef79215ac82ae83fd716a625731cb7e17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 24 Mar 2024 17:38:18 -0300
Subject: [PATCH 2/3] python3-time-machine: update to 2.14.1.

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

diff --git a/srcpkgs/python3-time-machine/template b/srcpkgs/python3-time-machine/template
index b5f18a395333c9..6355039525d5b3 100644
--- a/srcpkgs/python3-time-machine/template
+++ b/srcpkgs/python3-time-machine/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-time-machine'
 pkgname=python3-time-machine
-version=2.14.0
+version=2.14.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/adamchainz/time-machine"
 changelog="https://raw.githubusercontent.com/adamchainz/time-machine/main/CHANGELOG.rst"
 distfiles="https://github.com/adamchainz/time-machine/archive/refs/tags/${version}.tar.gz"
-checksum=96d4d0d9af39004f74b705650bd5079c9208ba2c94428621863982e914ed0884
+checksum=a57bfadf961318fca2ba840d15116176e253aa8689d88c830480b46f0ea5dcdf
 
 post_install() {
 	vlicense LICENSE

From a57849a62bd8af57b3a381ded422c798bd7fc105 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 15 Mar 2024 13:28:14 -0300
Subject: [PATCH 3/3] tox: update to 4.14.2.

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

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 0227d637520c62..1758c5679d706f 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,11 +1,11 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.13.0
+version=4.14.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
 depends="python3-cachetools python3-chardet python3-colorama python3-filelock
- python3-pyproject-api python3-virtualenv"
+ python3-pluggy python3-pyproject-api python3-virtualenv"
 checkdepends="$depends python3-distlib python3-flaky python3-psutil
  python3-pytest python3-pytest-mock python3-pytest-xdist python3-re-assert
  python3-time-machine python3-wheel"
@@ -15,7 +15,7 @@ license="MIT"
 homepage="https://tox.wiki/"
 changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
-checksum=dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7
+checksum=0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: tox: update to 4.14.2.
  2024-03-24 20:49 [PR PATCH] tox: update to 4.14.2 tornaria
  2024-04-01 12:10 ` adigitoleo
  2024-04-03  2:37 ` [PR PATCH] [Updated] " tornaria
@ 2024-04-03  2:37 ` tornaria
  2024-04-03  2:39 ` tornaria
  2024-04-03 15:49 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2024-04-03  2:37 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/49512#issuecomment-2033426872

Comment:
> You are missing `python3-pluggy` as a dependency. See [here](https://github.com/tox-dev/tox/blob/main/pyproject.toml#L57)

Indeed, tox fails to start without pluggy.

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

* Re: tox: update to 4.14.2.
  2024-03-24 20:49 [PR PATCH] tox: update to 4.14.2 tornaria
                   ` (2 preceding siblings ...)
  2024-04-03  2:37 ` tornaria
@ 2024-04-03  2:39 ` tornaria
  2024-04-03 15:49 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2024-04-03  2:39 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/49512#issuecomment-2033428165

Comment:
It's fixed now, thanks for the note @adigitoleo 

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

* Re: [PR PATCH] [Merged]: tox: update to 4.14.2.
  2024-03-24 20:49 [PR PATCH] tox: update to 4.14.2 tornaria
                   ` (3 preceding siblings ...)
  2024-04-03  2:39 ` tornaria
@ 2024-04-03 15:49 ` cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-04-03 15:49 UTC (permalink / raw)
  To: ml

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

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

tox: update to 4.14.2.
https://github.com/void-linux/void-packages/pull/49512

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

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

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

end of thread, other threads:[~2024-04-03 15:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-24 20:49 [PR PATCH] tox: update to 4.14.2 tornaria
2024-04-01 12:10 ` adigitoleo
2024-04-03  2:37 ` [PR PATCH] [Updated] " tornaria
2024-04-03  2:37 ` tornaria
2024-04-03  2:39 ` tornaria
2024-04-03 15:49 ` [PR PATCH] [Merged]: " cinerea0

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