Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-curl: update to 7.43.0.3.
@ 2019-10-02  9:40 voidlinux-github
  2019-10-02 11:57 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-02  9:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-curl
https://github.com/void-linux/void-packages/pull/14958

python-curl: update to 7.43.0.3.


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

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

From 625558e76ae3b1065aa5465895d44cc370d82148 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 12:35:04 +0300
Subject: [PATCH] python-curl: update to 7.43.0.3.

---
 srcpkgs/python-curl/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-curl/template b/srcpkgs/python-curl/template
index e96da8d1a18..bd9ef591a2e 100644
--- a/srcpkgs/python-curl/template
+++ b/srcpkgs/python-curl/template
@@ -1,6 +1,6 @@
 # Template file for 'python-curl'
 pkgname=python-curl
-version=7.43.0.2
+version=7.43.0.3
 revision=4
 wrksrc="pycurl-${version}"
 build_style=python-module
@@ -8,20 +8,25 @@ pycompile_module="curl"
 hostmakedepends="python-devel python3-devel"
 makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
 short_desc="Python2 interface to cURL library"
-homepage="http://pycurl.io/"
-license="LGPL-2.1, MIT"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1, MIT"
+homepage="http://pycurl.io/"
 distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
-checksum=0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
+checksum=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e
 
 pre_build() {
 	sed -i "/setup_args\['data_files'\] = /d" setup.py
 }
 
+post_install() {
+	vlicense COPYING-MIT
+}
+
 python3-curl_package() {
 	pycompile_module="curl"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
+		vlicense COPYING-MIT
 	}
 }

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

* Re: [PR PATCH] [Updated] python-curl: update to 7.43.0.3.
  2019-10-02  9:40 [PR PATCH] python-curl: update to 7.43.0.3 voidlinux-github
@ 2019-10-02 11:57 ` voidlinux-github
  2019-10-02 11:57 ` voidlinux-github
  2019-10-02 14:04 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-02 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-curl
https://github.com/void-linux/void-packages/pull/14958

python-curl: update to 7.43.0.3.


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

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

From 106fb37fa86aca9488d1e19245fed0752bbdcc03 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 12:35:04 +0300
Subject: [PATCH] python-curl: update to 7.43.0.3.

---
 srcpkgs/python-curl/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-curl/template b/srcpkgs/python-curl/template
index e96da8d1a18..f1f9051d53a 100644
--- a/srcpkgs/python-curl/template
+++ b/srcpkgs/python-curl/template
@@ -1,6 +1,6 @@
 # Template file for 'python-curl'
 pkgname=python-curl
-version=7.43.0.2
+version=7.43.0.3
 revision=4
 wrksrc="pycurl-${version}"
 build_style=python-module
@@ -8,20 +8,25 @@ pycompile_module="curl"
 hostmakedepends="python-devel python3-devel"
 makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
 short_desc="Python2 interface to cURL library"
-homepage="http://pycurl.io/"
-license="LGPL-2.1, MIT"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later, MIT"
+homepage="http://pycurl.io/"
 distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
-checksum=0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
+checksum=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e
 
 pre_build() {
 	sed -i "/setup_args\['data_files'\] = /d" setup.py
 }
 
+post_install() {
+	vlicense COPYING-MIT
+}
+
 python3-curl_package() {
 	pycompile_module="curl"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
+		vlicense COPYING-MIT
 	}
 }

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

* Re: [PR PATCH] [Updated] python-curl: update to 7.43.0.3.
  2019-10-02  9:40 [PR PATCH] python-curl: update to 7.43.0.3 voidlinux-github
  2019-10-02 11:57 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-02 11:57 ` voidlinux-github
  2019-10-02 14:04 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-02 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-curl
https://github.com/void-linux/void-packages/pull/14958

python-curl: update to 7.43.0.3.


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

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

From 106fb37fa86aca9488d1e19245fed0752bbdcc03 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 12:35:04 +0300
Subject: [PATCH] python-curl: update to 7.43.0.3.

---
 srcpkgs/python-curl/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-curl/template b/srcpkgs/python-curl/template
index e96da8d1a18..f1f9051d53a 100644
--- a/srcpkgs/python-curl/template
+++ b/srcpkgs/python-curl/template
@@ -1,6 +1,6 @@
 # Template file for 'python-curl'
 pkgname=python-curl
-version=7.43.0.2
+version=7.43.0.3
 revision=4
 wrksrc="pycurl-${version}"
 build_style=python-module
@@ -8,20 +8,25 @@ pycompile_module="curl"
 hostmakedepends="python-devel python3-devel"
 makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
 short_desc="Python2 interface to cURL library"
-homepage="http://pycurl.io/"
-license="LGPL-2.1, MIT"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later, MIT"
+homepage="http://pycurl.io/"
 distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
-checksum=0f0cdfc7a92d4f2a5c44226162434e34f7d6967d3af416a6f1448649c09a25a4
+checksum=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e
 
 pre_build() {
 	sed -i "/setup_args\['data_files'\] = /d" setup.py
 }
 
+post_install() {
+	vlicense COPYING-MIT
+}
+
 python3-curl_package() {
 	pycompile_module="curl"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*
+		vlicense COPYING-MIT
 	}
 }

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

* Re: [PR PATCH] [Merged]: python-curl: update to 7.43.0.3.
  2019-10-02  9:40 [PR PATCH] python-curl: update to 7.43.0.3 voidlinux-github
  2019-10-02 11:57 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-02 11:57 ` voidlinux-github
@ 2019-10-02 14:04 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-02 14:04 UTC (permalink / raw)
  To: ml

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

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

python-curl: update to 7.43.0.3.
https://github.com/void-linux/void-packages/pull/14958

Description:


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

end of thread, other threads:[~2019-10-02 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02  9:40 [PR PATCH] python-curl: update to 7.43.0.3 voidlinux-github
2019-10-02 11:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-02 11:57 ` voidlinux-github
2019-10-02 14:04 ` [PR PATCH] [Merged]: " 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).