* [PR PATCH] httpie: update to 3.2.1.
@ 2022-05-21 18:54 classabbyamp
2022-05-22 0:39 ` [PR PATCH] [Updated] " classabbyamp
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: classabbyamp @ 2022-05-21 18:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]
There is a new pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages update/httpie-3.2.1
https://github.com/void-linux/void-packages/pull/37229
httpie: update to 3.2.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 add ci skip tag as described in
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/37229.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/httpie-3.2.1-37229.patch --]
[-- Type: text/x-diff, Size: 1772 bytes --]
From aa5066ab452ec497eb7513dd557d7f16532767d8 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@placeviolette.net>
Date: Sat, 21 May 2022 14:47:38 -0400
Subject: [PATCH] httpie: update to 3.2.1.
---
srcpkgs/httpie/template | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 86a86bfde078..5e54a0245822 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,22 +1,26 @@
# Template file for 'httpie'
pkgname=httpie
-version=2.6.0
+version=3.2.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-requests python3-requests-toolbelt
- python3-Pygments python3-pysocks python3-defusedxml
- python3-charset-normalizer"
+ python3-Pygments python3-pysocks python3-defusedxml python3-charset-normalizer
+ python3-multidict python3-importlib_metadata python3-rich"
short_desc="Modern, user-friendly command-line HTTP client for the API era"
maintainer="Mickaël Schoentgen <mickael@apible.io>"
license="BSD-3-Clause"
homepage="https://httpie.io/"
changelog="https://raw.githubusercontent.com/httpie/httpie/master/CHANGELOG.md"
distfiles="https://github.com/httpie/httpie/archive/${version}.tar.gz"
-checksum=3bcd9a8cb2b11299da12d3af36c095c6d4b665e41c395898a07f1ae4d99fc14a
-make_check=no # needs pytest_httpbin which is not packaged
+checksum=803e1624e005c2f7002802a77ebc687b05375aca76af42639f844405328633eb
+# requires pytest-lazy-fixture (not packaged), many tests fail
+make_check=no
post_install() {
+ for page in http https httpie; do
+ vman extras/man/$page.1
+ done
vcompletion extras/httpie-completion.bash bash http
vcompletion extras/httpie-completion.fish fish http
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] httpie: update to 3.2.1.
2022-05-21 18:54 [PR PATCH] httpie: update to 3.2.1 classabbyamp
@ 2022-05-22 0:39 ` classabbyamp
2022-05-22 0:39 ` classabbyamp
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-05-22 0:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages update/httpie-3.2.1
https://github.com/void-linux/void-packages/pull/37229
httpie: update to 3.2.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 add ci skip tag as described in
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/37229.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/httpie-3.2.1-37229.patch --]
[-- Type: text/x-diff, Size: 1834 bytes --]
From f96868e67f9bc78b8e823cd74b92285aee05e6df Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@placeviolette.net>
Date: Sat, 21 May 2022 14:47:38 -0400
Subject: [PATCH] httpie: update to 3.2.1, adopt.
---
srcpkgs/httpie/template | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 86a86bfde078..33c53e3777a0 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,22 +1,26 @@
# Template file for 'httpie'
pkgname=httpie
-version=2.6.0
+version=3.2.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-requests python3-requests-toolbelt
- python3-Pygments python3-pysocks python3-defusedxml
- python3-charset-normalizer"
+ python3-Pygments python3-pysocks python3-defusedxml python3-charset-normalizer
+ python3-multidict python3-importlib_metadata python3-rich"
short_desc="Modern, user-friendly command-line HTTP client for the API era"
-maintainer="Mickaël Schoentgen <mickael@apible.io>"
+maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://httpie.io/"
changelog="https://raw.githubusercontent.com/httpie/httpie/master/CHANGELOG.md"
distfiles="https://github.com/httpie/httpie/archive/${version}.tar.gz"
-checksum=3bcd9a8cb2b11299da12d3af36c095c6d4b665e41c395898a07f1ae4d99fc14a
-make_check=no # needs pytest_httpbin which is not packaged
+checksum=803e1624e005c2f7002802a77ebc687b05375aca76af42639f844405328633eb
+# requires pytest-lazy-fixture (not packaged), many tests fail
+make_check=no
post_install() {
+ for page in http https httpie; do
+ vman extras/man/$page.1
+ done
vcompletion extras/httpie-completion.bash bash http
vcompletion extras/httpie-completion.fish fish http
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: httpie: update to 3.2.1.
2022-05-21 18:54 [PR PATCH] httpie: update to 3.2.1 classabbyamp
2022-05-22 0:39 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-05-22 0:39 ` classabbyamp
2022-05-22 5:35 ` BoboTiG
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-05-22 0:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/37229#issuecomment-1133791132
Comment:
@BoboTiG: mind if I adopt this from you?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: httpie: update to 3.2.1.
2022-05-21 18:54 [PR PATCH] httpie: update to 3.2.1 classabbyamp
2022-05-22 0:39 ` [PR PATCH] [Updated] " classabbyamp
2022-05-22 0:39 ` classabbyamp
@ 2022-05-22 5:35 ` BoboTiG
2022-05-22 7:45 ` paper42
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: BoboTiG @ 2022-05-22 5:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
New comment by BoboTiG on void-packages repository
https://github.com/void-linux/void-packages/pull/37229#issuecomment-1133822447
Comment:
> @BoboTiG: mind if I adopt this from you?
Oh, that's great! Go ahead :)
Thanks for taking the lead now 👍
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: httpie: update to 3.2.1.
2022-05-21 18:54 [PR PATCH] httpie: update to 3.2.1 classabbyamp
` (2 preceding siblings ...)
2022-05-22 5:35 ` BoboTiG
@ 2022-05-22 7:45 ` paper42
2022-05-22 14:50 ` [PR PATCH] [Updated] " classabbyamp
2022-05-22 21:32 ` [PR PATCH] [Merged]: " paper42
5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-05-22 7:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/37229#issuecomment-1133838137
Comment:
according to httpie/compat.py, python3-importlib_metadata shouldn't be required with Python 3.8+
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] httpie: update to 3.2.1.
2022-05-21 18:54 [PR PATCH] httpie: update to 3.2.1 classabbyamp
` (3 preceding siblings ...)
2022-05-22 7:45 ` paper42
@ 2022-05-22 14:50 ` classabbyamp
2022-05-22 21:32 ` [PR PATCH] [Merged]: " paper42
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-05-22 14:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages update/httpie-3.2.1
https://github.com/void-linux/void-packages/pull/37229
httpie: update to 3.2.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 add ci skip tag as described in
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/37229.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/httpie-3.2.1-37229.patch --]
[-- Type: text/x-diff, Size: 1807 bytes --]
From 321e2e17977794258621925ff2b63b14f2461793 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@placeviolette.net>
Date: Sat, 21 May 2022 14:47:38 -0400
Subject: [PATCH] httpie: update to 3.2.1, adopt.
---
srcpkgs/httpie/template | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 86a86bfde078..7cd6474db6bb 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,22 +1,26 @@
# Template file for 'httpie'
pkgname=httpie
-version=2.6.0
+version=3.2.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-requests python3-requests-toolbelt
- python3-Pygments python3-pysocks python3-defusedxml
- python3-charset-normalizer"
+ python3-Pygments python3-pysocks python3-defusedxml python3-charset-normalizer
+ python3-multidict python3-rich"
short_desc="Modern, user-friendly command-line HTTP client for the API era"
-maintainer="Mickaël Schoentgen <mickael@apible.io>"
+maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://httpie.io/"
changelog="https://raw.githubusercontent.com/httpie/httpie/master/CHANGELOG.md"
distfiles="https://github.com/httpie/httpie/archive/${version}.tar.gz"
-checksum=3bcd9a8cb2b11299da12d3af36c095c6d4b665e41c395898a07f1ae4d99fc14a
-make_check=no # needs pytest_httpbin which is not packaged
+checksum=803e1624e005c2f7002802a77ebc687b05375aca76af42639f844405328633eb
+# requires pytest-lazy-fixture (not packaged), many tests fail
+make_check=no
post_install() {
+ for page in http https httpie; do
+ vman extras/man/$page.1
+ done
vcompletion extras/httpie-completion.bash bash http
vcompletion extras/httpie-completion.fish fish http
vlicense LICENSE
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: httpie: update to 3.2.1.
2022-05-21 18:54 [PR PATCH] httpie: update to 3.2.1 classabbyamp
` (4 preceding siblings ...)
2022-05-22 14:50 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-05-22 21:32 ` paper42
5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-05-22 21:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]
There's a merged pull request on the void-packages repository
httpie: update to 3.2.1.
https://github.com/void-linux/void-packages/pull/37229
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 add ci skip tag as described in
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] 7+ messages in thread
end of thread, other threads:[~2022-05-22 21:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 18:54 [PR PATCH] httpie: update to 3.2.1 classabbyamp
2022-05-22 0:39 ` [PR PATCH] [Updated] " classabbyamp
2022-05-22 0:39 ` classabbyamp
2022-05-22 5:35 ` BoboTiG
2022-05-22 7:45 ` paper42
2022-05-22 14:50 ` [PR PATCH] [Updated] " classabbyamp
2022-05-22 21:32 ` [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).