Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pycares: update to 3.0.0
@ 2019-10-07  5:45 voidlinux-github
  2019-10-07  9:30 ` voidlinux-github
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07  5:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
@ 2019-10-07  9:30 ` voidlinux-github
  2019-10-07 16:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07  9:30 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15204#issuecomment-538917278

Comment:
Fails on musl:

```
c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
   15 | #include <ffi.h>
      |          ^~~~~~~
```

Adding `libffi-devel` to makedepends could help since it provides the header file but I don't have time to test that right now.

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
  2019-10-07  9:30 ` voidlinux-github
@ 2019-10-07 16:13 ` voidlinux-github
  2019-10-07 16:13 ` voidlinux-github
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/2] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/2] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
  2019-10-07  9:30 ` voidlinux-github
  2019-10-07 16:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-07 16:13 ` voidlinux-github
  2019-10-07 16:22 ` voidlinux-github
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/2] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/2] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-07 16:13 ` voidlinux-github
@ 2019-10-07 16:22 ` voidlinux-github
  2019-10-07 16:22 ` voidlinux-github
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 16:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/3] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/3] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/3] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-07 16:22 ` voidlinux-github
@ 2019-10-07 16:22 ` voidlinux-github
  2019-10-07 16:32 ` voidlinux-github
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 16:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/3] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/3] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/3] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-07 16:22 ` voidlinux-github
@ 2019-10-07 16:32 ` voidlinux-github
  2019-10-07 16:32 ` voidlinux-github
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/4] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/4] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/4] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/4] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-07 16:32 ` voidlinux-github
@ 2019-10-07 16:32 ` voidlinux-github
  2019-10-07 18:22 ` voidlinux-github
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/4] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/4] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/4] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/4] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-07 18:22 ` voidlinux-github
@ 2019-10-07 18:22 ` voidlinux-github
  2019-10-08 19:26 ` voidlinux-github
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/5] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/5] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/5] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/5] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

From feb724c8a37e35ba009008e4d413e6ffbb159b1c Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 20:22:14 +0200
Subject: [PATCH 5/5] python3-pycares: update to 3.0.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index f028ad93c76..6d4989bd9ad 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel"
+makedepends="python3-devel libffi-devel python3-paramiko"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-07 16:32 ` voidlinux-github
@ 2019-10-07 18:22 ` voidlinux-github
  2019-10-07 18:22 ` voidlinux-github
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-07 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/5] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/5] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/5] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/5] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

From feb724c8a37e35ba009008e4d413e6ffbb159b1c Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 20:22:14 +0200
Subject: [PATCH 5/5] python3-pycares: update to 3.0.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index f028ad93c76..6d4989bd9ad 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel"
+makedepends="python3-devel libffi-devel python3-paramiko"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"

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

* Re: python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-07 18:22 ` voidlinux-github
@ 2019-10-08 19:26 ` voidlinux-github
  2019-10-08 19:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-08 19:26 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15204#issuecomment-539665045

Comment:
It requires python3-ffi bot in makedepends and depends as it is defined in setup.py. Then the cross builds will work.

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-08 19:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-08 19:42 ` voidlinux-github
  2019-10-09  4:58 ` voidlinux-github
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-08 19:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/6] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/6] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/6] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/6] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

From feb724c8a37e35ba009008e4d413e6ffbb159b1c Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 20:22:14 +0200
Subject: [PATCH 5/6] python3-pycares: update to 3.0.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index f028ad93c76..6d4989bd9ad 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel"
+makedepends="python3-devel libffi-devel python3-paramiko"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"

From 146fc5e44f0d42e43479394d8a2e045b66aef5f5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Tue, 8 Oct 2019 21:41:57 +0200
Subject: [PATCH 6/6] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 6d4989bd9ad..2b997ad3480 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel python3-paramiko"
+makedepends="python3-devel python3-cffi"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-08 19:26 ` voidlinux-github
@ 2019-10-08 19:42 ` voidlinux-github
  2019-10-08 19:42 ` voidlinux-github
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-08 19:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/6] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/6] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/6] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/6] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

From feb724c8a37e35ba009008e4d413e6ffbb159b1c Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 20:22:14 +0200
Subject: [PATCH 5/6] python3-pycares: update to 3.0.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index f028ad93c76..6d4989bd9ad 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel"
+makedepends="python3-devel libffi-devel python3-paramiko"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"

From 146fc5e44f0d42e43479394d8a2e045b66aef5f5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Tue, 8 Oct 2019 21:41:57 +0200
Subject: [PATCH 6/6] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 6d4989bd9ad..2b997ad3480 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel python3-paramiko"
+makedepends="python3-devel python3-cffi"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-09  4:58 ` voidlinux-github
@ 2019-10-09  4:58 ` voidlinux-github
  2020-02-14 12:17 ` voidlinux-github
  2020-02-14 12:17 ` [PR PATCH] [Closed]: " voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-09  4:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/7] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/7] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/7] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/7] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

From feb724c8a37e35ba009008e4d413e6ffbb159b1c Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 20:22:14 +0200
Subject: [PATCH 5/7] python3-pycares: update to 3.0.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index f028ad93c76..6d4989bd9ad 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel"
+makedepends="python3-devel libffi-devel python3-paramiko"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"

From 146fc5e44f0d42e43479394d8a2e045b66aef5f5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Tue, 8 Oct 2019 21:41:57 +0200
Subject: [PATCH 6/7] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 6d4989bd9ad..2b997ad3480 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel python3-paramiko"
+makedepends="python3-devel python3-cffi"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }

From f6c2b5f870ec4866736a1080b602900286d2bdc2 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Wed, 9 Oct 2019 06:58:28 +0200
Subject: [PATCH 7/7] python3-pycares: update to 3.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 2b997ad3480..eea13b231d5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -6,7 +6,7 @@ wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-cffi"
 makedepends="python3-devel python3-cffi"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"

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

* Re: [PR PATCH] [Updated] python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-08 19:42 ` voidlinux-github
@ 2019-10-09  4:58 ` voidlinux-github
  2019-10-09  4:58 ` voidlinux-github
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-10-09  4:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages python3-pycares
https://github.com/void-linux/void-packages/pull/15204

python3-pycares: update to 3.0.0


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

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

From de3bd5d22aa922e1a22335e50f45c362b05e47ae Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 07:44:27 +0200
Subject: [PATCH 1/7] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index c52702904b4..658c07eee4e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=2
+version=3.0.0
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
@@ -10,10 +10,10 @@ hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
 	vlicense LICENSE

From 543a674ac5c470ae31ad27554801cf0c936b78d5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:13:37 +0200
Subject: [PATCH 2/7] python3-pycares: update to 3.0.0 v2

---
 srcpkgs/python3-pycares/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 658c07eee4e..d7879350fc5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
+makedepends="python3-devel libffi-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,6 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
+

From 4c8f327b218d4133a7a4a10b6acff6b1abdc35b0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:22:17 +0200
Subject: [PATCH 3/7] python3-pycares: update to 3.0.0 v3

---
 srcpkgs/python3-pycares/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d7879350fc5..d666cfb4727 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -18,4 +18,3 @@ checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 post_install() {
         vlicense LICENSE
 }
-

From 4845c73a56d9dddbca081407749d1fdcd29e5fd0 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 18:32:50 +0200
Subject: [PATCH 4/7] python3-pycares: update to 3.0.0 v4 (tabs)

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index d666cfb4727..f028ad93c76 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-        vlicense LICENSE
+	vlicense LICENSE
 }

From feb724c8a37e35ba009008e4d413e6ffbb159b1c Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 20:22:14 +0200
Subject: [PATCH 5/7] python3-pycares: update to 3.0.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index f028ad93c76..6d4989bd9ad 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel"
+makedepends="python3-devel libffi-devel python3-paramiko"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"

From 146fc5e44f0d42e43479394d8a2e045b66aef5f5 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Tue, 8 Oct 2019 21:41:57 +0200
Subject: [PATCH 6/7] python3-pycares: update to 3.0.0

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

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 6d4989bd9ad..2b997ad3480 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -7,7 +7,7 @@ build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
-makedepends="python3-devel libffi-devel python3-paramiko"
+makedepends="python3-devel python3-cffi"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
@@ -16,5 +16,5 @@ distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
 checksum=b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }

From f6c2b5f870ec4866736a1080b602900286d2bdc2 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Wed, 9 Oct 2019 06:58:28 +0200
Subject: [PATCH 7/7] python3-pycares: update to 3.0

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 2b997ad3480..eea13b231d5 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -6,7 +6,7 @@ wrksrc="pycares-${version}"
 build_style=python3-module
 pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-cffi"
 makedepends="python3-devel python3-cffi"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"

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

* Re: python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-09  4:58 ` voidlinux-github
@ 2020-02-14 12:17 ` voidlinux-github
  2020-02-14 12:17 ` [PR PATCH] [Closed]: " voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-02-14 12:17 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15204#issuecomment-586264556

Comment:
I'm closing this PR as stale because there's been no response or progress for an extended amount of time. Please reopen or create a new PR when there's progress on this.

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

* Re: [PR PATCH] [Closed]: python3-pycares: update to 3.0.0
  2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
                   ` (14 preceding siblings ...)
  2020-02-14 12:17 ` voidlinux-github
@ 2020-02-14 12:17 ` voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2020-02-14 12:17 UTC (permalink / raw)
  To: ml

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

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

python3-pycares: update to 3.0.0
https://github.com/void-linux/void-packages/pull/15204

Description:


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

end of thread, other threads:[~2020-02-14 12:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07  5:45 [PR PATCH] python3-pycares: update to 3.0.0 voidlinux-github
2019-10-07  9:30 ` voidlinux-github
2019-10-07 16:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-07 16:13 ` voidlinux-github
2019-10-07 16:22 ` voidlinux-github
2019-10-07 16:22 ` voidlinux-github
2019-10-07 16:32 ` voidlinux-github
2019-10-07 16:32 ` voidlinux-github
2019-10-07 18:22 ` voidlinux-github
2019-10-07 18:22 ` voidlinux-github
2019-10-08 19:26 ` voidlinux-github
2019-10-08 19:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 19:42 ` voidlinux-github
2019-10-09  4:58 ` voidlinux-github
2019-10-09  4:58 ` voidlinux-github
2020-02-14 12:17 ` voidlinux-github
2020-02-14 12:17 ` [PR PATCH] [Closed]: " voidlinux-github

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