Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] httpie: update to 3.2.1.
Date: Sun, 22 May 2022 02:39:25 +0200	[thread overview]
Message-ID: <20220522003925.Gc626ayPeZDcAjPOxEiZNy5gt2GartdTFqPBCZvm0to@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37229@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2022-05-22  0:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-21 18:54 [PR PATCH] " classabbyamp
2022-05-22  0:39 ` classabbyamp [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220522003925.Gc626ayPeZDcAjPOxEiZNy5gt2GartdTFqPBCZvm0to@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).