Github messages for voidlinux
 help / color / mirror / Atom feed
* [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

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