Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules
@ 2023-11-30 13:04 tsndqst
  2024-02-29  1:44 ` github-actions
  2024-03-14  1:44 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: tsndqst @ 2023-11-30 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsndqst/void-packages update_pytest_modules
https://github.com/void-linux/void-packages/pull/47500

Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
- Since these are pytest modules I ran the gns3-server tests to verify these versions work.

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

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

From 2758806e150161de5370a27b171516a52631221f Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 30 Nov 2023 07:01:39 -0600
Subject: [PATCH 1/2] python3-pytest-aiohttp: update to 1.0.5.

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

diff --git a/srcpkgs/python3-pytest-aiohttp/template b/srcpkgs/python3-pytest-aiohttp/template
index 29a886ec609f7..18c46bc75d3d9 100644
--- a/srcpkgs/python3-pytest-aiohttp/template
+++ b/srcpkgs/python3-pytest-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-aiohttp'
 pkgname=python3-pytest-aiohttp
-version=1.0.4
-revision=3
+version=1.0.5
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-pytest python3-aiohttp python3-pytest-asyncio"
@@ -11,6 +11,6 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/aio-libs/pytest-aiohttp/"
 distfiles="${PYPI_SITE}/p/pytest-aiohttp/pytest-aiohttp-${version}.tar.gz"
-checksum=39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4
+checksum=880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a
 # Tests require package be installed (but they succeed in that case)
 make_check=no

From e3e58b43c028af3e83e898f04ee86b364f2a804e Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 30 Nov 2023 07:01:45 -0600
Subject: [PATCH 2/2] python3-pytest-timeout: update to 2.2.0.

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

diff --git a/srcpkgs/python3-pytest-timeout/template b/srcpkgs/python3-pytest-timeout/template
index bcc5a67ef828f..c3990a8c8d697 100644
--- a/srcpkgs/python3-pytest-timeout/template
+++ b/srcpkgs/python3-pytest-timeout/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-timeout'
 pkgname=python3-pytest-timeout
-version=2.1.0
-revision=3
+version=2.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pytest"
@@ -11,7 +11,7 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pytest-timeout/"
 distfiles="${PYPI_SITE}/p/pytest-timeout/pytest-timeout-${version}.tar.gz"
-checksum=c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9
+checksum=3b0b95dabf3cb50bac9ef5ca912fa0cfc286526af17afc806824df20c2f72c90
 # Tests require package to be installed
 make_check=no
 

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

* Re: Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules
  2023-11-30 13:04 [PR PATCH] Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules tsndqst
@ 2024-02-29  1:44 ` github-actions
  2024-03-14  1:44 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-02-29  1:44 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/47500#issuecomment-1970243024

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

* Re: [PR PATCH] [Closed]: Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules
  2023-11-30 13:04 [PR PATCH] Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules tsndqst
  2024-02-29  1:44 ` github-actions
@ 2024-03-14  1:44 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-03-14  1:44 UTC (permalink / raw)
  To: ml

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

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

Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules
https://github.com/void-linux/void-packages/pull/47500

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
- Since these are pytest modules I ran the gns3-server tests to verify these versions work.

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

end of thread, other threads:[~2024-03-14  1:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 13:04 [PR PATCH] Update python3-pytest-timeout and python3-pytest-aiohttp pytest modules tsndqst
2024-02-29  1:44 ` github-actions
2024-03-14  1:44 ` [PR PATCH] [Closed]: " github-actions

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