From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 06:58:17 2020 Received: (at submit) by debbugs.gnu.org; 18 Dec 2020 11:58:18 +0000 Received: from localhost ([127.0.0.1]:37896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqEOn-0000xc-K4 for submit@debbugs.gnu.org; Fri, 18 Dec 2020 06:58:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:52708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqEOm-0000xU-4r for submit@debbugs.gnu.org; Fri, 18 Dec 2020 06:58:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34604) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqEOl-0004UT-Se for guix-patches@gnu.org; Fri, 18 Dec 2020 06:58:15 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:53435) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqEOj-0005Im-6O for guix-patches@gnu.org; Fri, 18 Dec 2020 06:58:15 -0500 Received: from localhost.localdomain (217-149-174-13.nat.highway.telekom.at [217.149.174.13]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Cy6nR71rsz1LWpd for ; Fri, 18 Dec 2020 12:58:03 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4Cy6nR71rsz1LWpd DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1608292684; bh=Ei8r7cW1C9iPMwu88jUefGxzHYpToOqL1cFWQdno7Lc=; h=From:To:Subject:Date:From; b=oon3mbK/v1XVBZj73hqV1u9W8vO4L+NJci6vUzsQT6W+gAMkCOKO9d5+UqEFgVHvn Rh9cx7u/Tg6jZ8OB/cJ83KRfjYxLup4H5nRozxuGbQP2CJLhmgF7N23clbbA4dtHjH U3vDxbdahMR6/sC7xFwJ69PJ5VR+mUgUzUXE7qcw= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH] gnu: komikku: Update to 0.24.0. Date: Fri, 18 Dec 2020 12:57:26 +0100 Message-Id: <20201218115726.19466-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/gnome.scm (komikku): Update to 0.24.0. [inputs] Replace python-cloudscraper with python-requests. --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a437a71244..6b2ddf15f3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11936,7 +11936,7 @@ integrated profiler via Sysprof, debugging support, and more.") (define-public komikku (package (name "komikku") - (version "0.23.0") + (version "0.24.0") (source (origin (method git-fetch) @@ -11946,7 +11946,7 @@ integrated profiler via Sysprof, debugging support, and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw")))) + "010p32zrim245y0l784yp0rasqcqlyr3lrxwl3r1876x83qhs6q3")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t @@ -11978,7 +11978,6 @@ integrated profiler via Sysprof, debugging support, and more.") ("libnotify" ,libnotify) ("libsecret" ,libsecret) ("python-beautifulsoup4" ,python-beautifulsoup4) - ("python-cloudscraper" ,python-cloudscraper) ("python-dateparser" ,python-dateparser) ("python-keyring" ,python-keyring) ("python-lxml" ,python-lxml) @@ -11987,6 +11986,7 @@ integrated profiler via Sysprof, debugging support, and more.") ("python-pure-protobuf" ,python-pure-protobuf) ("python-pycairo" ,python-pycairo) ("python-pygobject" ,python-pygobject) + ("python-requests" ,python-requests) ("python-unidecode" ,python-unidecode))) (native-inputs `(("desktop-file-utils" ,desktop-file-utils) -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 20 05:36:27 2020 Received: (at 45313-done) by debbugs.gnu.org; 20 Dec 2020 10:36:27 +0000 Received: from localhost ([127.0.0.1]:43742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqw4g-00067c-PT for submit@debbugs.gnu.org; Sun, 20 Dec 2020 05:36:27 -0500 Received: from flashner.co.il ([178.62.234.194]:48030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqw4b-00067E-Pr for 45313-done@debbugs.gnu.org; Sun, 20 Dec 2020 05:36:25 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id 90E4940088; Sun, 20 Dec 2020 10:36:15 +0000 (UTC) Date: Sun, 20 Dec 2020 12:36:12 +0200 From: Efraim Flashner To: Leo Prikler Subject: Re: [bug#45313] [PATCH] gnu: komikku: Update to 0.24.0. Message-ID: References: <20201218115726.19466-1-leo.prikler@student.tugraz.at> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="RPqiXijfaZgvYdtL" Content-Disposition: inline In-Reply-To: <20201218115726.19466-1-leo.prikler@student.tugraz.at> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Looks good. Patch pushed! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 45313-done Cc: 45313-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Looks good. Patch pushed! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --RPqiXijfaZgvYdtL Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --RPqiXijfaZgvYdtL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/fKRsACgkQQarn3Mo9 g1GXWQ//bfzkQop/RIfgIyGI1vo+WcaA+8jjhoeL/EMRdZOhRIrjqR+5L5S3KeD0 dlN2fzqv8EjTTYB+tqI9BoFsU8zkDa1+2pqy3agFKQZGG+s/Zdqa3TspKi1xQ6yX dByYEk8J5kzxp5SXhZN9h3ajLOhE9rjQae8j8AkCG7PBfCrQB5/hQGyOWWItO28o E887q0c6Pb6jUxOq0nI+8g9XVJZRPpq2sj5YZjVLMG6UNRS104qFwEYVMLph10hV 4BUeQvVwVXEHO8ZT5WUuwPrMO2ld7LMQRuZMhm1CR0CQsZTbEmfYIb4vQImg+Di/ gOtuyITLU+HR4BDRTmSSvGDPKLh5U+AfRO6oMmEEx31JB4pcvIhp4J9iKOKKoEPK eVi6Yn1NBiJcEwZOzXIUvPLDqWz8zx80JRqS+aoVThCUoySNcjsIddD4rN1CGFCA u4KVaRJEIgdfPbQy7am0u3RydoxuuxsP/DeICdr39wZktaqpfUlY/r9o+YyQBGGL rdwdL3R5oDcaPhukAw70yhigYu78eeQ/c3keijKI9hDqMUaLhDf+p2n3pSCXgUGb O5Dr3B7hhJzrh2MO5nptZB9LSYKKH3wNCig4PbrMGIq62raTpUU5HP1c4rWZgLpl pYLqeM99wtHvciQRWlgf7mcSYhOABk4MR2b6ZIdk6sVFRkv54cM= =1H0D -----END PGP SIGNATURE----- --RPqiXijfaZgvYdtL-- From unknown Mon Aug 11 18:18:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 Jan 2021 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator