Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pkginfo: update to 1.8.3
@ 2022-10-13  5:40 anjandev
  2022-10-13  5:41 ` [PR PATCH] [Updated] " anjandev
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: anjandev @ 2022-10-13  5:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages pkginfo2
https://github.com/void-linux/void-packages/pull/39929

python3-pkginfo: update to 1.8.3

#### 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-glibc)



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

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

From 976a8d380d6b17f3884d5a9c4e36c466236c7ef9 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:39:41 -0700
Subject: [PATCH] python3-pkginfo: update to 1.8.3

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

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index aa1d7c1f362b..0f75a18ac759 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
-version=1.5.0.1
-revision=4
+version=1.8.3
+revision=1
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"
@@ -11,7 +11,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="MIT"
 homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
 distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
-checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
@ 2022-10-13  5:41 ` anjandev
  2022-10-13  5:45 ` anjandev
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2022-10-13  5:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages pkginfo2
https://github.com/void-linux/void-packages/pull/39929

python3-pkginfo: update to 1.8.3

#### 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-glibc)



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

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

From 7a61bb1ba4fba6e08892c4556cd5fbb2114a18b1 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:39:41 -0700
Subject: [PATCH] python3-pkginfo: update to 1.8.3

---
 srcpkgs/python3-pkginfo/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index aa1d7c1f362b..a6b28b6bc09d 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
-version=1.5.0.1
-revision=4
+version=1.8.3
+revision=1
 wrksrc=pkginfo-${version}
 build_style=python3-module
-depends="python3"
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Query metadatdata from sdists / bdists / installed packages"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="MIT"
 homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
 distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
-checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
  2022-10-13  5:41 ` [PR PATCH] [Updated] " anjandev
@ 2022-10-13  5:45 ` anjandev
  2022-10-13  5:57 ` anjandev
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2022-10-13  5:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages pkginfo2
https://github.com/void-linux/void-packages/pull/39929

python3-pkginfo: update to 1.8.3

#### 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-glibc)



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

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

From 197956172f61c8853c642706c96e57da251adfe8 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:39:41 -0700
Subject: [PATCH] python3-pkginfo: update to 1.8.3

---
 srcpkgs/python3-pkginfo/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index aa1d7c1f362b..36fe9a80148d 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
-version=1.5.0.1
-revision=4
+version=1.8.3
+revision=1
 wrksrc=pkginfo-${version}
 build_style=python3-module
-depends="python3"
 hostmakedepends="python3-setuptools"
+depends="python3 python3-wheel"
 short_desc="Query metadatdata from sdists / bdists / installed packages"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="MIT"
 homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
 distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
-checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
  2022-10-13  5:41 ` [PR PATCH] [Updated] " anjandev
  2022-10-13  5:45 ` anjandev
@ 2022-10-13  5:57 ` anjandev
  2022-10-13  5:59 ` anjandev
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2022-10-13  5:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages pkginfo2
https://github.com/void-linux/void-packages/pull/39929

python3-pkginfo: update to 1.8.3

#### 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-glibc)



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

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

From 84464ea61ded739fae34885d45a65f8b547ca21a Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:39:41 -0700
Subject: [PATCH] python3-pkginfo: update to 1.8.3

---
 srcpkgs/python3-pkginfo/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index aa1d7c1f362b..93e877b37771 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
-version=1.5.0.1
-revision=4
+version=1.8.3
+revision=1
 wrksrc=pkginfo-${version}
 build_style=python3-module
-depends="python3"
 hostmakedepends="python3-setuptools"
+checkdepends="python3-wheel"
+depends="python3 python3-wheel"
 short_desc="Query metadatdata from sdists / bdists / installed packages"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="MIT"
 homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
 distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
-checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (2 preceding siblings ...)
  2022-10-13  5:57 ` anjandev
@ 2022-10-13  5:59 ` anjandev
  2022-10-13  6:00 ` anjandev
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2022-10-13  5:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages pkginfo2
https://github.com/void-linux/void-packages/pull/39929

python3-pkginfo: update to 1.8.3

#### 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-glibc)



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

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

From ad8ccd3695222537b95544c38e94f5d6b22b78d3 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:39:41 -0700
Subject: [PATCH] python3-pkginfo: update to 1.8.3

---
 srcpkgs/python3-pkginfo/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index aa1d7c1f362b..b57ab9d51111 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
-version=1.5.0.1
-revision=4
+version=1.8.3
+revision=1
 wrksrc=pkginfo-${version}
 build_style=python3-module
-depends="python3"
 hostmakedepends="python3-setuptools"
+depends="python3 python3-wheel"
+checkdepends="python3-wheel"
 short_desc="Query metadatdata from sdists / bdists / installed packages"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="MIT"
 homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
 distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
-checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (3 preceding siblings ...)
  2022-10-13  5:59 ` anjandev
@ 2022-10-13  6:00 ` anjandev
  2022-10-13  7:04 ` [PR REVIEW] " classabbyamp
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2022-10-13  6:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages pkginfo2
https://github.com/void-linux/void-packages/pull/39929

python3-pkginfo: update to 1.8.3

#### 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-glibc)



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

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

From 5bfa185a252a3a00bdeddda97f2f6c526a6942f9 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:39:41 -0700
Subject: [PATCH] python3-pkginfo: update to 1.8.3

---
 srcpkgs/python3-pkginfo/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index aa1d7c1f362b..ba0770429165 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
-version=1.5.0.1
-revision=4
+version=1.8.3
+revision=1
 wrksrc=pkginfo-${version}
 build_style=python3-module
-depends="python3"
 hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-wheel"
 short_desc="Query metadatdata from sdists / bdists / installed packages"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="MIT"
 homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
 distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
-checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (4 preceding siblings ...)
  2022-10-13  6:00 ` anjandev
@ 2022-10-13  7:04 ` classabbyamp
  2022-10-13  7:06 ` classabbyamp
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-10-13  7:04 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39929#discussion_r994236905

Comment:
```suggestion
homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
changelog="https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt"
```

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

* Re: [PR REVIEW] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (5 preceding siblings ...)
  2022-10-13  7:04 ` [PR REVIEW] " classabbyamp
@ 2022-10-13  7:06 ` classabbyamp
  2022-10-13 22:08 ` [PR PATCH] [Updated] " anjandev
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-10-13  7:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39929#discussion_r994237756

Comment:
instead of this, the actual test dependencies should be listed ([see here](https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/setup.py#L13))

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

* Re: [PR PATCH] [Updated] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (6 preceding siblings ...)
  2022-10-13  7:06 ` classabbyamp
@ 2022-10-13 22:08 ` anjandev
  2022-10-13 22:09 ` [PR REVIEW] " anjandev
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2022-10-13 22:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages pkginfo2
https://github.com/void-linux/void-packages/pull/39929

python3-pkginfo: update to 1.8.3

#### 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-glibc)



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

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

From 725a5a46d952ef411e66e6bd5cecdd85dd08a9c5 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:39:41 -0700
Subject: [PATCH] python3-pkginfo: update to 1.8.3

---
 srcpkgs/python3-pkginfo/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index aa1d7c1f362b..a9b8b85d9d8a 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,18 +1,21 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
-version=1.5.0.1
-revision=4
+version=1.8.3
+revision=1
 wrksrc=pkginfo-${version}
 build_style=python3-module
-depends="python3"
 hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-wheel python3-nose2 python3-coverage"
 short_desc="Query metadatdata from sdists / bdists / installed packages"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="MIT"
 homepage="https://code.launchpad.net/~tseaver/pkginfo/trunk"
+changelog="https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt"
 distfiles="${PYPI_SITE}/p/pkginfo/pkginfo-${version}.tar.gz"
-checksum=7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb
+checksum=a84da4318dd86f870a9447a8c98340aa06216bfc6f2b7bdc4b8766984ae1867c
 
 post_install() {
+	rm -rf ${DESTDIR}/${py3_sitelib}/pkginfo/tests
 	vlicense LICENSE.txt
 }

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

* Re: [PR REVIEW] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (7 preceding siblings ...)
  2022-10-13 22:08 ` [PR PATCH] [Updated] " anjandev
@ 2022-10-13 22:09 ` anjandev
  2022-10-18  4:17 ` classabbyamp
  2022-10-18  4:19 ` [PR PATCH] [Merged]: " sgn
  10 siblings, 0 replies; 12+ messages in thread
From: anjandev @ 2022-10-13 22:09 UTC (permalink / raw)
  To: ml

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

New review comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/39929#discussion_r995164103

Comment:
I added those. If I remove `python3-wheel` I get the following test error:

```
======================================================================
ERROR: test_ctor_w_dist_info (pkginfo.tests.test_installed.InstalledTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/pkginfo-1.8.3/pkginfo/tests/test_installed.py", line 101, in test_ctor_w_dist_info
    import wheel
ModuleNotFoundError: No module named 'wheel'
```

As such, I left `python3-wheel` in

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

* Re: [PR REVIEW] python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (8 preceding siblings ...)
  2022-10-13 22:09 ` [PR REVIEW] " anjandev
@ 2022-10-18  4:17 ` classabbyamp
  2022-10-18  4:19 ` [PR PATCH] [Merged]: " sgn
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-10-18  4:17 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39929#discussion_r997702231

Comment:
```suggestion
	rm -r ${DESTDIR}/${py3_sitelib}/pkginfo/tests
```

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

* Re: [PR PATCH] [Merged]: python3-pkginfo: update to 1.8.3
  2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
                   ` (9 preceding siblings ...)
  2022-10-18  4:17 ` classabbyamp
@ 2022-10-18  4:19 ` sgn
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2022-10-18  4:19 UTC (permalink / raw)
  To: ml

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

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

python3-pkginfo: update to 1.8.3
https://github.com/void-linux/void-packages/pull/39929

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



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

end of thread, other threads:[~2022-10-18  4:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13  5:40 [PR PATCH] python3-pkginfo: update to 1.8.3 anjandev
2022-10-13  5:41 ` [PR PATCH] [Updated] " anjandev
2022-10-13  5:45 ` anjandev
2022-10-13  5:57 ` anjandev
2022-10-13  5:59 ` anjandev
2022-10-13  6:00 ` anjandev
2022-10-13  7:04 ` [PR REVIEW] " classabbyamp
2022-10-13  7:06 ` classabbyamp
2022-10-13 22:08 ` [PR PATCH] [Updated] " anjandev
2022-10-13 22:09 ` [PR REVIEW] " anjandev
2022-10-18  4:17 ` classabbyamp
2022-10-18  4:19 ` [PR PATCH] [Merged]: " sgn

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