Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Httpie
@ 2020-01-20 13:39 voidlinux-github
  2020-01-20 13:57 ` [PR PATCH] [Updated] Httpie voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-20 13:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages httpie
https://github.com/void-linux/void-packages/pull/18421

Httpie


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

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

From 59e7c8ecfafc3295ba46d5381cddd3230c306827 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:44 +0200
Subject: [PATCH 1/2] httpie: update to 2.0.0.

---
 srcpkgs/httpie/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 61fc1499d35..369803e70a9 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,18 +1,18 @@
 # Template file for 'httpie'
 pkgname=httpie
-version=1.0.3
-revision=2
+version=2.0.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="httpie"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"
 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=ecfb1ecdfd1468100bd9ffecebe1bea6d7d72c72149ea91f3d0112dc8ef03c7a
+checksum=92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c
 
 post_install() {
 	vinstall extras/httpie-completion.bash 644 usr/share/bash-completion/completions http

From 1e4f25e621cba2e803a0a675a433f7911d3c8466 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:57 +0200
Subject: [PATCH 2/2] python-Pygments: update to 2.5.2.

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

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 8d2214a6bfc..7a21ef707f6 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
-version=2.4.2
-revision=2
+version=2.5.2
+revision=1
 archs=noarch
 wrksrc="Pygments-${version}"
 build_style=python-module
@@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://pygments.org/"
 distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
-checksum=881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297
+checksum=98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe
 alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] Httpie
  2020-01-20 13:39 [PR PATCH] Httpie voidlinux-github
@ 2020-01-20 13:57 ` voidlinux-github
  2020-01-21 14:11 ` Httpie voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-20 13:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages httpie
https://github.com/void-linux/void-packages/pull/18421

Httpie


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

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

From 59e7c8ecfafc3295ba46d5381cddd3230c306827 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:44 +0200
Subject: [PATCH 1/2] httpie: update to 2.0.0.

---
 srcpkgs/httpie/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 61fc1499d35..369803e70a9 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,18 +1,18 @@
 # Template file for 'httpie'
 pkgname=httpie
-version=1.0.3
-revision=2
+version=2.0.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="httpie"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"
 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=ecfb1ecdfd1468100bd9ffecebe1bea6d7d72c72149ea91f3d0112dc8ef03c7a
+checksum=92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c
 
 post_install() {
 	vinstall extras/httpie-completion.bash 644 usr/share/bash-completion/completions http

From 62b3cd7181cd6b74454b89c6a0a454a49a501676 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:57 +0200
Subject: [PATCH 2/2] python-Pygments: update to 2.5.2.

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

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 8d2214a6bfc..84f14751d10 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,11 +1,10 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
-version=2.4.2
-revision=2
+version=2.5.2
+revision=1
 archs=noarch
 wrksrc="Pygments-${version}"
 build_style=python-module
-pycompile_module="pygments"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools"
 checkdepends="python-nose python3-nose"
@@ -14,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://pygments.org/"
 distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
-checksum=881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297
+checksum=98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe
 alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
 
 do_check() {

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

* Re: Httpie
  2020-01-20 13:39 [PR PATCH] Httpie voidlinux-github
  2020-01-20 13:57 ` [PR PATCH] [Updated] Httpie voidlinux-github
@ 2020-01-21 14:11 ` voidlinux-github
  2020-01-21 16:28 ` [PR PATCH] [Updated] Httpie voidlinux-github
  2020-01-21 17:21 ` [PR PATCH] [Merged]: Httpie voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-21 14:11 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/18421#issuecomment-576698739

Comment:
xlint says: `srcpkgs/python-Pygments/template:31: do not set pycompile_module, it is autodetected`

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

* Re: [PR PATCH] [Updated] Httpie
  2020-01-20 13:39 [PR PATCH] Httpie voidlinux-github
  2020-01-20 13:57 ` [PR PATCH] [Updated] Httpie voidlinux-github
  2020-01-21 14:11 ` Httpie voidlinux-github
@ 2020-01-21 16:28 ` voidlinux-github
  2020-01-21 17:21 ` [PR PATCH] [Merged]: Httpie voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-21 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages httpie
https://github.com/void-linux/void-packages/pull/18421

Httpie


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

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

From 59e7c8ecfafc3295ba46d5381cddd3230c306827 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:44 +0200
Subject: [PATCH 1/2] httpie: update to 2.0.0.

---
 srcpkgs/httpie/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 61fc1499d35..369803e70a9 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,18 +1,18 @@
 # Template file for 'httpie'
 pkgname=httpie
-version=1.0.3
-revision=2
+version=2.0.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="httpie"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"
 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=ecfb1ecdfd1468100bd9ffecebe1bea6d7d72c72149ea91f3d0112dc8ef03c7a
+checksum=92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c
 
 post_install() {
 	vinstall extras/httpie-completion.bash 644 usr/share/bash-completion/completions http

From 7623047fba85d3d3f07ce3aaf8cefb7a2c25766f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:57 +0200
Subject: [PATCH 2/2] python-Pygments: update to 2.5.2.

---
 srcpkgs/python-Pygments/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 8d2214a6bfc..d464e59d617 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,11 +1,10 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
-version=2.4.2
-revision=2
+version=2.5.2
+revision=1
 archs=noarch
 wrksrc="Pygments-${version}"
 build_style=python-module
-pycompile_module="pygments"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools"
 checkdepends="python-nose python3-nose"
@@ -14,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://pygments.org/"
 distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
-checksum=881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297
+checksum=98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe
 alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
 
 do_check() {
@@ -29,7 +28,6 @@ post_install() {
 python3-Pygments_package() {
 	archs=noarch
 	depends="python3-setuptools"
-	pycompile_module="pygments"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
 	pkg_install() {

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

* Re: [PR PATCH] [Merged]: Httpie
  2020-01-20 13:39 [PR PATCH] Httpie voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-21 16:28 ` [PR PATCH] [Updated] Httpie voidlinux-github
@ 2020-01-21 17:21 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-21 17:21 UTC (permalink / raw)
  To: ml

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

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

Httpie
https://github.com/void-linux/void-packages/pull/18421

Description:


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

end of thread, other threads:[~2020-01-21 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 13:39 [PR PATCH] Httpie voidlinux-github
2020-01-20 13:57 ` [PR PATCH] [Updated] Httpie voidlinux-github
2020-01-21 14:11 ` Httpie voidlinux-github
2020-01-21 16:28 ` [PR PATCH] [Updated] Httpie voidlinux-github
2020-01-21 17:21 ` [PR PATCH] [Merged]: Httpie voidlinux-github

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