From 59e7c8ecfafc3295ba46d5381cddd3230c306827 Mon Sep 17 00:00:00 2001 From: mobinmob 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 " 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 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 " 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() {