Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-utils: update to 3.5.2.
@ 2023-02-25 20:03 icp1994
  2023-03-06 20:01 ` [PR REVIEW] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2023-02-25 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-utils
https://github.com/void-linux/void-packages/pull/42445

python3-utils: update to 3.5.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From 3e80589eaa128d91f89832180a95f183e666c3ca Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 20 Feb 2023 01:31:10 +0530
Subject: [PATCH] python3-utils: update to 3.5.2.

---
 srcpkgs/python3-utils/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 3537bb2ad69e..ca080a30259f 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,19 +1,21 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
-version=3.1.0
-revision=3
+version=3.5.2
+revision=1
 build_style=python3-module
-# skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29
-make_check_args="-o addopts=--doctest-modules"
 hostmakedepends="python3-setuptools"
 depends="python3"
 checkdepends="python3-pytest python3-pytest-asyncio"
 short_desc="Convenient utilities not included with the standard Python3 install"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
-homepage="https://github.com/WoLpH/python-utils"
-distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz"
-checksum=6f20e784af79dd0f2c330c88496b3d08fa29e27bcfba398ba78f73d8ae85f670
+homepage="https://python-utils.readthedocs.org/en/latest/"
+distfiles="https://github.com/wolph/python-utils/archive/refs/tags/v${version}.tar.gz"
+checksum=390679454ce9d9f33bff932b17d75648a9cfddc23e771cf6c4c37a1274b3f66e
+
+pre_check() {
+	rm pytest.ini _python_utils_tests/test_logger.py # requires unpackaged loguru
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-utils: update to 3.5.2.
  2023-02-25 20:03 [PR PATCH] python3-utils: update to 3.5.2 icp1994
@ 2023-03-06 20:01 ` paper42
  2023-03-06 20:11 ` icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-03-06 20:01 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42445#discussion_r1126969784

Comment:
check can be ran multiple times, this will be failing on the second run, move it to post_extract which runs only once

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

* Re: [PR REVIEW] python3-utils: update to 3.5.2.
  2023-02-25 20:03 [PR PATCH] python3-utils: update to 3.5.2 icp1994
  2023-03-06 20:01 ` [PR REVIEW] " paper42
@ 2023-03-06 20:11 ` icp1994
  2023-03-06 20:12 ` icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-03-06 20:11 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42445#discussion_r1126981671

Comment:
but abby told me the other day that the tests aren't meant to run multiple times without running clean first; that's why I have been avoiding -f with rm

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

* Re: [PR REVIEW] python3-utils: update to 3.5.2.
  2023-02-25 20:03 [PR PATCH] python3-utils: update to 3.5.2 icp1994
  2023-03-06 20:01 ` [PR REVIEW] " paper42
  2023-03-06 20:11 ` icp1994
@ 2023-03-06 20:12 ` icp1994
  2023-03-06 20:20 ` paper42
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-03-06 20:12 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42445#discussion_r1126982950

Comment:
https://github.com/void-linux/void-packages/pull/42294#discussion_r1108062163

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

* Re: [PR REVIEW] python3-utils: update to 3.5.2.
  2023-02-25 20:03 [PR PATCH] python3-utils: update to 3.5.2 icp1994
                   ` (2 preceding siblings ...)
  2023-03-06 20:12 ` icp1994
@ 2023-03-06 20:20 ` paper42
  2023-03-18 19:15 ` [PR PATCH] [Updated] " icp1994
  2023-03-22 23:44 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-03-06 20:20 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42445#discussion_r1126992388

Comment:
hmm, I sometimes run them multiple times without cleaning and without any issues

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

* Re: [PR PATCH] [Updated] python3-utils: update to 3.5.2.
  2023-02-25 20:03 [PR PATCH] python3-utils: update to 3.5.2 icp1994
                   ` (3 preceding siblings ...)
  2023-03-06 20:20 ` paper42
@ 2023-03-18 19:15 ` icp1994
  2023-03-22 23:44 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-03-18 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-utils
https://github.com/void-linux/void-packages/pull/42445

python3-utils: update to 3.5.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

From 62af2b8d71f3b6a8d7cb67c1f0d37cc8de33915c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 20 Feb 2023 01:31:10 +0530
Subject: [PATCH] python3-utils: update to 3.5.2.

---
 srcpkgs/python3-utils/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 3537bb2ad69e..f2306bd05c93 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,19 +1,21 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
-version=3.1.0
-revision=3
+version=3.5.2
+revision=1
 build_style=python3-module
-# skip coverage and mypy tests https://github.com/WoLpH/python-utils/issues/29
-make_check_args="-o addopts=--doctest-modules"
 hostmakedepends="python3-setuptools"
 depends="python3"
 checkdepends="python3-pytest python3-pytest-asyncio"
 short_desc="Convenient utilities not included with the standard Python3 install"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
-homepage="https://github.com/WoLpH/python-utils"
-distfiles="https://github.com/WoLpH/python-utils/archive/v${version}.tar.gz"
-checksum=6f20e784af79dd0f2c330c88496b3d08fa29e27bcfba398ba78f73d8ae85f670
+homepage="https://python-utils.readthedocs.org/en/latest/"
+distfiles="https://github.com/wolph/python-utils/archive/refs/tags/v${version}.tar.gz"
+checksum=390679454ce9d9f33bff932b17d75648a9cfddc23e771cf6c4c37a1274b3f66e
+
+post_extract() {
+	rm pytest.ini _python_utils_tests/test_logger.py # requires unpackaged loguru
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-utils: update to 3.5.2.
  2023-02-25 20:03 [PR PATCH] python3-utils: update to 3.5.2 icp1994
                   ` (4 preceding siblings ...)
  2023-03-18 19:15 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-22 23:44 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2023-03-22 23:44 UTC (permalink / raw)
  To: ml

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

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

python3-utils: update to 3.5.2.
https://github.com/void-linux/void-packages/pull/42445

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

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

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

end of thread, other threads:[~2023-03-22 23:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 20:03 [PR PATCH] python3-utils: update to 3.5.2 icp1994
2023-03-06 20:01 ` [PR REVIEW] " paper42
2023-03-06 20:11 ` icp1994
2023-03-06 20:12 ` icp1994
2023-03-06 20:20 ` paper42
2023-03-18 19:15 ` [PR PATCH] [Updated] " icp1994
2023-03-22 23:44 ` [PR PATCH] [Merged]: " paper42

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