Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fava: update to 1.24.
Date: Mon, 06 Mar 2023 21:06:43 +0100	[thread overview]
Message-ID: <20230306200643.d8tvYxSA5rz37DZLLEAZDm6QQk7c7ilLBXwG0bRW3H4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42415@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages fava
https://github.com/void-linux/void-packages/pull/42415

fava: update to 1.24.
#### 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**

`pytest-xdist` causing tests to fail due to race conditions.

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

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

From 99f5b16bb58e974b07ca567f149bba838c69c884 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 23 Feb 2023 12:36:10 +0530
Subject: [PATCH] fava: update to 1.24.

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

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 5bf30cb3f3c3..6d1558deb58d 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,6 +1,6 @@
 # Template file for 'fava'
 pkgname=fava
-version=1.23.1
+version=1.24
 revision=1
 build_style=python3-pep517
 make_check_args="--deselect tests/test_cli.py::test_cli"
@@ -8,14 +8,15 @@ hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
  python3-Jinja2 beancount python3-click python3-markdown2 python3-ply
  python3-simplejson python3-Werkzeug"
-checkdepends="${depends} python3-pytest-xdist"
+# pytest-xdist causes tests to fail due to race conditions
+checkdepends="${depends} python3-pytest"
 short_desc="Web interface for Beancount"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"
 homepage="https://beancount.github.io/fava/"
 changelog="https://raw.githubusercontent.com/beancount/fava/main/CHANGES"
 distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
-checksum=530f142096be0edb32fa8df5235ca72f2859ac5357e36345457bb53b62126f35
+checksum=129fbc3bddcbfc21b8a9c045cc204c45ab0aff24a9f3e714e7d2dcc9945326d8
 make_check_pre="env PYTHONPATH=./src"
 
 post_install() {

  parent reply	other threads:[~2023-03-06 20:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23 19:16 [PR PATCH] " icp1994
2023-03-06 19:56 ` paper42
2023-03-06 20:06 ` icp1994 [this message]
2023-03-06 20:19 ` [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=20230306200643.d8tvYxSA5rz37DZLLEAZDm6QQk7c7ilLBXwG0bRW3H4@z \
    --to=icp1994@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).