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] grip: update to 4.6.1.
Date: Thu, 18 Aug 2022 04:41:41 +0200	[thread overview]
Message-ID: <20220818024141.YqGoBQFGzA9NyUpjWPc8_COVSzlmgs9zaurmdTwuc_Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38749@inbox.vuxu.org>

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

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

https://github.com/eljamm/void-packages grip-4.6.1
https://github.com/void-linux/void-packages/pull/38749

grip: update to 4.6.1.
Flask removed `safe_join` in their [2.1.0](https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-1-0) release, which breaks the current version of grip.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - armv6l
  - i686
  - x86_64-musl

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

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

From 437e6e296d00d52583eff0499676f94a0638ca68 Mon Sep 17 00:00:00 2001
From: eljamm <83901271+eljamm@users.noreply.github.com>
Date: Tue, 16 Aug 2022 23:45:18 +0100
Subject: [PATCH] grip: update to 4.6.1.

---
 srcpkgs/grip/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
index 9f463998c276..0f8e6cec2fea 100644
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,16 +1,22 @@
 # Template file for 'grip'
 pkgname=grip
-version=4.5.2
-revision=3
+version=4.6.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"
+depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address
+ python3-Pygments python3-requests python3-Werkzeug"
+checkdepends="$depends python3-pytest python3-responses"
 short_desc="Preview GitHub Markdown files like Readme"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"
 homepage="https://github.com/joeyespo/grip"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b
+changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md"
+distfiles="https://github.com/joeyespo/grip/archive/v${version}.tar.gz"
+checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83
+
+# these tests fail and don't do anything useful
+make_check_args="--ignore=tests/test_cli.py --ignore=tests/test_github.py"
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2022-08-18  2:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18  2:01 [PR PATCH] " eljamm
2022-08-18  2:03 ` [PR REVIEW] " classabbyamp
2022-08-18  2:03 ` classabbyamp
2022-08-18  2:04 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:05 ` eljamm
2022-08-18  2:10 ` eljamm
2022-08-18  2:19 ` [PR REVIEW] " classabbyamp
2022-08-18  2:20 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:20 ` eljamm
2022-08-18  2:24 ` [PR REVIEW] " classabbyamp
2022-08-18  2:24 ` classabbyamp
2022-08-18  2:25 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:26 ` eljamm
2022-08-18  2:27 ` eljamm
2022-08-18  2:29 ` classabbyamp
2022-08-18  2:30 ` [PR PATCH] [Updated] " eljamm
2022-08-18  2:41 ` classabbyamp [this message]
2022-08-18  2:45 ` [PR PATCH] [Merged]: " classabbyamp
2022-08-18  2:46 ` eljamm
2022-08-18  2:47 ` classabbyamp

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=20220818024141.YqGoBQFGzA9NyUpjWPc8_COVSzlmgs9zaurmdTwuc_Y@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).