Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pytest-mock: update to 3.9.0
@ 2022-10-01  5:47 tranzystorek-io
  2022-10-01  9:41 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorek-io @ 2022-10-01  5:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages pytest-mock
https://github.com/void-linux/void-packages/pull/39570

python3-pytest-mock: update to 3.9.0
<!-- 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/39570.patch is attached

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

From 404649f60d1b34d49334f6c5ed37e0107c91aec9 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Oct 2022 07:46:48 +0200
Subject: [PATCH] python3-pytest-mock: update to 3.9.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 3cbfc61e835a..e9cbb4a8056f 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.7.0
+version=3.9.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/pytest-dev/pytest-mock/"
 distfiles="${PYPI_SITE}/p/pytest-mock/pytest-mock-${version}.tar.gz"
-checksum=5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534
+checksum=c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82
 
 # pytest-mock requires pytest-mock to be installed so it'll always fail during
 # packaging

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

* Re: python3-pytest-mock: update to 3.9.0
  2022-10-01  5:47 [PR PATCH] python3-pytest-mock: update to 3.9.0 tranzystorek-io
@ 2022-10-01  9:41 ` classabbyamp
  2022-10-01 10:11 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-10-01 10:12 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-01  9:41 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39570#issuecomment-1264307965

Comment:
changelog: https://raw.githubusercontent.com/pytest-dev/pytest-mock/main/CHANGELOG.rst

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

* Re: [PR PATCH] [Updated] python3-pytest-mock: update to 3.9.0
  2022-10-01  5:47 [PR PATCH] python3-pytest-mock: update to 3.9.0 tranzystorek-io
  2022-10-01  9:41 ` classabbyamp
@ 2022-10-01 10:11 ` tranzystorek-io
  2022-10-01 10:12 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorek-io @ 2022-10-01 10:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages pytest-mock
https://github.com/void-linux/void-packages/pull/39570

python3-pytest-mock: update to 3.9.0
<!-- 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/39570.patch is attached

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

From 8f3787527f5f97c520b55b50bf2974c1c207a906 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Oct 2022 07:46:48 +0200
Subject: [PATCH] python3-pytest-mock: update to 3.9.0

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

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index 3cbfc61e835a..e4925919bf2d 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.7.0
+version=3.9.0
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -11,8 +11,9 @@ short_desc="Thin-wrapper around mock for easier use with py.test (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534
+checksum=c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82
 
 # pytest-mock requires pytest-mock to be installed so it'll always fail during
 # packaging

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

* Re: [PR PATCH] [Merged]: python3-pytest-mock: update to 3.9.0
  2022-10-01  5:47 [PR PATCH] python3-pytest-mock: update to 3.9.0 tranzystorek-io
  2022-10-01  9:41 ` classabbyamp
  2022-10-01 10:11 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-10-01 10:12 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-01 10:12 UTC (permalink / raw)
  To: ml

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

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

python3-pytest-mock: update to 3.9.0
https://github.com/void-linux/void-packages/pull/39570

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

end of thread, other threads:[~2022-10-01 10:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01  5:47 [PR PATCH] python3-pytest-mock: update to 3.9.0 tranzystorek-io
2022-10-01  9:41 ` classabbyamp
2022-10-01 10:11 ` [PR PATCH] [Updated] " tranzystorek-io
2022-10-01 10:12 ` [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).