Github messages for voidlinux
 help / color / mirror / Atom feed
From: BoboTiG <BoboTiG@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] httpie: update to 2.5.0.
Date: Fri, 10 Sep 2021 16:32:12 +0200	[thread overview]
Message-ID: <20210910143212.RixnwZuYQ47R4a6mCZbN1MZU6_2_ec56MUlKrXm70Xo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32905@inbox.vuxu.org>

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

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

https://github.com/BoboTiG/void-packages patch-1
https://github.com/void-linux/void-packages/pull/32905

httpie: update to 2.5.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32905.patch is attached

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

From 1316c82e54f478b30ffab8b5f324ec0003577cc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= <contact@tiger-222.fr>
Date: Fri, 10 Sep 2021 15:23:00 +0200
Subject: [PATCH 1/2] httpie: update to 2.5.0.

---
 srcpkgs/httpie/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 201e2af09b4e..3e3ba01fe6d2 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,17 +1,17 @@
 # Template file for 'httpie'
 pkgname=httpie
-version=2.2.0
-revision=2
+version=2.5.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-Pygments"
+depends="python3-setuptools python3-requests python3-requests-toolbelt python3-pygments python3-socks python3-defusedxml"
 short_desc="Human-friendly command line HTTP client"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
-homepage="https://httpie.org/"
-changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst"
-distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz"
-checksum=413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e
+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=66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea
 
 post_install() {
 	vcompletion extras/httpie-completion.bash bash http

From 398de0785f2eceeb44efd93fefe2a8d8f9714ff0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= <contact@tiger-222.fr>
Date: Fri, 10 Sep 2021 16:32:10 +0200
Subject: [PATCH 2/2] Fix Pygments name and break at 80 chars

---
 srcpkgs/httpie/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 3e3ba01fe6d2..e2a02e0b595e 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -4,7 +4,8 @@ version=2.5.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-requests python3-requests-toolbelt python3-pygments python3-socks python3-defusedxml"
+depends="python3-setuptools python3-requests python3-requests-toolbelt
+ python3-Pygments python3-socks python3-defusedxml"
 short_desc="Human-friendly command line HTTP client"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"

  parent reply	other threads:[~2021-09-10 14:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-10 13:24 [PR PATCH] " BoboTiG
2021-09-10 14:28 ` [PR REVIEW] " ericonr
2021-09-10 14:28 ` ericonr
2021-09-10 14:32 ` BoboTiG [this message]
2021-09-10 14:33 ` BoboTiG
2021-09-10 15:56 ` BoboTiG
2021-09-14  9:09 ` BoboTiG
2021-09-14  9:09 ` [PR PATCH] [Updated] " BoboTiG
2021-09-14 12:26 ` [PR REVIEW] " ericonr
2021-09-14 12:29 ` BoboTiG
2021-09-14 12:30 ` BoboTiG
2021-09-14 16:22 ` paper42
2021-09-14 16:22 ` paper42
2021-09-14 16:24 ` paper42
2021-09-15 10:06 ` [PR PATCH] [Updated] " BoboTiG
2021-09-15 10:07 ` [PR REVIEW] " BoboTiG
2021-09-15 10:08 ` BoboTiG
2021-09-15 10:33 ` [PR PATCH] [Updated] " BoboTiG
2021-09-15 17:45 ` [PR REVIEW] " paper42
2021-09-15 20:51 ` BoboTiG
2021-09-17 20:11 ` [PR PATCH] [Merged]: " paper42
2021-09-17 20:13 ` [PR REVIEW] " paper42
2021-09-17 20:44 ` BoboTiG
2021-09-17 20:46 ` BoboTiG

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=20210910143212.RixnwZuYQ47R4a6mCZbN1MZU6_2_ec56MUlKrXm70Xo@z \
    --to=bobotig@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).