Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-curl: update to 7.44.1.
@ 2022-02-20 18:48 skmpz
  2022-02-20 20:47 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: skmpz @ 2022-02-20 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages python3-curl-7.44.1
https://github.com/void-linux/void-packages/pull/35719

python3-curl: update to 7.44.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d7e0107cc0c9e0b0bea94545aeb0a221b6f183b1 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 20 Feb 2022 22:48:31 +0400
Subject: [PATCH] python3-curl: update to 7.44.1.

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

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index fda2a7b698e8..d6f1d3cdacfb 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
-version=7.43.0.3
-revision=12
+version=7.44.1
+revision=1
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"
@@ -12,7 +12,7 @@ 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=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e
+checksum=5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8
 
 pre_build() {
 	vsed -i "/setup_args\['data_files'\] = /d" setup.py

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

* Re: [PR REVIEW] python3-curl: update to 7.44.1.
  2022-02-20 18:48 [PR PATCH] python3-curl: update to 7.44.1 skmpz
@ 2022-02-20 20:47 ` paper42
  2022-02-21  4:17 ` [PR PATCH] [Updated] " skmpz
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-20 20:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35719#discussion_r810682354

Comment:
```suggestion
homepage="http://pycurl.io/"
changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog"
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] python3-curl: update to 7.44.1.
  2022-02-20 18:48 [PR PATCH] python3-curl: update to 7.44.1 skmpz
  2022-02-20 20:47 ` [PR REVIEW] " paper42
@ 2022-02-21  4:17 ` skmpz
  2022-02-21  4:19 ` skmpz
  2022-02-23 22:45 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: skmpz @ 2022-02-21  4:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages python3-curl-7.44.1
https://github.com/void-linux/void-packages/pull/35719

python3-curl: update to 7.44.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 546f7f87db4bb305e86c712925fd40e48f64e522 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 20 Feb 2022 22:48:31 +0400
Subject: [PATCH] python3-curl: update to 7.44.1.

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

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index fda2a7b698e8..853af8971392 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
-version=7.43.0.3
-revision=12
+version=7.44.1
+revision=1
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"
@@ -12,7 +12,8 @@ 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=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e
+changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog"
+checksum=5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8
 
 pre_build() {
 	vsed -i "/setup_args\['data_files'\] = /d" setup.py

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

* Re: [PR PATCH] [Updated] python3-curl: update to 7.44.1.
  2022-02-20 18:48 [PR PATCH] python3-curl: update to 7.44.1 skmpz
  2022-02-20 20:47 ` [PR REVIEW] " paper42
  2022-02-21  4:17 ` [PR PATCH] [Updated] " skmpz
@ 2022-02-21  4:19 ` skmpz
  2022-02-23 22:45 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: skmpz @ 2022-02-21  4:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages python3-curl-7.44.1
https://github.com/void-linux/void-packages/pull/35719

python3-curl: update to 7.44.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e5432a2bb7dcfcfa4453fef26b116a194c2c9ff8 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 20 Feb 2022 22:48:31 +0400
Subject: [PATCH] python3-curl: update to 7.44.1.

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

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index fda2a7b698e8..9bba5853691b 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
-version=7.43.0.3
-revision=12
+version=7.44.1
+revision=1
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"
@@ -11,8 +11,9 @@ short_desc="Python3 interface to cURL library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later, MIT"
 homepage="http://pycurl.io/"
+changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog"
 distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
-checksum=6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e
+checksum=5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8
 
 pre_build() {
 	vsed -i "/setup_args\['data_files'\] = /d" setup.py

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

* Re: [PR PATCH] [Merged]: python3-curl: update to 7.44.1.
  2022-02-20 18:48 [PR PATCH] python3-curl: update to 7.44.1 skmpz
                   ` (2 preceding siblings ...)
  2022-02-21  4:19 ` skmpz
@ 2022-02-23 22:45 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-23 22:45 UTC (permalink / raw)
  To: ml

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

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

python3-curl: update to 7.44.1.
https://github.com/void-linux/void-packages/pull/35719

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-02-23 22:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-20 18:48 [PR PATCH] python3-curl: update to 7.44.1 skmpz
2022-02-20 20:47 ` [PR REVIEW] " paper42
2022-02-21  4:17 ` [PR PATCH] [Updated] " skmpz
2022-02-21  4:19 ` skmpz
2022-02-23 22:45 ` [PR PATCH] [Merged]: " paper42

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