Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Komikku: update to 0.20.0.
@ 2020-09-19  6:06 not-chicken
  2020-09-21 20:19 ` Chocimier
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: not-chicken @ 2020-09-19  6:06 UTC (permalink / raw)
  To: ml

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

There is a new pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/24982

Komikku: update to 0.20.0.


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

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

From 0e30b799b4c471640db9a74435837cc526b2c3a5 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sat, 19 Sep 2020 11:22:14 +0530
Subject: [PATCH] Komikku: update to 0.20.0.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 26a3b6afda8..f21f4c19866 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.19.0
-revision=3
+version=0.20.0
+revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"
@@ -15,4 +15,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=8c45dd32d77eb9a42bfff4da0e9a2a29bae37d8a12c303400331f34bf4db0880
+checksum=04fdf90c8d2b8e5b42dfa570e5c1d1f52304f1936d1df5ec6cc676aad642a815

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

* Re: Komikku: update to 0.20.0.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
@ 2020-09-21 20:19 ` Chocimier
  2020-09-22 14:55 ` not-chicken
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2020-09-21 20:19 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24982#issuecomment-696350865

Comment:
```
komikku 
Traceback (most recent call last):
  File "/usr/bin/komikku", line 69, in <module>
    from komikku.application import Application
  File "/usr/lib/python3.8/site-packages/komikku/application.py", line 24, in <module>
    from komikku.add_dialog import AddDialog
  File "/usr/lib/python3.8/site-packages/komikku/add_dialog.py", line 17, in <module>
    from komikku.models import create_db_connection
  File "/usr/lib/python3.8/site-packages/komikku/models/__init__.py", line 5, in <module>
    from .database import backup_db
  File "/usr/lib/python3.8/site-packages/komikku/models/database.py", line 16, in <module>
    from komikku.servers import convert_image
  File "/usr/lib/python3.8/site-packages/komikku/servers/__init__.py", line 23, in <module>
    from komikku.utils import get_cache_dir
  File "/usr/lib/python3.8/site-packages/komikku/utils.py", line 297, in <module>
    class PlaintextKeyring(keyring.backend.KeyringBackend):
  File "/usr/lib/python3.8/site-packages/komikku/utils.py", line 303, in PlaintextKeyring
    folder = os.path.join(get_data_dir(), 'keyrings')
  File "/usr/lib/python3.8/site-packages/komikku/utils.py", line 69, in get_data_dir
    from komikku.servers import get_servers_list
ImportError: cannot import name 'get_servers_list' from partially initialized module 'komikku.servers' (most likely due to a circular import) (/usr/lib/python3.8/site-packages/komikku/servers/__init__.py)
```

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

* Re: Komikku: update to 0.20.0.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
  2020-09-21 20:19 ` Chocimier
@ 2020-09-22 14:55 ` not-chicken
  2020-09-22 15:53 ` fushinari
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-09-22 14:55 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/24982#issuecomment-696775548

Comment:
Sorry, I couldn't reproduce it. I'll try reporting this traceback to upstream.

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

* Re: Komikku: update to 0.20.0.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
  2020-09-21 20:19 ` Chocimier
  2020-09-22 14:55 ` not-chicken
@ 2020-09-22 15:53 ` fushinari
  2020-09-22 15:54 ` fushinari
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fushinari @ 2020-09-22 15:53 UTC (permalink / raw)
  To: ml

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

New comment by fushinari on void-packages repository

https://github.com/void-linux/void-packages/pull/24982#issuecomment-696811135

Comment:
> Sorry, I couldn't reproduce it. I'll try reporting this traceback to upstream.

There is no circular import like that in Komikku's code afaik. I'm not on Void, so I can't test either. I might just turn out to be unhelpful.

@Chocimier can you try building again after clearing cache? I tried to reproduce this, but I couldn't.

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

* Re: Komikku: update to 0.20.0.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
                   ` (2 preceding siblings ...)
  2020-09-22 15:53 ` fushinari
@ 2020-09-22 15:54 ` fushinari
  2020-09-27  8:25 ` [PR PATCH] [Updated] Komikku: update to 0.21.1 not-chicken
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fushinari @ 2020-09-22 15:54 UTC (permalink / raw)
  To: ml

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

New comment by fushinari on void-packages repository

https://github.com/void-linux/void-packages/pull/24982#issuecomment-696811135

Comment:
> Sorry, I couldn't reproduce it. I'll try reporting this traceback to upstream.

I'm not Komikku's author but there is no circular import like that in Komikku's code afaik. I'm not on Void, so I can't test either. I might just turn out to be unhelpful.

@Chocimier can you try building again after clearing cache? I tried to reproduce this, but I couldn't.

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

* Re: [PR PATCH] [Updated] Komikku: update to 0.21.1.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
                   ` (3 preceding siblings ...)
  2020-09-22 15:54 ` fushinari
@ 2020-09-27  8:25 ` not-chicken
  2020-09-27  8:26 ` not-chicken
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-09-27  8:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/24982

Komikku: update to 0.21.1.


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

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

From 62fea514819c2189e45c406296f8906b6ed54e53 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sat, 19 Sep 2020 11:22:14 +0530
Subject: [PATCH] Komikku: update to 0.21.1.

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

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 26a3b6afda8..c159eddf088 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.19.0
-revision=3
+version=0.21.1
+revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"
@@ -15,4 +15,4 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/valos/Komikku"
 distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=8c45dd32d77eb9a42bfff4da0e9a2a29bae37d8a12c303400331f34bf4db0880
+checksum=eacbb0bc7f1436def568810da52f29afc9ec26c1354b184a848e59343deffbbd

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

* Re: Komikku: update to 0.21.1.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
                   ` (4 preceding siblings ...)
  2020-09-27  8:25 ` [PR PATCH] [Updated] Komikku: update to 0.21.1 not-chicken
@ 2020-09-27  8:26 ` not-chicken
  2020-09-29  2:48 ` ericonr
  2020-09-29  2:48 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-09-27  8:26 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/24982#issuecomment-699603860

Comment:
Good to go.

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

* Re: Komikku: update to 0.21.1.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
                   ` (5 preceding siblings ...)
  2020-09-27  8:26 ` not-chicken
@ 2020-09-29  2:48 ` ericonr
  2020-09-29  2:48 ` [PR PATCH] [Merged]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-29  2:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24982#issuecomment-700393420

Comment:
Downloaded and read stuff with it.

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

* Re: [PR PATCH] [Merged]: Komikku: update to 0.21.1.
  2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
                   ` (6 preceding siblings ...)
  2020-09-29  2:48 ` ericonr
@ 2020-09-29  2:48 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-09-29  2:48 UTC (permalink / raw)
  To: ml

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

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

Komikku: update to 0.21.1.
https://github.com/void-linux/void-packages/pull/24982

Description:


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

end of thread, other threads:[~2020-09-29  2:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-19  6:06 [PR PATCH] Komikku: update to 0.20.0 not-chicken
2020-09-21 20:19 ` Chocimier
2020-09-22 14:55 ` not-chicken
2020-09-22 15:53 ` fushinari
2020-09-22 15:54 ` fushinari
2020-09-27  8:25 ` [PR PATCH] [Updated] Komikku: update to 0.21.1 not-chicken
2020-09-27  8:26 ` not-chicken
2020-09-29  2:48 ` ericonr
2020-09-29  2:48 ` [PR PATCH] [Merged]: " ericonr

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