Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fava: update to 1.27.2.; beancount: fix deps.
@ 2024-02-20 20:25 icp1994
  2024-02-20 20:33 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2024-02-20 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 489 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/48856

fava: update to 1.27.2.; beancount: fix deps.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 079fb839345b1dd3d9c68b0ce94fe7053d63bb30 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 18 Feb 2024 15:24:21 +0530
Subject: [PATCH 1/2] fava: update to 1.27.2.

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

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 27d90ed76bd4aa..67f140befa23f9 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,7 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
-version=1.26.1
-revision=2
+version=1.27.2
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
@@ -15,7 +15,7 @@ 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=a63e246900d76a18e137b6eeef1c53fd9ba809f3dd1b2a3cf7ce3cd92e609e51
+checksum=90b4005851c39b3b018d5326fd9527f93164339d96d21d23834c12a75b663d94
 
 post_install() {
 	vlicense LICENSE

From 167ed04fcedcfe1fd4a0a5fa2affe47753016fa8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 18 Feb 2024 15:40:31 +0530
Subject: [PATCH 2/2] beancount: fix deps.

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

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 2205347d1bd5ac..4cbf9f38564ef7 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,15 +1,17 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.6
-revision=1
+revision=2
 build_style=python3-module
 make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
  --deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
  --deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
-depends="python3-click python3-dateutil python3-regex"
-checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg"
+depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml
+ python3-BeautifulSoup4 python3-chardet python3-requests python3-google-api-python-client
+ python3-magic"
+checkdepends="${depends} python3-pytest gnupg"
 short_desc="Double-entry accounting system based on plain text files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"

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

* Re: [PR PATCH] [Updated] fava: update to 1.27.2.; beancount: fix deps.
  2024-02-20 20:25 [PR PATCH] fava: update to 1.27.2.; beancount: fix deps icp1994
@ 2024-02-20 20:33 ` icp1994
  2024-02-20 20:40 ` icp1994
  2024-02-22  9:18 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-02-20 20:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 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/48856

fava: update to 1.27.2.; beancount: fix deps.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 0c7bf4843158a090be54d9cc9d19a8171f97829c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 18 Feb 2024 15:40:31 +0530
Subject: [PATCH 1/2] beancount: fix deps.

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

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 2205347d1bd5ac..4cbf9f38564ef7 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,15 +1,17 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.6
-revision=1
+revision=2
 build_style=python3-module
 make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
  --deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
  --deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
-depends="python3-click python3-dateutil python3-regex"
-checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg"
+depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml
+ python3-BeautifulSoup4 python3-chardet python3-requests python3-google-api-python-client
+ python3-magic"
+checkdepends="${depends} python3-pytest gnupg"
 short_desc="Double-entry accounting system based on plain text files"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"

From 46beb75d498776693671482f992f0053b7c0e5cb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sun, 18 Feb 2024 15:24:21 +0530
Subject: [PATCH 2/2] fava: update to 1.27.2.

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

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 27d90ed76bd4aa..7fb16d53c8e1a8 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,9 +1,9 @@
 # Template file for 'fava'
 pkgname=fava
-version=1.26.1
-revision=2
+version=1.27.2
+revision=1
 build_style=python3-pep517
-hostmakedepends="python3-setuptools_scm python3-wheel"
+hostmakedepends="python3-setuptools_scm python3-wheel python3-Babel"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
  python3-Jinja2 beancount python3-click python3-markdown2 python3-ply
  python3-simplejson python3-Werkzeug"
@@ -15,7 +15,7 @@ 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=a63e246900d76a18e137b6eeef1c53fd9ba809f3dd1b2a3cf7ce3cd92e609e51
+checksum=90b4005851c39b3b018d5326fd9527f93164339d96d21d23834c12a75b663d94
 
 post_install() {
 	vlicense LICENSE

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

* Re: fava: update to 1.27.2.; beancount: fix deps.
  2024-02-20 20:25 [PR PATCH] fava: update to 1.27.2.; beancount: fix deps icp1994
  2024-02-20 20:33 ` [PR PATCH] [Updated] " icp1994
@ 2024-02-20 20:40 ` icp1994
  2024-02-22  9:18 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2024-02-20 20:40 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/48856#issuecomment-1955043948

Comment:
`beancount` deps are from [here](https://github.com/beancount/beancount/blob/2.3.6/setup.py#L88)

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

* Re: [PR PATCH] [Merged]: fava: update to 1.27.2.; beancount: fix deps.
  2024-02-20 20:25 [PR PATCH] fava: update to 1.27.2.; beancount: fix deps icp1994
  2024-02-20 20:33 ` [PR PATCH] [Updated] " icp1994
  2024-02-20 20:40 ` icp1994
@ 2024-02-22  9:18 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2024-02-22  9:18 UTC (permalink / raw)
  To: ml

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

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

fava: update to 1.27.2.; beancount: fix deps.
https://github.com/void-linux/void-packages/pull/48856

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2024-02-22  9:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-20 20:25 [PR PATCH] fava: update to 1.27.2.; beancount: fix deps icp1994
2024-02-20 20:33 ` [PR PATCH] [Updated] " icp1994
2024-02-20 20:40 ` icp1994
2024-02-22  9:18 ` [PR PATCH] [Merged]: " sgn

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