Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fava: update to 1.24.
@ 2023-02-23 19:16 icp1994
  2023-03-06 19:56 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-02-23 19:16 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1469 bytes --]

From 03221065cce0cca7e0b765c35701acb2ed409dd8 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 5bf30cb3f3c3..db35d7c4d30b 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,14 @@ 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"
+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() {

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

* Re: fava: update to 1.24.
  2023-02-23 19:16 [PR PATCH] fava: update to 1.24 icp1994
@ 2023-03-06 19:56 ` paper42
  2023-03-06 20:06 ` [PR PATCH] [Updated] " icp1994
  2023-03-06 20:19 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-03-06 19:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42415#issuecomment-1456874409

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

could you mention that in a comment above $checkdepends?

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

* Re: [PR PATCH] [Updated] fava: update to 1.24.
  2023-02-23 19:16 [PR PATCH] fava: update to 1.24 icp1994
  2023-03-06 19:56 ` paper42
@ 2023-03-06 20:06 ` icp1994
  2023-03-06 20:19 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-03-06 20:06 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Merged]: fava: update to 1.24.
  2023-02-23 19:16 [PR PATCH] fava: update to 1.24 icp1994
  2023-03-06 19:56 ` paper42
  2023-03-06 20:06 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-06 20:19 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-03-06 20:19 UTC (permalink / raw)
  To: ml

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

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

fava: update to 1.24.
https://github.com/void-linux/void-packages/pull/42415

Description:
#### 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.

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

end of thread, other threads:[~2023-03-06 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 19:16 [PR PATCH] fava: update to 1.24 icp1994
2023-03-06 19:56 ` paper42
2023-03-06 20:06 ` [PR PATCH] [Updated] " icp1994
2023-03-06 20:19 ` [PR PATCH] [Merged]: " paper42

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