Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-parameterized: update to 0.9.0.
@ 2023-09-01 18:47 icp1994
  2023-09-07  0:54 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-09-01 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-parameterized
https://github.com/void-linux/void-packages/pull/45874

python3-parameterized: update to 0.9.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 59f9bb59fa7fc1ad69e648de53a2bc3eac583b55 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 25 Aug 2023 12:41:01 +0530
Subject: [PATCH] python3-parameterized: update to 0.9.0.

---
 srcpkgs/python3-parameterized/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-parameterized/template b/srcpkgs/python3-parameterized/template
index 2536cba379501..2d6e5c91d69b8 100644
--- a/srcpkgs/python3-parameterized/template
+++ b/srcpkgs/python3-parameterized/template
@@ -1,19 +1,24 @@
 # Template file for 'python3-parameterized'
 pkgname=python3-parameterized
-version=0.8.1
-revision=3
-build_style=python3-module
-make_check_target=nosetests
-hostmakedepends="python3-setuptools"
+version=0.9.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
-checkdepends="python3-mock python3-nose"
+checkdepends="python3-mock"
 short_desc="Parameterized testing with any Python test framework"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause-Views"
 homepage="https://github.com/wolever/parameterized"
 changelog="https://raw.githubusercontent.com/wolever/parameterized/master/CHANGELOG.txt"
 distfiles="${PYPI_SITE}/p/parameterized/parameterized-${version}.tar.gz"
-checksum=41bbff37d6186430f77f900d777e5bb6a24928a1c46fb1de692f8b52b8833b5c
+checksum=7fc905272cefa4f364c1a3429cbbe9c0f98b793988efb5bf90aac80f08db09b1
+
+do_check() {
+	# errs with pytest4 - not supported by upstream
+	# https://github.com/wolever/parameterized/blob/v0.9.0/tox.ini#L12
+	python3 -m unittest parameterized.test
+}
 
 post_install() {
 	rm "${DESTDIR}/${py3_sitelib}/parameterized/test.py"

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

* Re: [PR PATCH] [Merged]: python3-parameterized: update to 0.9.0.
  2023-09-01 18:47 [PR PATCH] python3-parameterized: update to 0.9.0 icp1994
@ 2023-09-07  0:54 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-09-07  0:54 UTC (permalink / raw)
  To: ml

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

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

python3-parameterized: update to 0.9.0.
https://github.com/void-linux/void-packages/pull/45874

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-09-07  0:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01 18:47 [PR PATCH] python3-parameterized: update to 0.9.0 icp1994
2023-09-07  0:54 ` [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).