Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-dnspython: update to 2.3.0
@ 2023-06-27 22:01 chrysos349
  2023-06-27 22:12 ` [PR PATCH] [Updated] " chrysos349
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chrysos349 @ 2023-06-27 22:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-dnspython
https://github.com/void-linux/void-packages/pull/44668

python3-dnspython: update to 2.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64


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

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

From 246f32f4459c73d83336c94ca59712637ce78f4f Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 28 Jun 2023 00:59:53 +0300
Subject: [PATCH] python3-dnspython: update to 2.3.0

---
 srcpkgs/python3-dnspython/template | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 164f67f07639..e4d7213c27d5 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,26 +1,18 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
-version=2.1.0
-revision=3
+version=2.3.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3-setuptools unzip"
+hostmakedepends="python3-pip python3-wheel"
 depends="python3"
-checkdepends="python3-attrs python3-async_generator python3-idna python3-curio
- python3-trio python3-outcome python3-sniffio python3-sortedcontainers
- python3-requests python3-requests-toolbelt python3-pytest iana-etc"
+checkdepends="iana-etc python3-cryptography python3-idna python3-pytest
+ python3-sniffio python3-trio"
 short_desc="DNS toolkit for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://www.dnspython.org/"
-distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip"
-checksum=e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4
-# Some tests not working
-make_check=extended
-
-do_check() {
-	# All tests should work again in version 2.1.1 or 2.2.0 (https://github.com/rthalley/dnspython/issues/622)
-	PYTHONPATH=$(cd build/lib* && pwd) pytest -k 'not test_unpickle'
-}
+distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
+checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dnspython: update to 2.3.0
  2023-06-27 22:01 [PR PATCH] python3-dnspython: update to 2.3.0 chrysos349
@ 2023-06-27 22:12 ` chrysos349
  2023-06-27 22:15 ` chrysos349
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-06-27 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-dnspython
https://github.com/void-linux/void-packages/pull/44668

python3-dnspython: update to 2.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64


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

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

From 246f32f4459c73d83336c94ca59712637ce78f4f Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 28 Jun 2023 00:59:53 +0300
Subject: [PATCH 1/2] python3-dnspython: update to 2.3.0

---
 srcpkgs/python3-dnspython/template | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 164f67f07639..e4d7213c27d5 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,26 +1,18 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
-version=2.1.0
-revision=3
+version=2.3.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3-setuptools unzip"
+hostmakedepends="python3-pip python3-wheel"
 depends="python3"
-checkdepends="python3-attrs python3-async_generator python3-idna python3-curio
- python3-trio python3-outcome python3-sniffio python3-sortedcontainers
- python3-requests python3-requests-toolbelt python3-pytest iana-etc"
+checkdepends="iana-etc python3-cryptography python3-idna python3-pytest
+ python3-sniffio python3-trio"
 short_desc="DNS toolkit for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://www.dnspython.org/"
-distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip"
-checksum=e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4
-# Some tests not working
-make_check=extended
-
-do_check() {
-	# All tests should work again in version 2.1.1 or 2.2.0 (https://github.com/rthalley/dnspython/issues/622)
-	PYTHONPATH=$(cd build/lib* && pwd) pytest -k 'not test_unpickle'
-}
+distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
+checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
 
 post_install() {
 	vlicense LICENSE

From 46dd2fee74389b58686db15c705d986266c30e46 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 28 Jun 2023 01:12:30 +0300
Subject: [PATCH 2/2] python3-dnspython: update to 2.3.0

---
 srcpkgs/python3-dnspython/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index e4d7213c27d5..7ffaa9f91c11 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -13,6 +13,7 @@ license="ISC"
 homepage="https://www.dnspython.org/"
 distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
 checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
+make_check=extended
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-dnspython: update to 2.3.0
  2023-06-27 22:01 [PR PATCH] python3-dnspython: update to 2.3.0 chrysos349
  2023-06-27 22:12 ` [PR PATCH] [Updated] " chrysos349
@ 2023-06-27 22:15 ` chrysos349
  2023-06-27 22:49 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-06-27 22:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-dnspython
https://github.com/void-linux/void-packages/pull/44668

python3-dnspython: update to 2.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64


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

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

From 246f32f4459c73d83336c94ca59712637ce78f4f Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 28 Jun 2023 00:59:53 +0300
Subject: [PATCH 1/3] python3-dnspython: update to 2.3.0

---
 srcpkgs/python3-dnspython/template | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 164f67f07639..e4d7213c27d5 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,26 +1,18 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
-version=2.1.0
-revision=3
+version=2.3.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3-setuptools unzip"
+hostmakedepends="python3-pip python3-wheel"
 depends="python3"
-checkdepends="python3-attrs python3-async_generator python3-idna python3-curio
- python3-trio python3-outcome python3-sniffio python3-sortedcontainers
- python3-requests python3-requests-toolbelt python3-pytest iana-etc"
+checkdepends="iana-etc python3-cryptography python3-idna python3-pytest
+ python3-sniffio python3-trio"
 short_desc="DNS toolkit for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://www.dnspython.org/"
-distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip"
-checksum=e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4
-# Some tests not working
-make_check=extended
-
-do_check() {
-	# All tests should work again in version 2.1.1 or 2.2.0 (https://github.com/rthalley/dnspython/issues/622)
-	PYTHONPATH=$(cd build/lib* && pwd) pytest -k 'not test_unpickle'
-}
+distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
+checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
 
 post_install() {
 	vlicense LICENSE

From 46dd2fee74389b58686db15c705d986266c30e46 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 28 Jun 2023 01:12:30 +0300
Subject: [PATCH 2/3] python3-dnspython: update to 2.3.0

---
 srcpkgs/python3-dnspython/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index e4d7213c27d5..7ffaa9f91c11 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -13,6 +13,7 @@ license="ISC"
 homepage="https://www.dnspython.org/"
 distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
 checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
+make_check=extended
 
 post_install() {
 	vlicense LICENSE

From ba6ff142980fdc87f6dff9dc96bb271650c59cdb Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 28 Jun 2023 01:15:35 +0300
Subject: [PATCH 3/3] python3-dnspython: update to 2.3.0

---
 srcpkgs/python3-dnspython/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 7ffaa9f91c11..4cd430839027 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -13,6 +13,7 @@ license="ISC"
 homepage="https://www.dnspython.org/"
 distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
 checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
+# some tests take too long to pass
 make_check=extended
 
 post_install() {

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

* Re: python3-dnspython: update to 2.3.0
  2023-06-27 22:01 [PR PATCH] python3-dnspython: update to 2.3.0 chrysos349
  2023-06-27 22:12 ` [PR PATCH] [Updated] " chrysos349
  2023-06-27 22:15 ` chrysos349
@ 2023-06-27 22:49 ` classabbyamp
  2023-06-27 23:00 ` [PR PATCH] [Updated] " chrysos349
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-06-27 22:49 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44668#issuecomment-1610323001

Comment:
squash please

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

* Re: [PR PATCH] [Updated] python3-dnspython: update to 2.3.0
  2023-06-27 22:01 [PR PATCH] python3-dnspython: update to 2.3.0 chrysos349
                   ` (2 preceding siblings ...)
  2023-06-27 22:49 ` classabbyamp
@ 2023-06-27 23:00 ` chrysos349
  2023-06-27 23:01 ` chrysos349
  2023-06-29  9:21 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-06-27 23:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-dnspython
https://github.com/void-linux/void-packages/pull/44668

python3-dnspython: update to 2.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64


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

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

From b58f9d27ed5e3c907bcc63ebdd731b3a64cd59c5 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 28 Jun 2023 00:59:53 +0300
Subject: [PATCH] python3-dnspython: update to 2.3.0

---
 srcpkgs/python3-dnspython/template | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 164f67f07639..4cd430839027 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,27 +1,21 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
-version=2.1.0
-revision=3
+version=2.3.0
+revision=1
 build_style=python3-module
-hostmakedepends="python3-setuptools unzip"
+hostmakedepends="python3-pip python3-wheel"
 depends="python3"
-checkdepends="python3-attrs python3-async_generator python3-idna python3-curio
- python3-trio python3-outcome python3-sniffio python3-sortedcontainers
- python3-requests python3-requests-toolbelt python3-pytest iana-etc"
+checkdepends="iana-etc python3-cryptography python3-idna python3-pytest
+ python3-sniffio python3-trio"
 short_desc="DNS toolkit for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://www.dnspython.org/"
-distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip"
-checksum=e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4
-# Some tests not working
+distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
+checksum=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
+# some tests take too long to pass
 make_check=extended
 
-do_check() {
-	# All tests should work again in version 2.1.1 or 2.2.0 (https://github.com/rthalley/dnspython/issues/622)
-	PYTHONPATH=$(cd build/lib* && pwd) pytest -k 'not test_unpickle'
-}
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: python3-dnspython: update to 2.3.0
  2023-06-27 22:01 [PR PATCH] python3-dnspython: update to 2.3.0 chrysos349
                   ` (3 preceding siblings ...)
  2023-06-27 23:00 ` [PR PATCH] [Updated] " chrysos349
@ 2023-06-27 23:01 ` chrysos349
  2023-06-29  9:21 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-06-27 23:01 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44668#issuecomment-1610330719

Comment:
@classabbyamp done

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

* Re: [PR PATCH] [Closed]: python3-dnspython: update to 2.3.0
  2023-06-27 22:01 [PR PATCH] python3-dnspython: update to 2.3.0 chrysos349
                   ` (4 preceding siblings ...)
  2023-06-27 23:01 ` chrysos349
@ 2023-06-29  9:21 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2023-06-29  9:21 UTC (permalink / raw)
  To: ml

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

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

python3-dnspython: update to 2.3.0
https://github.com/void-linux/void-packages/pull/44668

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64


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

end of thread, other threads:[~2023-06-29  9:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27 22:01 [PR PATCH] python3-dnspython: update to 2.3.0 chrysos349
2023-06-27 22:12 ` [PR PATCH] [Updated] " chrysos349
2023-06-27 22:15 ` chrysos349
2023-06-27 22:49 ` classabbyamp
2023-06-27 23:00 ` [PR PATCH] [Updated] " chrysos349
2023-06-27 23:01 ` chrysos349
2023-06-29  9:21 ` [PR PATCH] [Closed]: " ahesford

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