Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-poetry-core: update to 1.5.0.
@ 2023-02-15 19:08 icp1994
  2023-02-16  1:54 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-02-15 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-poetry-core
https://github.com/void-linux/void-packages/pull/42294

python3-poetry-core: update to 1.5.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**

#### Rev dep checks
- [x] python3-msoffcrypto-tool
- [x] python3-WeasyPrint
- [x] python3-pytest-isort
- [x] python3-cssselect2
- [x] python3-Pyphen
- [x] python3-pydyf
- [x] python3-pytest-httpserver
- [x] python3-tinycss2
- [x] python3-matrix-nio
- [x] python3-quart
- [x] python3-aiofiles
- [x] python3-hypercorn
- [x] python3-pytzdata (unrelated test failures from before)
- [x] rofi-rbw
- [x] python3-httpx
- [x] synapse
- [x] python3-unpaddedbase64
- [x] jrnl
- [x] python3-pendulum (unrelated test failures from before)

Only real blocker was synapse, which has been resolved [upstream](https://github.com/matrix-org/synapse/commit/64a631879c8be583efe47ca48e39f6cdf6115645) and merged [here](https://github.com/void-linux/void-packages/commit/404663e7968ec3e7c4ce67771639aebac0cf822d).

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

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

From c83b4e159ed837f869efd2d4f659b8fdf448e3e1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Dec 2022 01:13:48 +0530
Subject: [PATCH] python3-poetry-core: update to 1.5.0.

---
 srcpkgs/python3-poetry-core/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template
index 8ead12d03d76..bcbd45b7feed 100644
--- a/srcpkgs/python3-poetry-core/template
+++ b/srcpkgs/python3-poetry-core/template
@@ -1,23 +1,22 @@
 # Template file for 'python3-poetry-core'
 pkgname=python3-poetry-core
-version=1.3.1
-revision=2
+version=1.5.0
+revision=1
 build_style="python3-pep517"
-make_check_args="--deselect tests/masonry/builders/test_sdist.py::test_default_with_excluded_data
- --deselect tests/masonry/builders/test_wheel.py::test_default_src_with_excluded_data"
 depends="python3"
-checkdepends="python3-devel python3-virtualenv python3-pyrsistent python3-pytest-mock git"
+checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
+ python3-pytest-mock"
 short_desc="Poetry PEP 517 Build Backend & Core Utilities"
 maintainer="Kye Shi <shi.kye@gmail.com>"
 license="MIT"
 homepage="https://github.com/python-poetry/poetry-core"
 changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md"
 distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz"
-checksum=8da8ce8f2e861527f660d7205a77095279d462b44d1d11bcf9e8ce74d96219ee
-make_check_pre="env PYTHONPATH=src"
+checksum=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8
+make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
 
 pre_check() {
-	rm -r tests/integration
+	rm -rf tests/integration
 }
 
 post_install() {

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

* Re: [PR REVIEW] python3-poetry-core: update to 1.5.0.
  2023-02-15 19:08 [PR PATCH] python3-poetry-core: update to 1.5.0 icp1994
@ 2023-02-16  1:54 ` classabbyamp
  2023-02-16  6:29 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-16  1:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

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

Comment:
do we need to -f? I prefer not doing it so the line will error when it can be removed

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

* Re: [PR REVIEW] python3-poetry-core: update to 1.5.0.
  2023-02-15 19:08 [PR PATCH] python3-poetry-core: update to 1.5.0 icp1994
  2023-02-16  1:54 ` [PR REVIEW] " classabbyamp
@ 2023-02-16  6:29 ` icp1994
  2023-02-16  9:07 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-02-16  6:29 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

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

Comment:
I was running the tests multiple times with `./xbps-src check <pkg>` and it was erring in alternate runs. So I had to do `./xbps-src clean <pkg>` every time before running tests. Does that make sense?

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

* Re: [PR REVIEW] python3-poetry-core: update to 1.5.0.
  2023-02-15 19:08 [PR PATCH] python3-poetry-core: update to 1.5.0 icp1994
  2023-02-16  1:54 ` [PR REVIEW] " classabbyamp
  2023-02-16  6:29 ` icp1994
@ 2023-02-16  9:07 ` classabbyamp
  2023-02-16  9:42 ` [PR PATCH] [Updated] " icp1994
  2023-02-16 19:10 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-16  9:07 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

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

Comment:
yes, that is expected behaviour. running steps multiple times without clean isn't really intended

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

* Re: [PR PATCH] [Updated] python3-poetry-core: update to 1.5.0.
  2023-02-15 19:08 [PR PATCH] python3-poetry-core: update to 1.5.0 icp1994
                   ` (2 preceding siblings ...)
  2023-02-16  9:07 ` classabbyamp
@ 2023-02-16  9:42 ` icp1994
  2023-02-16 19:10 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-02-16  9:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-poetry-core
https://github.com/void-linux/void-packages/pull/42294

python3-poetry-core: update to 1.5.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**

#### Rev dep checks
- [x] python3-msoffcrypto-tool
- [x] python3-WeasyPrint
- [x] python3-pytest-isort
- [x] python3-cssselect2
- [x] python3-Pyphen
- [x] python3-pydyf
- [x] python3-pytest-httpserver
- [x] python3-tinycss2
- [x] python3-matrix-nio
- [x] python3-quart
- [x] python3-aiofiles
- [x] python3-hypercorn
- [x] python3-pytzdata (unrelated test failures from before)
- [x] rofi-rbw
- [x] python3-httpx
- [x] synapse
- [x] python3-unpaddedbase64
- [x] jrnl
- [x] python3-pendulum (unrelated test failures from before)

Only real blocker was synapse, which has been resolved [upstream](https://github.com/matrix-org/synapse/commit/64a631879c8be583efe47ca48e39f6cdf6115645) and merged [here](https://github.com/void-linux/void-packages/commit/404663e7968ec3e7c4ce67771639aebac0cf822d).

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

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

From 282066c570bba6d2da0fe67baae24b537e3b7160 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Dec 2022 01:13:48 +0530
Subject: [PATCH] python3-poetry-core: update to 1.5.0.

---
 srcpkgs/python3-poetry-core/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template
index 8ead12d03d76..5806f47271f3 100644
--- a/srcpkgs/python3-poetry-core/template
+++ b/srcpkgs/python3-poetry-core/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-poetry-core'
 pkgname=python3-poetry-core
-version=1.3.1
-revision=2
+version=1.5.0
+revision=1
 build_style="python3-pep517"
-make_check_args="--deselect tests/masonry/builders/test_sdist.py::test_default_with_excluded_data
- --deselect tests/masonry/builders/test_wheel.py::test_default_src_with_excluded_data"
 depends="python3"
-checkdepends="python3-devel python3-virtualenv python3-pyrsistent python3-pytest-mock git"
+checkdepends="python3-devel python3-setuptools python3-virtualenv python3-pyrsistent
+ python3-pytest-mock"
 short_desc="Poetry PEP 517 Build Backend & Core Utilities"
 maintainer="Kye Shi <shi.kye@gmail.com>"
 license="MIT"
 homepage="https://github.com/python-poetry/poetry-core"
 changelog="https://raw.githubusercontent.com/python-poetry/poetry-core/main/CHANGELOG.md"
 distfiles="https://github.com/python-poetry/poetry-core/archive/refs/tags/${version}.tar.gz"
-checksum=8da8ce8f2e861527f660d7205a77095279d462b44d1d11bcf9e8ce74d96219ee
-make_check_pre="env PYTHONPATH=src"
+checksum=c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8
+make_check_pre="env PYTHONPATH=src PATH=/usr/libexec/chroot-git:${PATH}"
 
 pre_check() {
 	rm -r tests/integration

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

* Re: [PR PATCH] [Merged]: python3-poetry-core: update to 1.5.0.
  2023-02-15 19:08 [PR PATCH] python3-poetry-core: update to 1.5.0 icp1994
                   ` (3 preceding siblings ...)
  2023-02-16  9:42 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-16 19:10 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-02-16 19:10 UTC (permalink / raw)
  To: ml

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

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

python3-poetry-core: update to 1.5.0.
https://github.com/void-linux/void-packages/pull/42294

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**

#### Rev dep checks
- [x] python3-msoffcrypto-tool
- [x] python3-WeasyPrint
- [x] python3-pytest-isort
- [x] python3-cssselect2
- [x] python3-Pyphen
- [x] python3-pydyf
- [x] python3-pytest-httpserver
- [x] python3-tinycss2
- [x] python3-matrix-nio
- [x] python3-quart
- [x] python3-aiofiles
- [x] python3-hypercorn
- [x] python3-pytzdata (unrelated test failures from before)
- [x] rofi-rbw
- [x] python3-httpx
- [x] synapse
- [x] python3-unpaddedbase64
- [x] jrnl
- [x] python3-pendulum (unrelated test failures from before)

Only real blocker was synapse, which has been resolved [upstream](https://github.com/matrix-org/synapse/commit/64a631879c8be583efe47ca48e39f6cdf6115645) and merged [here](https://github.com/void-linux/void-packages/commit/404663e7968ec3e7c4ce67771639aebac0cf822d).

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

end of thread, other threads:[~2023-02-16 19:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 19:08 [PR PATCH] python3-poetry-core: update to 1.5.0 icp1994
2023-02-16  1:54 ` [PR REVIEW] " classabbyamp
2023-02-16  6:29 ` icp1994
2023-02-16  9:07 ` classabbyamp
2023-02-16  9:42 ` [PR PATCH] [Updated] " icp1994
2023-02-16 19:10 ` [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).