From patchwork Sat Sep 12 14:28:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24043 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B1B9727BBE9; Sat, 12 Sep 2020 15:30:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6BC0B27BBE8 for ; Sat, 12 Sep 2020 15:30:12 +0100 (BST) Received: from localhost ([::1]:46546 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xb-0002om-GZ for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XT-0002oV-0s for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37074) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XS-00053q-NW for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XS-0003sn-K4 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 01/55] gnu: Add python-asgiref. References: <20200912142643.5727-1-marius@gnu.org> In-Reply-To: <20200912142643.5727-1-marius@gnu.org> Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992096214675 (code B ref 43354); Sat, 12 Sep 2020 14:30:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:22 +0000 Received: from localhost ([127.0.0.1]:48580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wn-0003od-Rv for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58228) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wm-0003oO-8D for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36236) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Wg-00050D-WE for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:15 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51714 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Wf-0000mw-AQ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:14 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:17 +0200 Message-Id: <20200912142911.6231-1-marius@gnu.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-asgiref): New public variable. --- gnu/packages/python-web.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 24bd51e006..87c362e007 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -222,6 +222,36 @@ The package includes a module with full coverage of JSON RPC versions 1.0 and comes with a SOCKS proxy client.") (license (list license:expat license:bsd-2)))) +(define-public python-asgiref + (package + (name "python-asgiref") + (version "3.2.10") + (source (origin + (method url-fetch) + (uri (pypi-uri "asgiref" version)) + (sha256 + (base32 + "06kg3hnnvh7qg0w9amkvk1hd6n6bs055r04b7if6ipa7w4g92lby")))) + (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + (setenv "PYTHONPATH" + (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (invoke "pytest" "-vv")))))) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-pytest-asyncio" ,python-pytest-asyncio))) + (home-page "https://github.com/django/asgiref/") + (synopsis "ASGI specs, helper code, and adapters") + (description + "ASGI is a standard for Python asynchronous web apps and servers to +communicate with each other, and positioned as an asynchronous successor to +WSGI. This package includes libraries for implementing ASGI servers.") + (license license:bsd-3))) + (define-public python-falcon (package (name "python-falcon") From patchwork Sat Sep 12 14:28:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24045 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id BA97D27BBE9; Sat, 12 Sep 2020 15:30:15 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3AA1D27BBE8 for ; Sat, 12 Sep 2020 15:30:15 +0100 (BST) Received: from localhost ([::1]:46608 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xe-0002rG-8K for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34012) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XU-0002oq-0T for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37076) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XT-00054f-MZ for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XT-0003t5-I8 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 02/55] gnu: python-django: Update to 3.1.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992097114717 (code B ref 43354); Sat, 12 Sep 2020 14:30:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:31 +0000 Received: from localhost ([127.0.0.1]:48586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wt-0003p2-DO for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wq-0003oU-Va for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36237) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Wk-00050O-OK for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:18 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51740 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Wi-0001Gs-MC for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:17 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:18 +0200 Message-Id: <20200912142911.6231-2-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django): Update to 3.1.1. [arguments]: Remove #:modules. Rename set-tzdir phase to pre-check, and disable one test. Adjust PYTHONPATH patching to preserve all entries. Ensure the test suite runs sequentially. [propagated-inputs]: Add PYTHON-ASGIREF. (python-django-2.2): New public variable. * gnu/packages/mail.scm (python-hyperkitty)[propagated-inptus]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. * gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise. --- gnu/packages/django.scm | 67 ++++++++++++++++++++++++++----------- gnu/packages/mail.scm | 2 +- gnu/packages/patchutils.scm | 2 +- 3 files changed, 50 insertions(+), 21 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 2370de62f5..662bc110dd 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2017 Ricardo Wurmus ;;; Copyright © 2018 Vijayalakshmi Vedantham ;;; Copyright © 2019 Sam +;;; Copyright © 2020 Marius Bakke ;;; ;;; This file is part of GNU Guix. ;;; @@ -45,43 +46,55 @@ (define-public python-django (package (name "python-django") - (version "1.11.29") + (version "3.1.1") (source (origin (method url-fetch) (uri (pypi-uri "Django" version)) (sha256 (base32 - "171jsi54fbnxzi2n3l4hkdmmwfnfrwacs180rw59l0bqcvxsw022")))) + "0bzwy58hrxbsh7szak1yfh7qvvfnpdpi8ay1x7d3pvbkm1f15j2r")))) (build-system python-build-system) (arguments - '(#:modules ((srfi srfi-1) - (guix build python-build-system) - (guix build utils)) - #:phases + '(#:phases (modify-phases %standard-phases - (add-before 'check 'set-tzdir + (add-before 'check 'pre-check (lambda* (#:key inputs #:allow-other-keys) ;; The test-suite tests timezone-dependent functions, thus tzdata ;; needs to be available. (setenv "TZDIR" (string-append (assoc-ref inputs "tzdata") "/share/zoneinfo")) - #t)) - (replace 'check - (lambda* (#:key inputs #:allow-other-keys) - (setenv "PYTHONPATH" - (string-append ".:" (getenv "PYTHONPATH"))) + + ;; Disable test for incorrect timezone: it only raises the + ;; expected error when /usr/share/zoneinfo exists, even though + ;; the machinery gracefully falls back to TZDIR. According to + ;; django/conf/__init__.py, lack of /usr/share/zoneinfo is + ;; harmless, so just ignore this test. + (substitute* "tests/settings_tests/tests.py" + ((".*def test_incorrect_timezone.*" all) + (string-append " @unittest.skipIf(True, 'Disabled by Guix')\n" + all))) + + ;; Preserve the PYTHONPATH created by Guix when running the tests. (substitute* "tests/admin_scripts/tests.py" (("python_path = \\[") (string-append "python_path = ['" - (find (lambda (entry) - (string-prefix? - (assoc-ref inputs "python-pytz") - entry)) - (string-split (getenv "PYTHONPATH") - #\:)) + (string-join + (string-split (getenv "PYTHONPATH") #\:) + "','") "', "))) - (invoke "python" "tests/runtests.py")))))) + + #t)) + (replace 'check + (lambda _ + (with-directory-excursion "tests" + (setenv "PYTHONPATH" + (string-append "..:" (getenv "PYTHONPATH"))) + (invoke "python" "runtests.py" + ;; By default tests run in parallel, which may cause + ;; various race conditions. Run sequentially for + ;; consistent results. + "--parallel=1"))))))) ;; TODO: Install extras/django_bash_completion. (native-inputs `(("tzdata" ,tzdata-for-tests) @@ -99,6 +112,7 @@ ("python-tblib" ,python-tblib))) (propagated-inputs `(("python-argon2-cffi" ,python-argon2-cffi) + ("python-asgiref" ,python-asgiref) ("python-bcrypt" ,python-bcrypt) ("python-pytz" ,python-pytz))) (home-page "https://www.djangoproject.com/") @@ -125,6 +139,21 @@ to the @dfn{don't repeat yourself} (DRY) principle.") ;; required. ,@(package-native-inputs base)))))) +(define-public python-django-2.2 + (package + (inherit python-django) + (version "2.2.16") + (source (origin + (method url-fetch) + (uri (pypi-uri "Django" version)) + (sha256 + (base32 + "1535g2r322cl4x52fb0dmzlbg23539j2wx6027j54p22xvjlbkv2")))) + (native-inputs + `(;; XXX: In 2.2 and 3.0, selenium is required for the test suite. + ("python-selenium" ,python-selenium) + ,@(package-native-inputs python-django))))) + (define-public python-django-extensions (package (name "python-django-extensions") diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 4a9c6fc90f..15b9b1dd4e 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3045,7 +3045,7 @@ which sends emails to HyperKitty, the official Mailman3 web archiver.") "--settings=hyperkitty.tests.settings_test")))))) (propagated-inputs `(("python-dateutil" ,python-dateutil) - ("python-django" ,python-django) + ("python-django" ,python-django-2.2) ("python-django-compressor" ,python-django-compressor) ("python-django-extensions" ,python-django-extensions) ("python-django-gravatar2" ,python-django-gravatar2) diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index c26977be1f..335d251e74 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -467,7 +467,7 @@ if __name__ == \"__main__\": (inputs `(("python-wrapper" ,python-wrapper))) (propagated-inputs - `(("python-django" ,python-django) + `(("python-django" ,python-django-2.2) ;; TODO: Make this configurable ("python-psycopg2" ,python-psycopg2) ("python-mysqlclient" ,python-mysqlclient) From patchwork Sat Sep 12 14:28:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24044 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 97AC227BBEA; Sat, 12 Sep 2020 15:30:14 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6759A27BBE8 for ; Sat, 12 Sep 2020 15:30:14 +0100 (BST) Received: from localhost ([::1]:46578 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xd-0002q6-7o for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34008) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XT-0002of-JK for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37075) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XT-00054V-8n for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XT-0003sx-58 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 03/55] gnu: python-django: Propagate python-sqlparse. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992096714700 (code B ref 43354); Sat, 12 Sep 2020 14:30:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:27 +0000 Received: from localhost ([127.0.0.1]:48584 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wt-0003p0-4w for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wr-0003oV-DX for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36239) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Wm-00050a-6j for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:20 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51766 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Wl-0001dL-BQ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:19 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:19 +0200 Message-Id: <20200912142911.6231-3-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django)[native-inputs]: Move PYTHON-SQLPARSE ... [propagated-inputs]: ... here. --- gnu/packages/django.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 662bc110dd..b3abb17277 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -108,13 +108,16 @@ ("python-pillow" ,python-pillow) ("python-pyyaml" ,python-pyyaml) ;; optional for tests: ("python-selenium" ,python-selenium) - ("python-sqlparse" ,python-sqlparse) ("python-tblib" ,python-tblib))) (propagated-inputs `(("python-argon2-cffi" ,python-argon2-cffi) ("python-asgiref" ,python-asgiref) ("python-bcrypt" ,python-bcrypt) - ("python-pytz" ,python-pytz))) + ("python-pytz" ,python-pytz) + + ;; This input is not strictly required, but in practice many Django + ;; libraries need it for test suites and similar. + ("python-sqlparse" ,python-sqlparse))) (home-page "https://www.djangoproject.com/") (synopsis "High-level Python Web framework") (description From patchwork Sat Sep 12 14:28:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24046 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id EB92D27BBE9; Sat, 12 Sep 2020 15:30:16 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id AC18E27BBE8 for ; Sat, 12 Sep 2020 15:30:16 +0100 (BST) Received: from localhost ([::1]:46662 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xf-0002sw-KV for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XU-0002pZ-HT for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37078) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XU-00054k-5T for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XU-0003tG-1E for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 04/55] gnu: python-pytest-django: Update to 3.9.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992097214723 (code B ref 43354); Sat, 12 Sep 2020 14:30:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:32 +0000 Received: from localhost ([127.0.0.1]:48589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wx-0003pK-Ph for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wv-0003on-Vc for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36244) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Wq-00050n-OJ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:24 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51784 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Wp-0001qK-FP for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:24 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:20 +0200 Message-Id: <20200912142911.6231-4-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-pytest-django): Update to 3.9.0. [arguments]: Remove #:tests?. Add phase to run custom tests. [native-inputs]: Add PYTHON-PYTEST-XDIST and PYTHON-SQLPARSE. --- gnu/packages/django.scm | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b3abb17277..30716dd286 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -309,26 +309,49 @@ size and quality.") (define-public python-pytest-django (package (name "python-pytest-django") - (version "3.1.2") + (version "3.9.0") (source (origin (method url-fetch) (uri (pypi-uri "pytest-django" version)) (sha256 (base32 - "02932m2sr8x22m4az8syr8g835g4ak77varrnw71n6xakmdcr303")))) + "1yds71ppg39whs7pvlbwxfglm0jxyawh33rq34jihpif4i15ykk6")))) (build-system python-build-system) (arguments - `(#:tests? #f ; FIXME: How to run tests? - #:phases + `(#:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-setuppy - (lambda _ - (substitute* "setup.py" - (("setuptools_scm==1.11.1") "setuptools_scm")) + (replace 'check + (lambda* (#:key tests? inputs outputs #:allow-other-keys) + (if tests? + (begin + ;; Adjust for Django 3.1, can be removed for versions >= 3.10.0. + (substitute* "tests/test_fixtures.py" + (("from django\\.conf\\.urls import url") + "from django.urls import path") + (("url\\(r'admin") + "path('admin")) + (add-installed-pythonpath inputs outputs) + (setenv "PYTHONPATH" + (string-append ".:" ;for pytest_django_test + (getenv "PYTHONPATH"))) + (setenv "PYTEST_DJANGO_TEST_RUNNER" "pytest") + (setenv "DJANGO_SETTINGS_MODULE" + "pytest_django_test.settings_sqlite_file") + (invoke "pytest" "-vv" "-k" + ;; FIXME: the settings modules fails to locate templates. + (string-append "not test_django_not_loaded_without_settings" + " and not test_settings" + ;; XXX: Incompatible with Django 3.1? + " and not test_urls_cache_is_cleared"))) + (format #t "test suite not run~%")) #t))))) (native-inputs `(("python-django" ,python-django) - ("python-setuptools-scm" ,python-setuptools-scm))) + ("python-setuptools-scm" ,python-setuptools-scm) + + ;; For tests. + ("python-pytest-xdist" ,python-pytest-xdist) + ("python-sqlparse" ,python-sqlparse))) ;XXX: really a Django dependency (propagated-inputs `(("python-pytest" ,python-pytest))) (home-page "https://pytest-django.readthedocs.org/") From patchwork Sat Sep 12 14:28:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24048 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9A19E27BBE8; Sat, 12 Sep 2020 15:30:28 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 5442F27BBE7 for ; Sat, 12 Sep 2020 15:30:28 +0100 (BST) Received: from localhost ([::1]:47320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xr-0003Ek-CO for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XV-0002qB-1t for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37079) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XU-00054s-N0 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XU-0003tS-Je for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 05/55] gnu: python-django-simple-math-captcha: Update to 1.0.9. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992097514744 (code B ref 43354); Sat, 12 Sep 2020 14:30:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:35 +0000 Received: from localhost ([127.0.0.1]:48593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6X1-0003pf-41 for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Wy-0003p3-EZ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36247) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Wt-00050w-6I for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:27 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51826 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Ws-0001rf-DO for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:26 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:21 +0200 Message-Id: <20200912142911.6231-5-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-simple-math-captcha): Update to 1.0.9. [source]: Change to GIT-FETCH. [arguments]: Remove #:tests?. Add phases to patch imports and run tests. [native-inputs]: Add PYTHON-MOCK. [propagated-inputs]: Add PYTHON-SIX. --- gnu/packages/django.scm | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 30716dd286..e3e99edd78 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -200,21 +200,37 @@ commands, additional database fields and admin extensions.") (define-public python-django-simple-math-captcha (package (name "python-django-simple-math-captcha") - (version "1.0.7") + (version "1.0.9") + (home-page "https://github.com/alsoicode/django-simple-math-captcha") (source (origin - (method url-fetch) - (uri (pypi-uri "django-simple-math-captcha" version)) + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "0906hms6y6znjhpd0g4wmzv9vcla4brkdpsm4zha9zdj8g5vq2hd")))) + "0fhy9k8haqa1296v0qpg1b5w7y3pyw9qi9z9laj5ijry1gk35qaw")))) (build-system python-build-system) (arguments - ;; FIXME: Upstream uses a 'runtests.py' script that is not - ;; present in the pypi tarball. - '(#:tests? #f)) + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'patch-six-imports + (lambda _ + ;; Django no longer bundles six, adjust the imports + ;; accordingly. The six dependency can likely be + ;; removed in the next version. + (substitute* (find-files "." "\\.py$") + (("from django\\.utils import six") + "import six")) + #t)) + (replace 'check + (lambda _ + (invoke "python" "runtests.py")))))) + (native-inputs + `(("python-mock" ,python-mock))) (propagated-inputs - `(("python-django" ,python-django))) - (home-page "https://github.com/alsoicode/django-simple-math-captcha") + `(("python-django" ,python-django) + ("python-six" ,python-six))) (synopsis "Easy-to-use math field/widget captcha for Django forms") (description "A multi-value-field that presents a human answerable question, From patchwork Sat Sep 12 14:28:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24049 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C735227BBE8; Sat, 12 Sep 2020 15:30:29 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8FB9827BBE7 for ; Sat, 12 Sep 2020 15:30:29 +0100 (BST) Received: from localhost ([::1]:47436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xs-0003Hc-I7 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XV-0002r8-Ia for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37083) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XV-000550-5p for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XV-0003tb-1W for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 06/55] gnu: python-django-classy-tags: Update to 2.0.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992097614754 (code B ref 43354); Sat, 12 Sep 2020 14:30:05 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:36 +0000 Received: from localhost ([127.0.0.1]:48595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6X2-0003pu-HK for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58272) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6X1-0003pB-2j for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36249) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Wv-000512-Ri for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:29 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51844 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Wu-0001tI-R4 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:29 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:22 +0200 Message-Id: <20200912142911.6231-6-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-classy-tags): Update to 2.0.0. [propagated-inputs]: Remove PYTHON-SIX. --- gnu/packages/django.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index e3e99edd78..f93d9c9682 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -244,19 +244,19 @@ with arguments to the field constructor.") (define-public python-django-classy-tags (package (name "python-django-classy-tags") - (version "1.0.0") + (version "2.0.0") (source (origin (method url-fetch) (uri (pypi-uri "django-classy-tags" version)) (sha256 (base32 - "1cayqddvxd5prhybqi77lif2z4j7mmfmxgc61pq9i82q5gy2asmd")))) + "1javam3zqi3y3j0r490mm61v48yh75jaha99gb7lsxkaz6yri7fm")))) (build-system python-build-system) - (arguments '(#:tests? #f)) ; Test script not distributed with release. + ;; FIXME: How to make the test templates available to Django? + (arguments '(#:tests? #f)) (propagated-inputs - `(("python-django" ,python-django) - ("python-six" ,python-six))) + `(("python-django" ,python-django))) (home-page "https://github.com/divio/django-classy-tags") (synopsis "Class based template tags for Django") (description From patchwork Sat Sep 12 14:28:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24047 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id BC43127BBE8; Sat, 12 Sep 2020 15:30:26 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6055227BBE7 for ; Sat, 12 Sep 2020 15:30:26 +0100 (BST) Received: from localhost ([::1]:47186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xp-0003Ae-Hu for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XW-0002sq-Dp for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37085) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XV-00055G-TI for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XV-0003tv-Oy for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 07/55] gnu: python-django-extensions: Update to 3.0.6. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992098014772 (code B ref 43354); Sat, 12 Sep 2020 14:30:05 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:40 +0000 Received: from localhost ([127.0.0.1]:48598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6X5-0003qC-RQ for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6X4-0003pc-Ae for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36251) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Wz-000516-3R for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:33 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51870 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Wy-0001tU-0V for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:32 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:23 +0200 Message-Id: <20200912142911.6231-7-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-extensions): Update to 3.0.6. --- gnu/packages/django.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index f93d9c9682..66925be519 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -160,7 +160,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.") (define-public python-django-extensions (package (name "python-django-extensions") - (version "2.1.6") + (version "3.0.6") (source (origin (method git-fetch) @@ -171,10 +171,10 @@ to the @dfn{don't repeat yourself} (DRY) principle.") (file-name (string-append name "-" version)) (sha256 (base32 - "0p4qrdinrv6indczlc8dcnm528i5fzmcn9xk1ja7ycfkyk5x6j5w")))) + "0sra6hazqvspxd1pnx5cj7gia1rkaz3hn06ib4wd0frc167f5afy")))) (build-system python-build-system) (arguments - '(#:tests? #f)) ;TODO collected 378 items / 3 errors / 1 skipped + '(#:tests? #f)) ;XXX: requires a Postgres or MySQL database (propagated-inputs `(("python-six" ,python-six) ("python-vobject" ,python-vobject) From patchwork Sat Sep 12 14:28:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24050 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 54ACC27BBE8; Sat, 12 Sep 2020 15:30:31 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2B15D27BBE7 for ; Sat, 12 Sep 2020 15:30:31 +0100 (BST) Received: from localhost ([::1]:47558 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xu-0003Ka-5K for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XW-0002tG-LW for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37087) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XW-00055Y-98 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XW-0003u3-59 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 08/55] gnu: python-django-taggit: Update to 1.3.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992098414794 (code B ref 43354); Sat, 12 Sep 2020 14:30:06 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:44 +0000 Received: from localhost ([127.0.0.1]:48602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XA-0003qY-1K for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6X6-0003pr-Nx for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36252) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6X1-00051F-GB for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:35 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51896 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6X0-0001wW-Qx for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:35 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:24 +0200 Message-Id: <20200912142911.6231-8-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-taggit): Update to 1.3.0. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 66925be519..ffc835c9da 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -269,14 +269,14 @@ when coding custom template tags.") (define-public python-django-taggit (package (name "python-django-taggit") - (version "1.1.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (pypi-uri "django-taggit" version)) (sha256 (base32 - "044fzcpmns90kaxdi49qczlam4xsi8rl73rpfwvxx1gkcqzidgq1")))) + "0bbkabbs77z229ps0800gxfhf75yagp4x4j5jzfysbac3zvkp0sa")))) (build-system python-build-system) (arguments '(#:phases From patchwork Sat Sep 12 14:28:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24054 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C7F9527BBE8; Sat, 12 Sep 2020 15:30:41 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 89A6227BBE7 for ; Sat, 12 Sep 2020 15:30:41 +0100 (BST) Received: from localhost ([::1]:48400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Y4-0003iL-Lw for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XX-0002ux-F7 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37088) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XW-00055o-Ut for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XW-0003uI-R4 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 09/55] gnu: python-django-crispy-forms: Update to 1.9.2. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992098614804 (code B ref 43354); Sat, 12 Sep 2020 14:30:06 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:46 +0000 Received: from localhost ([127.0.0.1]:48604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XC-0003qi-7t for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6X9-0003q4-0o for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36253) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6X3-00051L-Pn for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:37 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51922 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6X3-00026O-6u for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:37 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:25 +0200 Message-Id: <20200912142911.6231-9-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-crispy-forms): Update to 1.9.2. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index ffc835c9da..da3548f14a 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1248,14 +1248,14 @@ a single block.") (define-public python-django-crispy-forms (package (name "python-django-crispy-forms") - (version "1.7.2") + (version "1.9.2") (source (origin (method url-fetch) (uri (pypi-uri "django-crispy-forms" version)) (sha256 (base32 - "0pv7y648i8iz7mf64gkjizpbx5d01ap2s4vqqa30n38if6wvlljr")))) + "0fxlf233f49hjax786p4r650rd0ilvhnpyvw8hv1d1aqnkxy1wgj")))) (build-system python-build-system) (arguments '(;; No included tests From patchwork Sat Sep 12 14:28:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24053 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 57CAF27BBE7; Sat, 12 Sep 2020 15:30:40 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id CBE3B27BBE9 for ; Sat, 12 Sep 2020 15:30:39 +0100 (BST) Received: from localhost ([::1]:48234 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Y2-0003dP-QB for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34080) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XX-0002vm-Qs for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37089) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XX-000563-Az for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XX-0003uR-7d for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 10/55] gnu: python-djangorestframework: Update to 3.11.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992098914821 (code B ref 43354); Sat, 12 Sep 2020 14:30:07 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:49 +0000 Received: from localhost ([127.0.0.1]:48607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XF-0003qz-GW for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XD-0003qR-M3 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36254) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6X8-00051V-Ei for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:42 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51940 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6X7-0002RK-Qv for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:42 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:26 +0200 Message-Id: <20200912142911.6231-10-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-djangorestframework): Update to 3.11.1. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index da3548f14a..2575e72600 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1195,14 +1195,14 @@ Django projects, which allows association of a number of tags with any (define-public python-djangorestframework (package (name "python-djangorestframework") - (version "3.7.7") + (version "3.11.1") (source (origin (method url-fetch) (uri (pypi-uri "djangorestframework" version)) (sha256 (base32 - "11qv117gqwswxjljs7wafxg1hyzzlx3qrviwlk9hw41bsbl997lz")))) + "0chbl1d0m1x23mmpdj7y85k3n32lpxrhcdl07ywnylfj9dd2vl3d")))) (build-system python-build-system) (arguments '(;; No included tests From patchwork Sat Sep 12 14:28:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24052 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0BB0C27BBE7; Sat, 12 Sep 2020 15:30:40 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id B2DDC27BBE8 for ; Sat, 12 Sep 2020 15:30:39 +0100 (BST) Received: from localhost ([::1]:48254 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Y2-0003eC-P1 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34084) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XY-0002wj-80 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XX-00056E-NV for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XX-0003uY-KF for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 11/55] gnu: python-django-filter: Update to 2.3.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992099214835 (code B ref 43354); Sat, 12 Sep 2020 14:30:07 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:52 +0000 Received: from localhost ([127.0.0.1]:48610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XH-0003rD-Oz for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58284) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XG-0003qg-1f for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36255) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XA-00051e-QE for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:44 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:51982 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XA-0002n5-69 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:44 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:27 +0200 Message-Id: <20200912142911.6231-11-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-filter): Update to 2.3.0. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 2575e72600..e3f41a7ce5 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -430,13 +430,13 @@ your code.") (define-public python-django-filter (package (name "python-django-filter") - (version "1.1.0") + (version "2.3.0") (source (origin (method url-fetch) (uri (pypi-uri "django-filter" version)) (sha256 (base32 - "0slpfqfhnjrzlrb6vmswyhrzn01p84s16j2x1xib35gg4fxg23pc")))) + "1bz5qzdk9pk4a2lp2yacrdnqmkv24vxnz4k3lykrnpc3b7bkvrhi")))) (build-system python-build-system) (arguments '(#:phases From patchwork Sat Sep 12 14:28:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24055 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 62C1A27BBE8; Sat, 12 Sep 2020 15:30:49 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2A0E127BBE7 for ; Sat, 12 Sep 2020 15:30:49 +0100 (BST) Received: from localhost ([::1]:49066 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6YC-00041t-8b for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34092) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XY-0002xd-H0 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37091) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XY-00056S-4m for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XY-0003uf-0f for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 12/55] gnu: python-django-allauth: Update to 0.42.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992099314849 (code B ref 43354); Sat, 12 Sep 2020 14:30:07 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:53 +0000 Received: from localhost ([127.0.0.1]:48613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XJ-0003rR-0Z for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XI-0003qq-8g for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36256) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XD-00051l-1P for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:47 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52000 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XC-000332-Er for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:46 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:28 +0200 Message-Id: <20200912142911.6231-12-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-allauth): Update to 0.42.0. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index e3f41a7ce5..b4e998957d 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -464,14 +464,14 @@ them do this.") (define-public python-django-allauth (package (name "python-django-allauth") - (version "0.40.0") + (version "0.42.0") (source (origin (method url-fetch) (uri (pypi-uri "django-allauth" version)) (sha256 (base32 - "12f5gjidcpb7a0d1f601k0c5dcdmb6fg9sfn7xn5j8zfsg29y63a")))) + "0c0x8izvrnjhrr48w6pwsfk9ddbi6yfxg7v3hh5dm1vz1d0hjwpi")))) (build-system python-build-system) (arguments '(#:phases From patchwork Sat Sep 12 14:28:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24056 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 4098227BBE8; Sat, 12 Sep 2020 15:30:51 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0A7D727BBE7 for ; Sat, 12 Sep 2020 15:30:51 +0100 (BST) Received: from localhost ([::1]:49190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6YE-00044u-6t for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XZ-0002yx-2q for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37092) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XY-00056f-LV for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XY-0003un-FY for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 13/55] gnu: Add python-css-html-js-minify. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992099814870 (code B ref 43354); Sat, 12 Sep 2020 14:30:08 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:29:58 +0000 Received: from localhost ([127.0.0.1]:48616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XO-0003rm-94 for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XN-0003rJ-3i for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36257) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XH-00051u-Sf for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:51 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52018 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XE-0003JR-Nj for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:51 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:29 +0200 Message-Id: <20200912142911.6231-13-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-css-html-js-minify): New public variable. --- gnu/packages/python-web.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 87c362e007..b6fac0bf65 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -252,6 +252,30 @@ communicate with each other, and positioned as an asynchronous successor to WSGI. This package includes libraries for implementing ASGI servers.") (license license:bsd-3))) +(define-public python-css-html-js-minify + (package + (name "python-css-html-js-minify") + (version "2.5.5") + (source (origin + (method url-fetch) + (uri (pypi-uri "css-html-js-minify" version ".zip")) + (sha256 + (base32 + "0v3l2dqdk2y4r6ax259gs4ij1zzm9yxg6491s6254vs9w3vi37sa")))) + (build-system python-build-system) + ;; XXX: The git repository has no tags, and the PyPI releases do not + ;; contain tests. + (arguments '(#:tests? #f)) + (native-inputs `(("unzip" ,unzip))) + (home-page "https://github.com/juancarlospaco/css-html-js-minify") + (synopsis "CSS/HTML/JS minifier") + (description + "This package provides a single-file minifier for CSS, HTML, and JavaScript.") + ;; XXX: The README just says "GNU GPL and GNU LGPL and MIT". From + ;; it + ;; looks like the user can choose a license. + (license (list license:gpl3+ license:lgpl3+ license:expat)))) + (define-public python-falcon (package (name "python-falcon") From patchwork Sat Sep 12 14:28:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24051 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7A5EA27BBE8; Sat, 12 Sep 2020 15:30:37 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 350AA27BBE7 for ; Sat, 12 Sep 2020 15:30:37 +0100 (BST) Received: from localhost ([::1]:48034 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Y0-0003X9-4x for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34124) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XZ-0002zh-Gn for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37094) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XY-00056z-VY for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XY-0003uu-T9 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 14/55] gnu: python-django-pipeline: Update to 2.0.5. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992100014888 (code B ref 43354); Sat, 12 Sep 2020 14:30:08 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:00 +0000 Received: from localhost ([127.0.0.1]:48619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XQ-0003s3-GP for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XP-0003rZ-An for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36258) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XK-00051y-3W for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:54 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52060 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XJ-0003dQ-GV for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:53 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:30 +0200 Message-Id: <20200912142911.6231-14-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-pipeline): Update to 2.0.5. [propagated-inputs]: Add PYTHON-CSS-HTML-JS-MINIFY. --- gnu/packages/django.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b4e998957d..4a1e28db16 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -850,14 +850,14 @@ project.") (define-public python-django-pipeline (package (name "python-django-pipeline") - (version "1.6.14") + (version "2.0.5") (source (origin (method url-fetch) (uri (pypi-uri "django-pipeline" version)) (sha256 (base32 - "1a207y71r7za033ira0qmh2yrgp5rq0l04gw2fg9b8jri7sslrzg")))) + "19vrbd5s12qw4qlg5n8ldv7zz2rs5y2sdid1i7lvgp92m71dayvc")))) (build-system python-build-system) (arguments '(#:phases @@ -878,7 +878,8 @@ project.") (setenv "DJANGO_SETTINGS_MODULE" "tests.settings") (invoke "django-admin" "test" "tests")))))))) (propagated-inputs - `(("python-django" ,python-django) + `(("python-css-html-js-minify" ,python-css-html-js-minify) + ("python-django" ,python-django) ("python-slimit" ,python-slimit) ("python-jsmin" ,python-jsmin))) (home-page From patchwork Sat Sep 12 14:28:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24067 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8954627BBE8; Sat, 12 Sep 2020 15:32:24 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 609B927BBE7 for ; Sat, 12 Sep 2020 15:32:24 +0100 (BST) Received: from localhost ([::1]:53708 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zj-000647-DD for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:32:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6XZ-00030V-SN for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37095) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XZ-00057I-D8 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XZ-0003v6-A9 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 15/55] gnu: python-django-jinja: Update to 2.6.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992100514989 (code B ref 43354); Sat, 12 Sep 2020 14:30:09 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:05 +0000 Received: from localhost ([127.0.0.1]:48628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XU-0003tY-Qi for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XR-0003re-M4 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36259) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XM-000526-Ew for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:56 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52078 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XL-0003s4-O3 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:56 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:31 +0200 Message-Id: <20200912142911.6231-15-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-jinja): Update to 2.6.0. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 4a1e28db16..39f6cc16d3 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -611,7 +611,7 @@ merging, minifying and compiling CSS and Javascript files.") (define-public python-django-jinja (package (name "python-django-jinja") - (version "2.4.1") + (version "2.6.0") (source (origin (method git-fetch) @@ -621,7 +621,7 @@ merging, minifying and compiling CSS and Javascript files.") (file-name (git-file-name name version)) (sha256 (base32 - "1fcrxlznlq1xvl26y3j1r22vvy6m08r5l97xi2wj50rdmxhfvhis")))) + "06ldbkfkm6sc0p9sqpjph06gxrqpj78ih3dc2yik2fcba2y5mak1")))) (build-system python-build-system) (propagated-inputs `(("python-django" ,python-django) From patchwork Sat Sep 12 14:28:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24057 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8BC5927BBE8; Sat, 12 Sep 2020 15:31:00 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6590527BBE7 for ; Sat, 12 Sep 2020 15:31:00 +0100 (BST) Received: from localhost ([::1]:49730 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6YN-0004Hy-Ir for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:30:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34136) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6Xa-00031V-7k for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37100) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6XZ-00057T-SL for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6XZ-0003vF-Mn for guix-patches@gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 16/55] gnu: python-django-debug-toolbar: Update to 2.2. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:30:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992100514995 (code B ref 43354); Sat, 12 Sep 2020 14:30:09 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:05 +0000 Received: from localhost ([127.0.0.1]:48630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XV-0003th-4r for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XT-0003rt-Ss for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36260) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XO-00052G-LV for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:58 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52104 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XO-00048J-3J for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:29:58 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:32 +0200 Message-Id: <20200912142911.6231-16-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-debug-toolbar): Update to 2.2. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 39f6cc16d3..f963172e54 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -503,7 +503,7 @@ account authentication.") (define-public python-django-debug-toolbar (package (name "python-django-debug-toolbar") - (version "1.10.1") + (version "2.2") (source (origin (method git-fetch) @@ -513,7 +513,7 @@ account authentication.") (file-name (git-file-name name version)) (sha256 (base32 - "0zr6yjsms97wlvvd17rdbrx01irkg887dn9x70c1hzfjmfvp9afk")))) + "14069rlgjd5g724iaglai0nc636g9km4ba56r4j3k84chibqzn03")))) (build-system python-build-system) (propagated-inputs `(("python-sqlparse" ,python-sqlparse) From patchwork Sat Sep 12 14:28:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24078 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5B8A627BBE7; Sat, 12 Sep 2020 15:33:45 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 33AA627BBE7 for ; Sat, 12 Sep 2020 15:33:45 +0100 (BST) Received: from localhost ([::1]:59672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6b2-0000EH-Cy for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6YQ-0004WS-SA for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6YQ-0005Tw-G7 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6YQ-0003yp-DM for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 17/55] gnu: python-django-gravatar2: Update to 1.4.4. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992101015091 (code B ref 43354); Sat, 12 Sep 2020 14:31:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:10 +0000 Received: from localhost ([127.0.0.1]:48644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XZ-0003vD-HN for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XW-0003sB-4v for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36261) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XQ-00052O-Tr for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:00 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52122 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XQ-0004NR-BH for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:00 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:33 +0200 Message-Id: <20200912142911.6231-17-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-gravatar2): Update to 1.4.4. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index f963172e54..b06609ed15 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -538,14 +538,14 @@ request and response as a toolbar on the rendered page.") (define-public python-django-gravatar2 (package (name "python-django-gravatar2") - (version "1.4.2") + (version "1.4.4") (source (origin (method url-fetch) (uri (pypi-uri "django-gravatar2" version)) (sha256 (base32 - "1qsv40xywbqsf4mkrmsswrpzqd7nfljxpfiim9an2z3dykn5rka6")))) + "1vn921fb6jjx7rf5dzhy66rkb71nwmh9ydd0xs9ys72icw4jh4y8")))) (build-system python-build-system) (arguments '(;; TODO: The django project for the tests is missing from the release. From patchwork Sat Sep 12 14:28:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24059 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C216F27BBE8; Sat, 12 Sep 2020 15:31:25 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 778EE27BBE7 for ; Sat, 12 Sep 2020 15:31:25 +0100 (BST) Received: from localhost ([::1]:50580 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Ym-0004by-Ku for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:31:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6YR-0004Wq-6I for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37117) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6YQ-0005U1-S0 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6YQ-0003yw-PO for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 18/55] gnu: python-webassets: Update to 2.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992101015099 (code B ref 43354); Sat, 12 Sep 2020 14:31:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:10 +0000 Received: from localhost ([127.0.0.1]:48646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XZ-0003vJ-PV for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58330) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6XY-0003tA-Ll for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36265) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XT-00054a-E0 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52140 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XS-0004bP-OZ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:03 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:34 +0200 Message-Id: <20200912142911.6231-18-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-webassets): Update to 2.0. [arguments]: New field. --- gnu/packages/python-web.scm | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b6fac0bf65..ea5683c9b8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3095,15 +3095,29 @@ for Flask.") (define-public python-webassets (package (name "python-webassets") - (version "0.12.1") + (version "2.0") (source (origin (method url-fetch) (uri (pypi-uri "webassets" version)) (sha256 (base32 - "1nrqkpb7z46h2b77xafxihqv3322cwqv6293ngaky4j3ff4cing7")))) + "1kc1042jydgk54xpgcp0r1ib4gys91nhy285jzfcxj3pfqrk4w8n")))) (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (add-before 'check 'disable-some-tests + (lambda _ + ;; This test requires 'postcss' and 'babel' which are + ;; not yet available in Guix. + (delete-file "tests/test_filters.py") + #t)) + (replace 'check + (lambda _ + (setenv "PYTHONPATH" + (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (invoke "pytest" "-vv")))))) (native-inputs `(("python-jinja2" ,python-jinja2) ("python-mock" ,python-mock) From patchwork Sat Sep 12 14:28:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24058 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9572227BBE8; Sat, 12 Sep 2020 15:31:17 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 53F5827BBE7 for ; Sat, 12 Sep 2020 15:31:17 +0100 (BST) Received: from localhost ([::1]:50484 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Ye-0004YV-F5 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:31:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6YR-0004XD-Ik for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37118) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6YR-0005U5-70 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6YR-0003z4-56 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 19/55] gnu: python-django-assets: Update to 2.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:31:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992101415186 (code B ref 43354); Sat, 12 Sep 2020 14:31:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:14 +0000 Received: from localhost ([127.0.0.1]:48650 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Xe-0003ws-5p for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Xb-0003u4-4m for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36267) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6XV-00055I-RO for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52160 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XV-0004pP-49 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:05 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:35 +0200 Message-Id: <20200912142911.6231-19-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-assets): Update to 2.0. [arguments]: Remove. --- gnu/packages/django.scm | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b06609ed15..3aa1d4f651 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -565,33 +565,14 @@ templatetags and a full test suite.") (define-public python-django-assets (package (name "python-django-assets") - (version "0.12") + (version "2.0") (source (origin (method url-fetch) (uri (pypi-uri "django-assets" version)) (sha256 (base32 - "0y0007fvkn1rdlj2g0y6k1cnkx53kxab3g8i85i0rd58k335p365")))) + "0fc6i77faxxv1gjlp06lv3kw64b5bhdiypaygfxh5djddgk83fwa")))) (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'check 'fix-tests - (lambda _ - (begin - ;; https://github.com/miracle2k/django-assets/issues/87 - (substitute* "tests/__init__.py" - (("settings.configure.*") - (string-append - "settings.configure(\n" - "INSTALLED_APPS=['django_assets', " - "'django.contrib.staticfiles'],\n" - "TEMPLATES=[{'BACKEND': " - "'django.template.backends.django.DjangoTemplates'}],\n" - ")\n"))) - ;; These tests fail - (substitute* "tests/test_django.py" - (("TestLoader") "NoTestLoader")))))))) (native-inputs `(("python-nose" ,python-nose))) (propagated-inputs From patchwork Sat Sep 12 14:28:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24060 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7F36627BBE8; Sat, 12 Sep 2020 15:31:37 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 53DE927BBE7 for ; Sat, 12 Sep 2020 15:31:37 +0100 (BST) Received: from localhost ([::1]:51020 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Yy-0004qi-Gw for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:31:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34564) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6YR-0004Xd-U0 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37119) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6YR-0005UX-In for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6YR-0003zB-H8 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 20/55] gnu: python-dj-database-url: Update to 0.5.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:31:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992101715202 (code B ref 43354); Sat, 12 Sep 2020 14:31:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:17 +0000 Received: from localhost ([127.0.0.1]:48653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Xh-0003x8-Dr for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Xg-0003vq-PX for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:16 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36273) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xb-00057v-H4 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:11 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52190 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6XX-00055P-KK for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:08 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:36 +0200 Message-Id: <20200912142911.6231-20-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-dj-database-url): Update to 0.5.0. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 3aa1d4f651..ea04977b1f 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -664,13 +664,13 @@ use, simply add the field to one of your models.") (define-public python-dj-database-url (package (name "python-dj-database-url") - (version "0.4.2") + (version "0.5.0") (source (origin (method url-fetch) (uri (pypi-uri "dj-database-url" version)) (sha256 (base32 - "024zbkc5rli4hia9lz9g8kf1zxhb2gwawj5abf67i7gf8n22v0x6")))) + "0qs16g5y3lflxibsl8gwkwap21crhmmv98l60rdq6x1wawgypsja")))) (build-system python-build-system) (home-page "https://github.com/kennethreitz/dj-database-url") (synopsis "Use Database URLs in your Django Application") From patchwork Sat Sep 12 14:28:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24061 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5AB6527BBE8; Sat, 12 Sep 2020 15:31:48 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 26F9827BBE7 for ; Sat, 12 Sep 2020 15:31:48 +0100 (BST) Received: from localhost ([::1]:51496 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Z9-00053n-C6 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:31:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6YS-0004Y1-9z for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37120) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6YR-0005Ud-VK for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6YR-0003zI-TO for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 21/55] gnu: python-django-picklefield: Update to 3.0.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:31:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992102415225 (code B ref 43354); Sat, 12 Sep 2020 14:31:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:24 +0000 Received: from localhost ([127.0.0.1]:48656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Xn-0003xT-Mp for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Xm-0003x7-AI for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36279) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xh-0005AQ-0p for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:17 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52240 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Xd-0005As-6V for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:14 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:37 +0200 Message-Id: <20200912142911.6231-21-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-picklefield): Update to 3.0.1. [source]: Switch to GIT-FETCH. [arguments]: New field. [native-inputs]: Remove. --- gnu/packages/django.scm | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index ea04977b1f..b5fca63035 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -689,18 +689,27 @@ conn_max_age argument to easily enable Django’s connection pool.") (define-public python-django-picklefield (package (name "python-django-picklefield") - (version "2.1.1") + (version "3.0.1") + (home-page "https://github.com/gintas/django-picklefield") + ;; Use a git checkout because the PyPI release lacks tests. (source (origin - (method url-fetch) - (uri (pypi-uri "django-picklefield" version)) + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "0imncys5s3vsy2q79nn7k5d670da1xgmcr9gmhn06fry6ibf39b7")))) + "0ni7bc86k0ra4pc8zv451pzlpkhs1nyil1sq9jdb4m2mib87b5fk")))) (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + (invoke "python" "-m" "django" "test" "-v2" + "--settings=tests.settings")))))) (propagated-inputs `(("python-django" ,python-django))) - (native-inputs `(("python-tox" ,python-tox))) - (home-page "https://github.com/gintas/django-picklefield") (synopsis "Pickled object field for Django") (description "Pickled object field for Django") (license license:expat))) From patchwork Sat Sep 12 14:28:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24062 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D3D6727BBE8; Sat, 12 Sep 2020 15:31:54 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A78C427BBE7 for ; Sat, 12 Sep 2020 15:31:54 +0100 (BST) Received: from localhost ([::1]:51900 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZF-0005Eg-Sc for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:31:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34568) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6YS-0004YQ-LU for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37121) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6YS-0005Uj-BH for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6YS-0003zQ-8v for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 22/55] gnu: python-django-bulk-update: Update to 2.2.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:31:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992104215257 (code B ref 43354); Sat, 12 Sep 2020 14:31:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:30:42 +0000 Received: from localhost ([127.0.0.1]:48659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Y6-0003y1-0J for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Y4-0003xo-91 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36291) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Xy-0005ET-Uz for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:34 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52282 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Xi-0005Db-Ll for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:26 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:38 +0200 Message-Id: <20200912142911.6231-22-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-bulk-update): Update to 2.2.0. [native-inputs]: Remove. --- gnu/packages/django.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b5fca63035..666099acbe 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -717,21 +717,17 @@ conn_max_age argument to easily enable Django’s connection pool.") (define-public python-django-bulk-update (package (name "python-django-bulk-update") - (version "1.1.10") + (version "2.2.0") (source (origin (method url-fetch) (uri (pypi-uri "django-bulk-update" version)) (sha256 (base32 - "0mbng9m7swfc0dnidipbzlxfhlfjrv755dlnha5s4m9mgdxb1fhc")))) + "0dxkmrm3skyw82i0qa8vklxw1ma1y308kh9w2hcnvhpacn5cxdss")))) (build-system python-build-system) (arguments - ;; tests don't support django 1.10, but the module seems to work. + ;; XXX: Tests require a Postgres database. `(#:tests? #f)) - (native-inputs - `(("six" ,python-six) - ("jsonfield" ,python-django-jsonfield) - ("python-dj-database-url" ,python-dj-database-url))) (propagated-inputs `(("python-django" ,python-django))) (home-page "https://github.com/aykut/django-bulk-update") From patchwork Sat Sep 12 14:28:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24080 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 652A927BBE8; Sat, 12 Sep 2020 15:33:51 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 33EB927BBE7 for ; Sat, 12 Sep 2020 15:33:51 +0100 (BST) Received: from localhost ([::1]:60062 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6b8-0000Q0-Br for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6YT-0004ZA-2u for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37122) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6YS-0005Un-ND for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6YS-0003zX-Kt for guix-patches@gnu.org; Sat, 12 Sep 2020 10:31:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 23/55] gnu: python-django-contact-form: Update to 1.8.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:31:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992106015290 (code B ref 43354); Sat, 12 Sep 2020 14:31:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:00 +0000 Received: from localhost ([127.0.0.1]:48662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6YO-0003yY-8l for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58820) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6YM-0003yL-Da for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36313) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6YH-0005Sj-5o for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:53 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52428 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Y1-0005IC-82 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:39 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:39 +0200 Message-Id: <20200912142911.6231-23-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-contact-form): Update to 1.8.1. [arguments]: Adjust test invokation, drop flake8 checks. [native-inputs]: Remove PYTHON-FLAKE8. --- gnu/packages/django.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 666099acbe..4946e3685d 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -743,26 +743,26 @@ project aims to bulk update given objects using one query over Django ORM.") (define-public python-django-contact-form (package (name "python-django-contact-form") - (version "1.3") + (version "1.8.1") (source (origin (method url-fetch) (uri (pypi-uri "django-contact-form" version)) (sha256 (base32 - "0az590y56k5ahv4sixrkn54d3a8ig2q2z9pl6s3m4f533mx2gj17")))) + "1zv7bcjfrg32gcsq3bclkld79l6mcy2wcvlj81h7q2ppv1wm8vqs")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases (replace 'check (lambda _ - ;; the next version will need "make test" - (invoke "flake8" "contact_form") - (invoke "coverage" "run" "contact_form/runtests.py") - (invoke "coverage" "report" "-m" "--fail-under" "0")))))) + (setenv "PYTHONPATH" + (string-append "./build/lib:" + (getenv "PYTHONPATH"))) + (invoke "coverage" "run" "--source" "contact_form" + "runtests.py")))))) (native-inputs - `(("python-coverage" ,python-coverage) - ("python-flake8" ,python-flake8))) + `(("python-coverage" ,python-coverage))) (propagated-inputs `(("python-django" ,python-django))) (home-page "https://github.com/ubernostrum/django-contact-form") From patchwork Sat Sep 12 14:28:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24063 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id EF83D27BBE8; Sat, 12 Sep 2020 15:32:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C89BE27BBE7 for ; Sat, 12 Sep 2020 15:32:11 +0100 (BST) Received: from localhost ([::1]:52638 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZW-0005Yg-T1 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:32:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZO-0005WC-Ds for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37148) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZO-0005e6-3z for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZO-00042g-1f for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 24/55] gnu: python-django-contrib-comments: Update to 1.9.2. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992107215383 (code B ref 43354); Sat, 12 Sep 2020 14:32:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:12 +0000 Received: from localhost ([127.0.0.1]:48672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Ya-000403-HK for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6YY-0003zp-GS for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36327) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6YT-0005Uy-7E for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:05 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52574 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6YI-0005OP-R1 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:30:58 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:40 +0200 Message-Id: <20200912142911.6231-24-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-contrib-comments): Update to 1.9.2. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 4946e3685d..fb346b7067 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -778,13 +778,13 @@ for Django sites.") (define-public python-django-contrib-comments (package (name "python-django-contrib-comments") - (version "1.8.0") + (version "1.9.2") (source (origin (method url-fetch) (uri (pypi-uri "django-contrib-comments" version)) (sha256 (base32 - "0bxsgw8jrkhg6r5s0z6ksfi4w8yknaqb1s9acmxd9pm3pnsnp5kx")))) + "0ccdiv784a5vnpfal36km4dyg12340rwhpr0riyy0k89wfnjn8yi")))) (build-system python-build-system) (propagated-inputs `(("python-django" ,python-django))) From patchwork Sat Sep 12 14:28:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24065 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D689F27BBE8; Sat, 12 Sep 2020 15:32:20 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8E2D427BBE7 for ; Sat, 12 Sep 2020 15:32:20 +0100 (BST) Received: from localhost ([::1]:53354 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zf-0005ti-Hx for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:32:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34948) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZO-0005Wk-Uo for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37149) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZO-0005eD-HU for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZO-00042s-F6 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 25/55] gnu: python-django-redis: Update to 4.12.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992108015404 (code B ref 43354); Sat, 12 Sep 2020 14:32:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:20 +0000 Received: from localhost ([127.0.0.1]:48675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Yh-00040O-Rb for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Yg-00040B-Cj for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36333) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Ya-0005W3-Up for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:13 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52668 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6YU-0005SE-7Q for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:08 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:41 +0200 Message-Id: <20200912142911.6231-25-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-redis): Update to 4.12.1. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index fb346b7067..1d0bc7bd67 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -880,13 +880,13 @@ support, and optional data-URI image and font embedding.") (define-public python-django-redis (package (name "python-django-redis") - (version "4.10.0") + (version "4.12.1") (source (origin (method url-fetch) (uri (pypi-uri "django-redis" version)) (sha256 (base32 - "1rxcwnv9ik0swkwvfqdi9i9baw6n8if5pj6q63fjh4p9chw3j2xg")))) + "0qvsm8yjchl0d3i7g20wba6px9lb5gv8kp3fcnr6hr0y0b3qjr9h")))) (build-system python-build-system) (arguments `(#:phases From patchwork Sat Sep 12 14:28:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24082 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 80F9F27BBE8; Sat, 12 Sep 2020 15:33:57 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 5BF6527BBE7 for ; Sat, 12 Sep 2020 15:33:57 +0100 (BST) Received: from localhost ([::1]:60440 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bE-0000aa-IQ for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZP-0005XS-BP for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37150) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZO-0005eJ-VI for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZO-00042z-RU for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 26/55] gnu: python-redis: Update to 3.5.3. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992108715426 (code B ref 43354); Sat, 12 Sep 2020 14:32:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:27 +0000 Received: from localhost ([127.0.0.1]:48678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Yp-00040k-1w for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Yo-00040W-5a for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36336) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Yi-0005YA-Tz for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:20 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52734 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Yc-0005TM-To for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:16 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:42 +0200 Message-Id: <20200912142911.6231-26-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/databases.scm (python-redis): Update to 3.5.3. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index fe9978587c..586baff339 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3042,13 +3042,13 @@ reasonable substitute.") (define-public python-redis (package (name "python-redis") - (version "3.3.8") + (version "3.5.3") (source (origin (method url-fetch) (uri (pypi-uri "redis" version)) (sha256 - (base32 "0fyxzqax7lcwzwhvnz0i0q6v62hxyv1mv52ywx3bpff9a2vjz8lq")))) + (base32 "18h5b87g15x3j6pb1h2q27ri37p2qpvc9n2wgn5yl3b6m3y0qzhf")))) (build-system python-build-system) ;; Tests require a running Redis server. (arguments '(#:tests? #f)) From patchwork Sat Sep 12 14:28:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24068 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 441DB27BBE8; Sat, 12 Sep 2020 15:32:29 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0677427BBE7 for ; Sat, 12 Sep 2020 15:32:29 +0100 (BST) Received: from localhost ([::1]:54112 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zo-0006F3-6q for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:32:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34968) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZP-0005Y7-O9 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37151) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZP-0005eS-C9 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZP-000438-8W for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 27/55] gnu: python-rq: Update to 1.5.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992109815453 (code B ref 43354); Sat, 12 Sep 2020 14:32:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:38 +0000 Received: from localhost ([127.0.0.1]:48681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Z0-00041A-9P for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Yy-00040x-2r for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36343) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Ys-0005Z4-Q3 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:30 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52810 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Ym-0005m9-GX for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:28 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:43 +0200 Message-Id: <20200912142911.6231-27-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/databases.scm (python-rq): Update to 1.5.1. [source]: Change to GIT-FETCH. [arguments]: New field. [native-inputs]: Add PYTHON-MOCK, PYTHON-PYTEST, and REDIS. --- gnu/packages/databases.scm | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 586baff339..a9d569c14e 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3067,14 +3067,35 @@ reasonable substitute.") (define-public python-rq (package (name "python-rq") - (version "0.13.0") + (version "1.5.1") (source (origin - (method url-fetch) - (uri (pypi-uri "rq" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/rq/rq") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 "0xvapd2bxnyq480i48bdkddzlqmv2axbsq85rlfy8k3al8zxxxrf")))) + (base32 "0i7yyw828wdvl7ap4gb7jhm4p94502is3xxrgrdgwwp0l1rac004")))) (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (add-before 'check 'start-redis + (lambda _ + (invoke "redis-server" "--daemonize" "yes"))) + (replace 'check + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + ;; Drop test that needs the SDK for Sentry.io. + (delete-file "tests/test_sentry.py") + ;; Ensure 'rq' and 'rqworker' ends up on PATH. + (setenv "PATH" (string-append out "/bin:" + (getenv "PATH"))) + (invoke "pytest" "-vv"))))))) + (native-inputs + `(("python-mock" ,python-mock) + ("python-pytest" ,python-pytest) + ("redis" ,redis))) (propagated-inputs `(("python-click" ,python-click) ("python-redis" ,python-redis))) From patchwork Sat Sep 12 14:28:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24075 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id E76D427BBE8; Sat, 12 Sep 2020 15:33:31 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id B626F27BBE7 for ; Sat, 12 Sep 2020 15:33:31 +0100 (BST) Received: from localhost ([::1]:58556 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ao-0008Bl-Q9 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZQ-0005Yw-30 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37154) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZP-0005ec-NN for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZP-00043G-Kt for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 28/55] gnu: Add python-croniter. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992110115470 (code B ref 43354); Sat, 12 Sep 2020 14:32:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:41 +0000 Received: from localhost ([127.0.0.1]:48684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Z3-00041S-Gn for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Z1-000411-IE for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36345) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Yw-0005Zo-A0 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:34 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52884 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Yu-00062g-KN for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:33 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:44 +0200 Message-Id: <20200912142911.6231-28-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-croniter): New public variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6063b358c2..ab67f8e731 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19444,6 +19444,27 @@ file-based data structures that are @code{mmap}ped into memory so that many processes may share the same data.") (license license:asl2.0))) +(define-public python-croniter + (package + (name "python-croniter") + (version "0.3.34") + (source (origin + (method url-fetch) + (uri (pypi-uri "croniter" version)) + (sha256 + (base32 + "0r79cx4v2dw4hzr0annkkxxis46c8hivq61sr39z6p7lcjsbk1ki")))) + (build-system python-build-system) + (propagated-inputs + `(("python-dateutil" ,python-dateutil) + ("python-natsort" ,python-natsort))) + (home-page "https://github.com/kiorky/croniter") + (synopsis "Iterate datetime objects with cron-like syntax") + (description + "@code{croniter} provides iteration for datetime object with cron-like +format.") + (license license:expat))) + (define-public python-pylzma (package (name "python-pylzma") From patchwork Sat Sep 12 14:28:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24077 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 48ADC27BBE8; Sat, 12 Sep 2020 15:33:41 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 12C8E27BBE7 for ; Sat, 12 Sep 2020 15:33:41 +0100 (BST) Received: from localhost ([::1]:59282 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ay-0008VN-9N for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZQ-0005Zq-IO for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37155) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZQ-0005en-7o for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZQ-00043T-5A for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 29/55] gnu: Add python-rq-scheduler. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992110715488 (code B ref 43354); Sat, 12 Sep 2020 14:32:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:47 +0000 Received: from localhost ([127.0.0.1]:48687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Z8-00041k-Pg for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Z6-00041J-KX for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36348) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Z1-0005aO-Cc for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:39 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52918 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Yx-00067d-Uz for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:36 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:45 +0200 Message-Id: <20200912142911.6231-29-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/databases.scm (python-rq-scheduler): New public variable. --- gnu/packages/databases.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index a9d569c14e..401c88a086 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3110,6 +3110,44 @@ is designed to have a low barrier to entry.") (define-public python2-rq (package-with-python2 python-rq)) +(define-public python-rq-scheduler + (package + (name "python-rq-scheduler") + (version "0.10.0") + (home-page "https://github.com/rq/rq-scheduler") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xg6yazqs5kbr2ayvhvljs1h5vgx5k5dds613fmhswln7gglf9hk")))) + (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (add-before 'check 'start-redis + (lambda _ + (invoke "redis-server" "--daemonize" "yes"))) + (replace 'check + (lambda _ + (substitute* "run_tests.py" + (("/usr/bin/env") + (which "env"))) + (invoke "./run_tests.py")))))) + (native-inputs + `(("redis" ,redis) + ("which" ,which))) + (propagated-inputs + `(("python-croniter" ,python-croniter) + ("python-rq" ,python-rq))) + (synopsis "Job scheduling capabilities for RQ (Redis Queue)") + (description + "This package provides job scheduling capabilities to @code{python-rq} +(Redis Queue).") + (license license:expat))) + (define-public python-trollius-redis (package (name "python-trollius-redis") From patchwork Sat Sep 12 14:28:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24066 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 4E08027BBE8; Sat, 12 Sep 2020 15:32:23 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 258E927BBE7 for ; Sat, 12 Sep 2020 15:32:23 +0100 (BST) Received: from localhost ([::1]:53598 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zi-00061R-77 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:32:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZR-0005al-3d for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37156) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZQ-0005f0-LR for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZQ-00043b-IS for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 30/55] gnu: python-django-rq: Update to 2.3.2. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992111315508 (code B ref 43354); Sat, 12 Sep 2020 14:32:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:53 +0000 Received: from localhost ([127.0.0.1]:48690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZF-000424-1b for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZD-00041j-KY for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36351) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Z8-0005b7-CF for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:46 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52960 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Z4-0006ME-91 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:44 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:46 +0200 Message-Id: <20200912142911.6231-30-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-rq): Update to 2.3.2. [native-inputs]: Add PYTHON-DJANGO-REDIS, PYTHON-MOCK, and PYTHON-RQ-SCHEDULER. --- gnu/packages/django.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 1d0bc7bd67..f7dd7a9f3b 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -917,13 +917,13 @@ support, and optional data-URI image and font embedding.") (define-public python-django-rq (package (name "python-django-rq") - (version "1.3.1") + (version "2.3.2") (source (origin (method url-fetch) (uri (pypi-uri "django-rq" version)) (sha256 (base32 - "1ips1ikv5qhgwb58ssn496vgqg9qv6jinwmwbrg9l3s75fskd1l5")))) + "0lksnjn3q3f7y72bj2yr8870w28a5b6x0vjnd9nhpq2ah6xfz6pf")))) (build-system python-build-system) (arguments `(#:phases @@ -935,7 +935,9 @@ support, and optional data-URI image and font embedding.") "--settings=django_rq.tests.settings" "--pythonpath=.")))))) (native-inputs - `(("python-mock" ,python-mock) + `(("python-django-redis" ,python-django-redis) + ("python-mock" ,python-mock) + ("python-rq-scheduler" ,python-rq-scheduler) ("redis" ,redis))) (propagated-inputs `(("python-django" ,python-django) From patchwork Sat Sep 12 14:28:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24064 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 21D1127BBE7; Sat, 12 Sep 2020 15:32:15 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8C73627BBE8 for ; Sat, 12 Sep 2020 15:32:14 +0100 (BST) Received: from localhost ([::1]:52824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZZ-0005ew-IO for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:32:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZR-0005bo-Fv for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37157) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZR-0005fC-2Y for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZQ-00043i-VP for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 31/55] gnu: python-django-q: Update to 1.3.3. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992111715527 (code B ref 43354); Sat, 12 Sep 2020 14:32:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:31:57 +0000 Received: from localhost ([127.0.0.1]:48693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZJ-00042M-A8 for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZI-00041w-4L for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36355) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZC-0005c5-S4 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:50 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53018 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ZA-0006UA-3B for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:48 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:47 +0200 Message-Id: <20200912142911.6231-31-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-q): Update to 1.3.3. [arguments]: Add #:tests?. Remove #:phases. [native-inputs]: Remove. --- gnu/packages/django.scm | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index f7dd7a9f3b..443c784e97 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -956,31 +956,22 @@ settings.py and easily use them in your project.") (define-public python-django-q (package (name "python-django-q") - (version "1.3.2") + (version "1.3.3") (source (origin (method url-fetch) (uri (pypi-uri "django-q" version)) (sha256 (base32 - "0ac3rjxv37bn97a62ly8b7qvbv765z6paiinzpwxx83nal2icc42")))) + "1fs29767940akbsn3vdzw2rqnn9v77b0b55bi7fvydny1rk7fw6y")))) (build-system python-build-system) - (arguments - '(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ - (setenv "DJANGO_SETTINGS_MODULE" "django_q.tests.settings") - (invoke "django-admin" "test" "django_q.tests" - "--pythonpath=.")))))) + ;; FIXME: Tests require disque, Redis, MongoDB, Docker. + (arguments '(#:tests? #f)) (propagated-inputs `(("python-arrow" ,python-arrow) ("python-blessed" ,python-blessed) ("python-django" ,python-django) ("python-django-picklefield" ,python-django-picklefield))) - (native-inputs - `(("python-django-redis" ,python-django-redis) - ("python-pytest-django" ,python-pytest-django))) (home-page "https://django-q.readthedocs.io/") (synopsis "Multiprocessing distributed task queue for Django") (description From patchwork Sat Sep 12 14:28:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24084 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A16B627BBE8; Sat, 12 Sep 2020 15:34:03 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6EF2327BBE7 for ; Sat, 12 Sep 2020 15:34:03 +0100 (BST) Received: from localhost ([::1]:60864 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bK-0000mt-Kl for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6ZR-0005cb-SB for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37158) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6ZR-0005fO-F0 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6ZR-00043q-CO for guix-patches@gnu.org; Sat, 12 Sep 2020 10:32:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 32/55] gnu: python-django-sortedm2m: Update to 3.0.2. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:32:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992112415588 (code B ref 43354); Sat, 12 Sep 2020 14:32:05 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:04 +0000 Received: from localhost ([127.0.0.1]:48700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZP-00043F-KA for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZN-00042L-Q1 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36361) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZI-0005dC-Hv for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:56 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53052 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ZE-0006ai-JN for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:53 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:48 +0200 Message-Id: <20200912142911.6231-32-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-sortedm2m): Update to 3.0.2. [arguments]: Remove #:tests?. Add #:phases. [home-page]: Update to current. --- gnu/packages/django.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 443c784e97..182d454c72 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -982,20 +982,25 @@ using Python multiprocessing.") (define-public python-django-sortedm2m (package (name "python-django-sortedm2m") - (version "1.3.3") + (version "3.0.2") (source (origin (method url-fetch) (uri (pypi-uri "django-sortedm2m" version)) (sha256 (base32 - "0axf765i7b3c2s83nlph47asi8s071dhq8l7y382v1pw785s22vi")))) + "0z0yymmrr2l5cznqbzwziw624df0qsiflvbpqwrpan52nww3dk4a")))) (build-system python-build-system) (arguments - ;; no tests. - `(#:tests? #f)) + `(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + (setenv "PYTHONPATH" (string-append "./test_project:" + "./build/lib:.:" + (getenv "PYTHONPATH"))) + (invoke "django-admin.py" "test" "--settings=settings")))))) (propagated-inputs `(("python-django" ,python-django))) - (home-page "https://github.com/gregmuellegger/django-sortedm2m") + (home-page "https://github.com/jazzband/django-sortedm2m") (synopsis "Drop-in replacement for django's own ManyToManyField") (description "Sortedm2m is a drop-in replacement for django's own ManyToManyField. From patchwork Sat Sep 12 14:28:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24069 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0086D27BBE8; Sat, 12 Sep 2020 15:33:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 86EDE27BBE7 for ; Sat, 12 Sep 2020 15:33:11 +0100 (BST) Received: from localhost ([::1]:56684 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aU-0007Iv-Lo for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35382) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aM-0007GP-37 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37193) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aL-0005qO-P0 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aL-00047g-Mn for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 33/55] gnu: python-django-appconf: Update to 1.0.4. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992112915644 (code B ref 43354); Sat, 12 Sep 2020 14:33:01 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:09 +0000 Received: from localhost ([127.0.0.1]:48708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZU-00044G-UW for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZS-00042f-Vr for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:07 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36364) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZN-0005e1-NV for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:01 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53102 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ZK-0006hb-86 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:31:59 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:49 +0200 Message-Id: <20200912142911.6231-33-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-appconf): Update to 1.0.4. [arguments]: New field. [propagated-inputs]: Remove PYTHON-SIX. --- gnu/packages/django.scm | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 182d454c72..cf676a5d68 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1014,17 +1014,24 @@ the order of added relations.") (define-public python-django-appconf (package (name "python-django-appconf") - (version "1.0.3") + (version "1.0.4") (source (origin (method url-fetch) (uri (pypi-uri "django-appconf" version)) (sha256 (base32 - "1qw0p9qh78bvkgi38ba58djwn0rd5j1lrkg2c2wk5wb7snj3rw9m")))) + "101k8nkc7xlffpjdi2qbrp9pc4v8hzvmkzi12qp7vms39asxwn5y")))) (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + (setenv "PYTHONPATH" (string-append ".:" + (getenv "PYTHONPATH"))) + (setenv "DJANGO_SETTINGS_MODULE" "tests.test_settings") + (invoke "django-admin.py" "test" "-v2")))))) (propagated-inputs - `(("python-django" ,python-django) - ("python-six" ,python-six))) + `(("python-django" ,python-django))) (home-page "https://github.com/django-compressor/django-appconf") (synopsis "Handle configuration defaults of packaged Django apps") (description From patchwork Sat Sep 12 14:28:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24079 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 536A527BBE8; Sat, 12 Sep 2020 15:33:47 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0C7E427BBE7 for ; Sat, 12 Sep 2020 15:33:47 +0100 (BST) Received: from localhost ([::1]:59800 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6b4-0000I4-91 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aM-0007HH-IS for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aM-0005qU-8k for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aM-00047p-5l for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 34/55] gnu: python-django-statici18n: Update to 1.9.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992113215662 (code B ref 43354); Sat, 12 Sep 2020 14:33:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:12 +0000 Received: from localhost ([127.0.0.1]:48711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZY-00044Y-8M for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ZW-000447-VL for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36370) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZR-0005fV-LU for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:05 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53146 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ZP-0006sO-DH for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:04 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:50 +0200 Message-Id: <20200912142911.6231-34-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-statici18n): Update to 1.9.0. [source]: Switch to GIT-FETCH. [arguments]: New field. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-DJANGO. --- gnu/packages/django.scm | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index cf676a5d68..dbee647ca2 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1048,18 +1048,33 @@ name is purely coincidental.") (define-public python-django-statici18n (package (name "python-django-statici18n") - (version "1.3.0") + (version "1.9.0") + (home-page "https://github.com/zyegfryed/django-statici18n") (source (origin - (method url-fetch) - (uri (pypi-uri "django-statici18n" version)) + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "0alcf4g1nv69njhq5k3qw4mfl2k6dc18bik5nk0g1mnp3m8zyz7k")))) + "1p3myp2im6c87yc05alh91jyahqws5lcw3zzdsj4dh8lx9s9cgpf")))) (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + (setenv "PYTHONPATH" + (string-append "./tests/test_project:./build/lib:" + (getenv "PYTHONPATH"))) + (setenv "DJANGO_SETTINGS_MODULE" "project.settings") + (invoke "pytest" "-vv")))))) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-pytest-django" ,python-pytest-django))) (propagated-inputs `(("python-django" ,python-django) ("django-appconf" ,python-django-appconf))) - (home-page "https://github.com/zyegfryed/django-statici18n") (synopsis "Generate JavaScript catalog to static files") (description "A Django app that provides helper for generating JavaScript catalog to From patchwork Sat Sep 12 14:28:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24070 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D282727BBE8; Sat, 12 Sep 2020 15:33:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id AEB3927BBE7 for ; Sat, 12 Sep 2020 15:33:12 +0100 (BST) Received: from localhost ([::1]:56758 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aV-0007LN-Q2 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35390) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aN-0007IH-4C for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37197) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aM-0005qZ-QK for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aM-000482-NX for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 35/55] gnu: python-django-sekizai: Update to 2.0.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992113615680 (code B ref 43354); Sat, 12 Sep 2020 14:33:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:16 +0000 Received: from localhost ([127.0.0.1]:48714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zc-00044q-Jl for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zb-00044Q-C6 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36377) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ZW-0005gs-2L for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:10 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53182 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ZT-0006y7-Ai for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:08 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:51 +0200 Message-Id: <20200912142911.6231-35-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-sekizai): Update to 2.0.0. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index dbee647ca2..0dd52294b8 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1226,14 +1226,14 @@ provides features like a web browseable API and authentication policies.") (define-public python-django-sekizai (package (name "python-django-sekizai") - (version "1.1.0") + (version "2.0.0") (source (origin (method url-fetch) (uri (pypi-uri "django-sekizai" version)) (sha256 (base32 - "1nc4sv109valdn6azmgm2j01k7khxy2wnji84z63x7fxsikfdxp2")))) + "0vrkli625b5s1wldri3dyrfvqbxg7zxy2pg0rpjixw3b1ndz0ag8")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; Tests not included with release. (propagated-inputs From patchwork Sat Sep 12 14:28:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24088 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B9CB427BBE9; Sat, 12 Sep 2020 15:34:13 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2186F27BBE8 for ; Sat, 12 Sep 2020 15:34:13 +0100 (BST) Received: from localhost ([::1]:32986 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bU-0000zL-9r for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35398) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aN-0007J2-Jg for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aN-0005ql-66 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aN-000489-3U for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 36/55] gnu: python-django-override-storage: Update to 0.3.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992114315703 (code B ref 43354); Sat, 12 Sep 2020 14:33:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:23 +0000 Received: from localhost ([127.0.0.1]:48717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zi-00045C-RY for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zg-00044o-Qb for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36383) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zb-0005jI-Ht for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:15 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53226 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ZX-00075C-Nx for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:12 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:52 +0200 Message-Id: <20200912142911.6231-36-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-override-storage): Update to 0.3.0. [source]: Switch to GIT-FETCH. [arguments]: New field. [native-inputs]: Add PYTHON-MOCK. --- gnu/packages/django.scm | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 0dd52294b8..62e6263270 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1325,18 +1325,27 @@ template tag.") (define-public python-django-override-storage (package (name "python-django-override-storage") - (version "0.1.6") + (version "0.3.0") + (home-page "https://github.com/danifus/django-override-storage") (source (origin - (method url-fetch) - (uri (pypi-uri "django-override-storage" version)) + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 "022arq94lxnlyykn8wvfnkykhi2dldnsn93pa2i41na551i0wpiv")))) + (base32 "081kzfk7mmybhihvc92d3hsdg0r2k20ydq88fs1fgd348sq1ax51")))) (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + (invoke "python" "runtests.py")))))) + (native-inputs + `(("python-mock" ,python-mock))) (propagated-inputs `(("python-django" ,python-django))) - (home-page - "https://github.com/danifus/django-override-storage") (synopsis "Django test helpers to manage file storage side effects") (description "This project provides tools to help reduce the side effects of using From patchwork Sat Sep 12 14:28:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24071 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D7EC427BBE8; Sat, 12 Sep 2020 15:33:19 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A40EF27BBE7 for ; Sat, 12 Sep 2020 15:33:19 +0100 (BST) Received: from localhost ([::1]:57418 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ac-0007ew-NH for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35402) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aN-0007K2-TO for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37199) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aN-0005qu-Io for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aN-00048J-GL for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 37/55] gnu: python-ldap: Update to 3.3.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992114815721 (code B ref 43354); Sat, 12 Sep 2020 14:33:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:28 +0000 Received: from localhost ([127.0.0.1]:48720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zo-00045V-3R for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zm-00045A-NA for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36390) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zh-0005l8-EE for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:21 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53268 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Zd-0007DK-7r for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:18 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:53 +0200 Message-Id: <20200912142911.6231-37-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/openldap.scm (python-ldap): Update to 3.3.1. --- gnu/packages/openldap.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm index 14bf874f48..6e863388d8 100644 --- a/gnu/packages/openldap.scm +++ b/gnu/packages/openldap.scm @@ -191,14 +191,14 @@ an LDAP server.") (define-public python-ldap (package (name "python-ldap") - (version "3.1.0") + (version "3.3.1") (source (origin (method url-fetch) (uri (pypi-uri "python-ldap" version)) (sha256 (base32 - "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1")))) + "198as30xy6p760niqps2zdvq2xcmr765h06pmda8fa9y077wl4a7")))) (build-system python-build-system) (arguments `(#:phases From patchwork Sat Sep 12 14:28:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24072 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 12FD827BBE8; Sat, 12 Sep 2020 15:33:21 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id CCA8D27BBE7 for ; Sat, 12 Sep 2020 15:33:20 +0100 (BST) Received: from localhost ([::1]:57520 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ad-0007iw-U0 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aP-0007L3-Ax for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37200) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aN-0005r3-WE for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aN-00048R-TD for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 38/55] gnu: Add python-django-auth-ldap. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992115515742 (code B ref 43354); Sat, 12 Sep 2020 14:33:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:35 +0000 Received: from localhost ([127.0.0.1]:48723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zv-00045q-Cl for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zu-00045d-JW for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36400) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zp-0005ml-8V for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:29 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53318 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Zj-0007Je-4S for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:24 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:54 +0200 Message-Id: <20200912142911.6231-38-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-auth-ldap): New public variable. --- gnu/packages/django.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 62e6263270..6f69a17130 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -34,6 +34,7 @@ #:use-module (gnu packages databases) #:use-module (gnu packages check) #:use-module (gnu packages geo) + #:use-module (gnu packages openldap) #:use-module (gnu packages python) #:use-module (gnu packages python-compression) #:use-module (gnu packages python-crypto) @@ -1351,3 +1352,38 @@ template tag.") "This project provides tools to help reduce the side effects of using FileFields during tests.") (license license:expat))) + +(define-public python-django-auth-ldap + (package + (name "python-django-auth-ldap") + (version "2.2.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "django-auth-ldap" version)) + (sha256 + (base32 + "1gq49l5lv6ar6yf73c8pix8n7md4109yq31s5jfk64w6n1rigbqi")))) + (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs #:allow-other-keys) + (let ((openldap (assoc-ref inputs "openldap"))) + ;; The tests need 'slapd' which is installed to the + ;; libexec directory of OpenLDAP. + (setenv "SLAPD" (string-append openldap "/libexec/slapd")) + (setenv "SCHEMA" + (string-append openldap "/etc/openldap/schema")) + (invoke "python" "-m" "django" "test" + "--settings" "tests.settings"))))))) + (native-inputs + `(("openldap" ,openldap) + ("python-mock" ,python-mock))) + (propagated-inputs + `(("python-django" ,python-django) + ("python-ldap" ,python-ldap))) + (home-page "https://github.com/django-auth-ldap/django-auth-ldap") + (synopsis "Django LDAP authentication backend") + (description + "This packages provides a LDAP authentication backend for Django.") + (license license:bsd-2))) From patchwork Sat Sep 12 14:28:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24091 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8D31D27BBE8; Sat, 12 Sep 2020 15:34:21 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 48E9F27BBE7 for ; Sat, 12 Sep 2020 15:34:21 +0100 (BST) Received: from localhost ([::1]:33716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bc-0001LL-Gq for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aP-0007M8-PJ for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37201) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aP-0005rA-BL for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aO-00048Y-9Y for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 39/55] gnu: Add python-django-logging-json. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992116115764 (code B ref 43354); Sat, 12 Sep 2020 14:33:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:41 +0000 Received: from localhost ([127.0.0.1]:48726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6a0-00046B-LN for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6Zz-00045j-Ct for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36406) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6Zu-0005nN-4U for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:34 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53384 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Zq-0007UL-VI for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:31 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:55 +0200 Message-Id: <20200912142911.6231-39-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-logging-json): New public variable. --- gnu/packages/django.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 6f69a17130..a81b985bbb 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1387,3 +1387,28 @@ FileFields during tests.") (description "This packages provides a LDAP authentication backend for Django.") (license license:bsd-2))) + +(define-public python-django-logging-json + (package + (name "python-django-logging-json") + (version "1.15") + (source (origin + (method url-fetch) + (uri (pypi-uri "django-logging-json" version)) + (sha256 + (base32 + "06041a8icazzp73kg93c7k1ska12wvkq7fpcad0l0sm1qnxx5yx7")))) + (build-system python-build-system) + (arguments '(#:tests? #f)) ;no tests + (propagated-inputs + `(("python-certifi" ,python-certifi) + ("python-django" ,python-django) + ("python-elasticsearch" ,python-elasticsearch) + ("python-six" ,python-six))) + (home-page "https://github.com/cipriantarta/django-logging") + (synopsis "Log requests/responses in various formats") + (description + "This package provides a Django library that logs request, response, +and exception details in a JSON document. It can also send logs directly +to ElasticSearch.") + (license license:bsd-2))) From patchwork Sat Sep 12 14:28:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24076 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2D2C127BBE8; Sat, 12 Sep 2020 15:33:38 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id F26D427BBE7 for ; Sat, 12 Sep 2020 15:33:37 +0100 (BST) Received: from localhost ([::1]:58942 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6av-0008M2-3N for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35416) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aQ-0007NL-6a for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37203) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aP-0005rK-OL for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aO-00048g-Lh for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 40/55] gnu: Add python-django-netfields. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992116815784 (code B ref 43354); Sat, 12 Sep 2020 14:33:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:48 +0000 Received: from localhost ([127.0.0.1]:48729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6a7-00046W-Ty for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6a6-00046J-P8 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36413) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6a0-0005nz-95 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:41 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53418 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6Zv-0007a6-LU for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:38 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:56 +0200 Message-Id: <20200912142911.6231-40-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-netfields): New public variable. --- gnu/packages/django.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index a81b985bbb..e08a530d82 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1412,3 +1412,27 @@ FileFields during tests.") and exception details in a JSON document. It can also send logs directly to ElasticSearch.") (license license:bsd-2))) + +(define-public python-django-netfields + (package + (name "python-django-netfields") + (version "1.2.2") + (source (origin + (method url-fetch) + (uri (pypi-uri "django-netfields" version)) + (sha256 + (base32 + "1c47azr5am0q8g45x0fbn0cay7vyrack6n7k6siliw1j2p0gzi7s")))) + (build-system python-build-system) + (arguments '(#:tests? #f)) ;XXX: Requires a running PostgreSQL server + (propagated-inputs + `(("python-django" ,python-django) + ("python-ipaddress" ,python-ipaddress) + ("python-netaddr" ,python-netaddr) + ("python-six" ,python-six))) + (home-page "https://github.com/jimfunk/django-postgresql-netfields") + (synopsis "PostgreSQL netfields implementation for Django") + (description + "This package provides mappings for the PostgreSQL @code{INET} and +@code{CIDR} fields for use in Django projects.") + (license license:bsd-3))) From patchwork Sat Sep 12 14:28:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24083 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C7E0727BBE8; Sat, 12 Sep 2020 15:33:59 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8634327BBE7 for ; Sat, 12 Sep 2020 15:33:59 +0100 (BST) Received: from localhost ([::1]:60568 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bG-0000eU-NE for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35424) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aQ-0007OZ-JF for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37205) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aQ-0005rV-4l for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aP-00048m-1S for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 41/55] gnu: Add python-sqlalchemy-mock. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992117115800 (code B ref 43354); Sat, 12 Sep 2020 14:33:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:51 +0000 Received: from localhost ([127.0.0.1]:48732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aB-00046m-5l for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6a9-00046N-Sv for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36420) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6a3-0005oO-TZ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:44 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53476 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6a2-0007hz-5i for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:42 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:57 +0200 Message-Id: <20200912142911.6231-41-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/databases.scm (python-alchemy-mock): New public variable. --- gnu/packages/databases.scm | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 401c88a086..0adb42bbe4 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2712,6 +2712,47 @@ You might also want to install the following optional dependencies: (define-public python2-sqlalchemy-utils (package-with-python2 python-sqlalchemy-utils)) +(define-public python-alchemy-mock + (package + (name "python-alchemy-mock") + (version "0.4.3") + (home-page "https://github.com/miki725/alchemy-mock") + (source (origin + (method url-fetch) + (uri (pypi-uri "alchemy-mock" version)) + (sha256 + (base32 + "0ylxygl3bcdapzz529n8wgk7vx9gjwb3ism564ypkpd7dbsw653r")))) + (build-system python-build-system) + (arguments + '(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + ;; Create pytest.ini that adds doctest options to + ;; prevent test failure. Taken from tox.ini. + (call-with-output-file "pytest.ini" + (lambda (port) + (format port "[pytest] +doctest_optionflags=IGNORE_EXCEPTION_DETAIL +"))) + (invoke "pytest" "-vv" "--doctest-modules" + "alchemy_mock/")))))) + (native-inputs + `(("python-mock" ,python-mock) + ("python-pytest" ,python-pytest))) + (propagated-inputs + `(("python-six" ,python-six) + ("python-sqlalchemy" ,python-sqlalchemy))) + (synopsis "Mock helpers for SQLAlchemy") + (description + "This package provides mock helpers for SQLAlchemy that makes it easy +to mock an SQLAlchemy session while preserving the ability to do asserts. + +Normally Normally SQLAlchemy's expressions cannot be easily compared as +comparison on binary expression produces yet another binary expression, but +this library provides functions to facilitate such comparisons.") + (license license:expat))) + (define-public python-alembic (package (name "python-alembic") From patchwork Sat Sep 12 14:28:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24073 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0AB0E27BBE9; Sat, 12 Sep 2020 15:33:28 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 9DEAF27BBE7 for ; Sat, 12 Sep 2020 15:33:27 +0100 (BST) Received: from localhost ([::1]:58192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ak-00081p-QM for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aP-0007MY-Se for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37202) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aP-0005rD-Gg for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aP-00048t-EY for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 42/55] gnu: Add python-jsonplus. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992117615820 (code B ref 43354); Sat, 12 Sep 2020 14:33:05 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:56 +0000 Received: from localhost ([127.0.0.1]:48735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aG-000475-Ef for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aE-00046e-7H for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36422) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6a8-0005ok-Uo for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:48 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53502 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6a5-0007ng-O0 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:46 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:58 +0200 Message-Id: <20200912142911.6231-42-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-jsonplus): New public variable. --- gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ab67f8e731..c4b3a2e335 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19878,6 +19878,31 @@ hard (or impossible without root privileges) to set the state of the real services to what you expect in your tests.") (license license:lgpl3+))) +(define-public python-jsonplus + (package + (name "python-jsonplus") + (version "0.8.0") + (home-page "https://github.com/randomir/jsonplus") + (source (origin + (method url-fetch) + (uri (pypi-uri "jsonplus" version)) + (sha256 + (base32 + "05yv3dw813zwas9snz124k2hki49y268b3mx0gj9w7v1nrjmglq1")))) + (build-system python-build-system) + ;; XXX: No tests on PyPI, and the repository has no tags. + (arguments '(#:tests? #f)) + (propagated-inputs + `(("python-dateutil" ,python-dateutil) + ("python-simplejson" ,python-simplejson) + ("python-sortedcontainers" ,python-sortedcontainers))) + (synopsis "Serialize Python types to/from JSON") + (description + "This package provides functionality to serialize arbitrary data types +to and from JSON. Common data types are implemented and it is easy to +register custom encoders and decoders.") + (license license:expat))) + (define-public python-ujson (package (name "python-ujson") From patchwork Sat Sep 12 14:28:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24074 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 59A7A27BBE8; Sat, 12 Sep 2020 15:33:29 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2599727BBE7 for ; Sat, 12 Sep 2020 15:33:29 +0100 (BST) Received: from localhost ([::1]:58304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6am-00084m-8J for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aQ-0007Nn-8e for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37204) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aP-0005rO-Sr for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aP-000492-Qh for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 43/55] gnu: Add python-django-debug-toolbar-alchemy. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992117915834 (code B ref 43354); Sat, 12 Sep 2020 14:33:05 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:32:59 +0000 Received: from localhost ([127.0.0.1]:48738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aI-00047J-Lo for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aH-00046v-82 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36424) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aB-0005ox-VN for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:51 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53544 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aA-0007wj-AR for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:50 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:28:59 +0200 Message-Id: <20200912142911.6231-43-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-debug-toolbar-alchemy): New public variable. --- gnu/packages/django.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index e08a530d82..df8edb2537 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -536,6 +536,32 @@ account authentication.") request and response as a toolbar on the rendered page.") (license license:bsd-3))) +(define-public python-django-debug-toolbar-alchemy + (package + (name "python-django-debug-toolbar-alchemy") + (version "0.1.5") + (home-page "https://github.com/miki725/django-debug-toolbar-alchemy") + (source (origin + (method url-fetch) + (uri (pypi-uri "django-debug-toolbar-alchemy" version)) + (sha256 + (base32 + "1kmpzghnsc247bc1dl22s4y62k9ijgy1pjms227018h5a4frsa5b")))) + (build-system python-build-system) + (arguments '(#:tests? #f)) ;XXX: 'make check' does "echo TODO" + (propagated-inputs + `(("python-django" ,python-django) + ("python-django-debug-toolbar" ,python-django-debug-toolbar) + ("python-jsonplus" ,python-jsonplus) + ("python-six" ,python-six) + ("python-sqlalchemy" ,python-sqlalchemy))) + (synopsis "Django Debug Toolbar panel for SQLAlchemy") + (description + "This package completely mimics the default Django Debug Toolbar SQL +panel (internally it is actually subclassed), but instead of displaying +queries done via the Django ORM, SQLAlchemy generated queries are displayed.") + (license license:expat))) + (define-public python-django-gravatar2 (package (name "python-django-gravatar2") From patchwork Sat Sep 12 14:29:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24081 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 995A427BBE7; Sat, 12 Sep 2020 15:33:53 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1EED727BBE8 for ; Sat, 12 Sep 2020 15:33:53 +0100 (BST) Received: from localhost ([::1]:60174 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bA-0000TG-AV for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:33:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6aQ-0007Oy-NP for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37206) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6aQ-0005rc-9T for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6aQ-00049A-6o for guix-patches@gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 44/55] gnu: Add python-django-url-filter. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:33:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992118215870 (code B ref 43354); Sat, 12 Sep 2020 14:33:06 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:02 +0000 Received: from localhost ([127.0.0.1]:48742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aL-00047n-VS for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aL-000474-5n for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36428) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aF-0005pO-Sn for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:55 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53570 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aD-0007zU-I1 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:54 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:00 +0200 Message-Id: <20200912142911.6231-44-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-url-filter): New public variable. --- gnu/packages/django.scm | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index df8edb2537..51eb1789f5 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1462,3 +1462,50 @@ to ElasticSearch.") "This package provides mappings for the PostgreSQL @code{INET} and @code{CIDR} fields for use in Django projects.") (license license:bsd-3))) + +(define-public python-django-url-filter + (package + (name "python-django-url-filter") + (version "0.3.15") + (home-page "https://github.com/miki725/django-url-filter") + (source (origin + (method git-fetch) + (uri (git-reference (url home-page) (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r4zhqhs8y6cnplwyvcb0zpijizw1ifnszs38n4w8138657f9026")))) + (build-system python-build-system) + (arguments + '(#:tests? #f ;FIXME: Django raises "Apps aren't loaded yet"!? + #:phases (modify-phases %standard-phases + (add-before 'check 'loosen-requirements + (lambda _ + ;; Do not depend on compatibility package for old + ;; Python versions. + (substitute* "requirements.txt" + (("enum-compat") "")) + #t)) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (if tests? + (begin + (setenv "PYTHONPATH" + (string-append "./build/lib:.:" + (getenv "PYTHONPATH"))) + (setenv "DJANGO_SETTINGS_MODULE" + "test_project.settings") + (invoke "pytest" "-vv" "--doctest-modules" + "tests/" "url_filter/")) + (format #t "test suite not run~%"))))))) + (propagated-inputs + `(("python-cached-property" ,python-cached-property) + ("python-django" ,python-django) + ("python-six" ,python-six))) + (synopsis "Filter data via human-friendly URLs") + (description + "The main goal of Django URL Filter is to provide an easy URL interface +for filtering data. It allows the user to safely filter by model attributes +and also allows to specify the lookup type for each filter (very much like +Django's filtering system in ORM).") + (license license:expat))) From patchwork Sat Sep 12 14:29:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24093 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 93B6E27BBE8; Sat, 12 Sep 2020 15:34:30 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 5678627BBE7 for ; Sat, 12 Sep 2020 15:34:30 +0100 (BST) Received: from localhost ([::1]:34372 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bl-0001dz-Hh for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36042) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bJ-0000rd-U2 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:01 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37239) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bJ-00068s-Js for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bJ-0004Ck-Hz for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 45/55] gnu: Remove pootle. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992118815973 (code B ref 43354); Sat, 12 Sep 2020 14:34:01 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:08 +0000 Received: from localhost ([127.0.0.1]:48756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aS-00049Z-BC for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aQ-00047S-AR for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36433) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aK-0005pz-0x for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:00 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53604 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aH-00083y-Iq for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:32:58 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:01 +0200 Message-Id: <20200912142911.6231-45-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches This package depends on Python 2 which is past end-of-life and also requires older versions of Django and dependencies. * gnu/packages/django.scm (pootle): Remove variable. --- gnu/packages/django.scm | 72 ----------------------------------------- 1 file changed, 72 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 51eb1789f5..1ce5371e39 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1111,78 +1111,6 @@ static files.") (define-public python2-django-statici18n (package-with-python2 python-django-statici18n)) -(define-public pootle - (package - (name "pootle") - (version "2.8.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "Pootle" version ".tar.bz2")) - (sha256 - (base32 - "1ng8igq0alsqzasgxdh3fb23581anyzp121h9041pwdzzv98kn4m")))) - (build-system python-build-system) - (arguments - `(; pootle supports only python2. - #:python ,python-2 - ;; tests are not run and fail with "pytest_pootle/data/po/.tmp: No such - ;; file or directory". If we create this directory, - ;; pytest_pootle/data/po/terminology.po is missing. - #:tests? #f - #:phases - (modify-phases %standard-phases - (add-before 'build 'fix-requirements - (lambda _ - (substitute* "Pootle.egg-info/requires.txt" - (("1.7.3") "1.8.0") - (("2.0.0") "2.1.0")) - (substitute* "requirements/tests.txt" - (("==3.0.6") ">=3.0.6")) - (substitute* "requirements/base.txt" - (("1.7.3") "1.8.0") - (("2.0.0") "2.1.0"))))))) - (propagated-inputs - `(("django-allauth" ,python2-django-allauth) - ("django-assets" ,python2-django-assets) - ("django-bulk-update" ,python2-django-bulk-update) - ("django-contact-form" ,python2-django-contact-form) - ("django-contrib-comments" ,python2-django-contrib-comments) - ("django-overextends" ,python2-django-overextends) - ("django-redis" ,python2-django-redis) - ("django-rq" ,python2-django-rq) - ("django-sortedm2m" ,python2-django-sortedm2m) - ("django-statici18n" ,python2-django-statici18n) - ("babel" ,python2-babel) - ("cssmin" ,python2-cssmin) - ("diff-match-patch" ,python2-diff-match-patch) - ("dirsync" ,python2-dirsync) - ("elasticsearch" ,python2-elasticsearch) - ("jsonfield" ,python2-django-jsonfield) - ("lxml" ,python2-lxml) - ("dateutil" ,python2-dateutil) - ("levenshtein" ,python2-levenshtein) - ("mysqlclient" ,python2-mysqlclient) - ("psycopg2" ,python2-psycopg2) - ("pytz" ,python2-pytz) - ("rq" ,python2-rq) - ("scandir" ,python2-scandir) - ("stemming" ,python2-stemming) - ("translate-toolkit" ,python2-translate-toolkit))) - (native-inputs - `(("python2-pytest" ,python2-pytest) - ("python2-pytest-django" ,python2-pytest-django) - ("python2-pytest-catchlog" ,python2-pytest-catchlog) - ("python2-pytest-cov" ,python2-pytest-cov) - ("python2-factory-boy" ,python2-factory-boy))) - (home-page "https://pootle.translatehouse.org/") - (synopsis "Community localization server") - (description - "Pootle is an online translation and localization tool. It works to -lower the barrier of entry, providing tools to enable teams to work towards -higher quality while welcoming newcomers.") - (license license:gpl3+))) - (define-public python-django-tagging (package (name "python-django-tagging") From patchwork Sat Sep 12 14:29:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24086 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 770EE27BBEA; Sat, 12 Sep 2020 15:34:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3AC5B27BBE9 for ; Sat, 12 Sep 2020 15:34:11 +0100 (BST) Received: from localhost ([::1]:32842 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bS-0000tS-B3 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bK-0000sB-9x for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37240) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bK-00068x-0v for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bJ-0004Cr-Uj for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 46/55] gnu: Remove python2-django-mailman3. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992119115987 (code B ref 43354); Sat, 12 Sep 2020 14:34:01 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:11 +0000 Received: from localhost ([127.0.0.1]:48759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aU-00049n-L0 for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aS-00048P-JZ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36439) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aN-0005qp-An for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:03 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53638 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aL-00086a-GU for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:02 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:02 +0200 Message-Id: <20200912142911.6231-46-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches This package depends on Python 2 which is past end-of-life, and also requires older versions of Django and dependencies. * gnu/packages/mail.scm (python2-django-mailman3): Remove variable. (python-django-mailman3)[properties]: Remove. --- gnu/packages/mail.scm | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 15b9b1dd4e..30d06e79de 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2935,47 +2935,6 @@ installation on systems where resources are limited. Its features include: (synopsis "Django library to help interaction with Mailman") (description "This package contains libraries and templates for Django-based interfaces -interacting with Mailman.") - (properties `((python2-variant . ,(delay python2-django-mailman3)))) - (license license:gpl3+))) - -;; This is the last version to support Python-2. -(define-public python2-django-mailman3 - (package - (name "python2-django-mailman3") - (version "1.1.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "django-mailman3" version)) - (sha256 - (base32 - "1xjdkgfjwhgyrp5nxw65dcpcsr98ygj6856sp0bwkrmyxpd1xxk2")))) - (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ - (invoke "django-admin" - "test" - "--settings=django_mailman3.tests.settings_test" - "django_mailman3")))) - #:python ,python-2)) - (inputs - `(("python2-django" ,python2-django))) - (propagated-inputs - `(("python2-requests" ,python2-requests) - ("python2-requests-oauthlib" ,python2-requests-oauthlib) - ("python2-openid" ,python2-openid) - ("python2-mailmanclient" ,python2-mailmanclient) - ("python2-django-allauth" ,python2-django-allauth) - ("python2-django-gravatar2" ,python2-django-gravatar2) - ("python2-pytz" ,python2-pytz))) - (home-page "https://gitlab.com/mailman/django-mailman3") - (synopsis "Django library for Mailman UIs") - (description - "Libraries and templates for Django-based interfaces interacting with Mailman.") (license license:gpl3+))) From patchwork Sat Sep 12 14:29:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24089 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3FD6A27BBE9; Sat, 12 Sep 2020 15:34:18 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id CEC6227BBE7 for ; Sat, 12 Sep 2020 15:34:17 +0100 (BST) Received: from localhost ([::1]:33526 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bZ-0001FI-1m for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bK-0000sj-Ml for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37242) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bK-000693-DC for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bK-0004Cz-Ah for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 47/55] gnu: python2-graphite-web: Update to 1.1.7. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992119416003 (code B ref 43354); Sat, 12 Sep 2020 14:34:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:14 +0000 Received: from localhost ([127.0.0.1]:48762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aX-0004A3-UW for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aW-00049X-GB for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36442) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aR-0005s7-7I for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:07 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53676 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aO-00089M-VN for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:05 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:03 +0200 Message-Id: <20200912142911.6231-47-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/monitoring.scm (python2-graphite-web): Rename to ... (graphite-web): ... this. Update to 1.1.7. [arguments]: Add #:tests?. Adjust setup.py substitutions. [propagated-inputs]: Use the Python 3 versions of all inputs. [home-page]: Use HTTPS. --- gnu/packages/monitoring.scm | 38 +++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 16de32b306..8f4b7a945f 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -330,43 +330,45 @@ caching them in memory for \"hot queries\" from the Graphite-Web application, and persisting them to disk using the Whisper time-series library.") (license license:asl2.0))) -(define-public python2-graphite-web +(define-public graphite-web (package - (name "python2-graphite-web") - (version "1.0.2") + (name "graphite-web") + (version "1.1.7") (source (origin (method url-fetch) (uri (pypi-uri "graphite-web" version)) (sha256 (base32 - "0q8bwlj75jqyzmazfsi5sa26xl58ssa8wdxm2l4j0jqyn8xpfnmc")))) + "1l5a5rry9cakqxamvlx4xq63jifmncb6815bg9vy7fg1zyd3pjxk")))) (build-system python-build-system) (arguments - `(#:python ,python-2 ; only supports Python 2 + `(#:tests? #f ;XXX: not in PyPI release & requires database #:phases (modify-phases %standard-phases (add-after 'unpack 'relax-requirements (lambda _ (substitute* "setup.py" - (("0.4.3") ,(package-version python2-django-tagging)) - (("<1.9.99") (string-append "<=" - ,(package-version python2-django)))) + ;; Allow newer versions of django-tagging. + (("django-tagging==") + "django-tagging>=") + ;; Allow Django 3.1. + ((",<3\\.1") "")) #t)) ;; Don't install to /opt (add-after 'unpack 'do-not-install-to-/opt (lambda _ (setenv "GRAPHITE_NO_PREFIX" "1") #t))))) (propagated-inputs - `(("python2-cairocffi" ,python2-cairocffi) - ("python2-pytz" ,python2-pytz) - ("python2-whisper" ,python2-whisper) - ("python2-django" ,python2-django) - ("python2-django-tagging" ,python2-django-tagging) - ("python2-scandir" ,python2-scandir) - ("python2-urllib3" ,python2-urllib3) - ("python2-pyparsing" ,python2-pyparsing) - ("python2-txamqp" ,python2-txamqp))) - (home-page "http://graphiteapp.org/") + `(("python-cairocffi" ,python-cairocffi) + ("python-pytz" ,python-pytz) + ("python-whisper" ,python-whisper) + ("python-django" ,python-django) + ("python-django-tagging" ,python-django-tagging) + ("python-scandir" ,python-scandir) + ("python-urllib3" ,python-urllib3) + ("python-pyparsing" ,python-pyparsing) + ("python-txamqp" ,python-txamqp))) + (home-page "https://graphiteapp.org/") (synopsis "Scalable realtime graphing system") (description "Graphite is a scalable real-time graphing system that does two things: store numeric time-series data, and render graphs of this data on From patchwork Sat Sep 12 14:29:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24085 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2B24627BBEA; Sat, 12 Sep 2020 15:34:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D2E3927BBE7 for ; Sat, 12 Sep 2020 15:34:10 +0100 (BST) Received: from localhost ([::1]:32844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bR-0000tn-Tw for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36056) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bL-0000t6-4f for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37244) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bK-00069C-Qo for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bK-0004DB-OQ for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 48/55] gnu: Remove python2 versions of Django packages. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992120016024 (code B ref 43354); Sat, 12 Sep 2020 14:34:02 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:20 +0000 Received: from localhost ([127.0.0.1]:48765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ae-0004AO-8O for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ac-0004A2-9v for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36451) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aX-0005td-0s for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:13 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53710 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aT-0008BZ-49 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:10 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:04 +0200 Message-Id: <20200912142911.6231-48-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Python 2 is EOL and not supported by current versions of Django. * gnu/packages/django.scm (python-django, python-django-tagging)[properties]: Remove PYTHON2-VARIANT. * gnu/packages/django.scm (python2-django, python2-django-simple-math-captcha, python2-pytest-django, python2-django-filter, python2-django-allauth, python2-django-gravatar2, python2-django-assets, python2-django-jsonfield, python2-dj-database-url, python2-django-bulk-update, python2-django-contact-form, python2-django-contrib-comments, python2-django-overextends, python2-django-redis, python2-django-rq, python2-django-sortedm2m, python2-django-appconf, python2-django-statici18n, python2-django-tagging): Remove variables. --- gnu/packages/django.scm | 82 +---------------------------------------- 1 file changed, 1 insertion(+), 81 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 1ce5371e39..d23c6fdaa2 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -127,21 +127,7 @@ development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the @dfn{don't repeat yourself} (DRY) principle.") (license license:bsd-3) - (properties `((python2-variant . ,(delay python2-django)) - (cpe-name . "django"))))) - -(define-public python2-django - (let ((base (package-with-python2 (strip-python2-variant python-django)))) - (package - (inherit base) - (native-inputs - `(;; Test requirements for Python 2 taken from - ;; tests/requirements/py3.txt: enum34 and mock. - ("python2-enum34" ,python2-enum34) - ("python2-mock" ,python2-mock) - ;; When adding memcached mind: for Python 2 memcached <= 1.53 is - ;; required. - ,@(package-native-inputs base)))))) + (properties `((cpe-name . "django"))))) (define-public python-django-2.2 (package @@ -239,9 +225,6 @@ with no settings.py configuration necessary, but instead can be configured with arguments to the field constructor.") (license license:asl2.0))) -(define-public python2-django-simple-math-captcha - (package-with-python2 python-django-simple-math-captcha)) - (define-public python-django-classy-tags (package (name "python-django-classy-tags") @@ -377,9 +360,6 @@ size and quality.") useful tools for testing Django applications and projects.") (license license:bsd-3))) -(define-public python2-pytest-django - (package-with-python2 python-pytest-django)) - (define-public python-django-haystack (package (name "python-django-haystack") @@ -459,9 +439,6 @@ filter down a queryset based on a model’s fields, displaying the form to let them do this.") (license license:bsd-3))) -(define-public python2-django-filter - (package-with-python2 python-django-filter)) - (define-public python-django-allauth (package (name "python-django-allauth") @@ -498,9 +475,6 @@ registration, account management as well as 3rd party (social) account authentication.") (license license:expat))) -(define-public python2-django-allauth - (package-with-python2 python-django-allauth)) - (define-public python-django-debug-toolbar (package (name "python-django-debug-toolbar") @@ -586,9 +560,6 @@ queries done via the Django ORM, SQLAlchemy generated queries are displayed.") templatetags and a full test suite.") (license license:expat))) -(define-public python2-django-gravatar2 - (package-with-python2 python-django-gravatar2)) - (define-public python-django-assets (package (name "python-django-assets") @@ -613,9 +584,6 @@ files. Integrates the webassets library with Django, adding support for merging, minifying and compiling CSS and Javascript files.") (license license:bsd-2))) -(define-public python2-django-assets - (package-with-python2 python-django-assets)) - (define-public python-django-jinja (package (name "python-django-jinja") @@ -685,9 +653,6 @@ validated JSON in your model. It silently takes care of serialization. To use, simply add the field to one of your models.") (license license:expat))) -(define-public python2-django-jsonfield - (package-with-python2 python-django-jsonfield)) - (define-public python-dj-database-url (package (name "python-dj-database-url") @@ -710,9 +675,6 @@ dictionary, populated with all the data specified in your URL. There is also a conn_max_age argument to easily enable Django’s connection pool.") (license license:bsd-2))) -(define-public python2-dj-database-url - (package-with-python2 python-dj-database-url)) - (define-public python-django-picklefield (package (name "python-django-picklefield") @@ -764,9 +726,6 @@ conn_max_age argument to easily enable Django’s connection pool.") project aims to bulk update given objects using one query over Django ORM.") (license license:expat))) -(define-public python2-django-bulk-update - (package-with-python2 python-django-bulk-update)) - (define-public python-django-contact-form (package (name "python-django-contact-form") @@ -799,9 +758,6 @@ project aims to bulk update given objects using one query over Django ORM.") for Django sites.") (license license:bsd-3))) -(define-public python2-django-contact-form - (package-with-python2 python-django-contact-form)) - (define-public python-django-contrib-comments (package (name "python-django-contrib-comments") @@ -824,9 +780,6 @@ used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.") (license license:bsd-3))) -(define-public python2-django-contrib-comments - (package-with-python2 python-django-contrib-comments)) - (define-public python-django-overextends (package (name "python-django-overextends") @@ -857,9 +810,6 @@ override and extend templates from other reusable apps, in your own Django project.") (license license:bsd-2))) -(define-public python2-django-overextends - (package-with-python2 python-django-overextends)) - (define-public python-django-pipeline (package (name "python-django-pipeline") @@ -938,9 +888,6 @@ support, and optional data-URI image and font embedding.") "Full featured redis cache backend for Django.") (license license:bsd-3))) -(define-public python2-django-redis - (package-with-python2 python-django-redis)) - (define-public python-django-rq (package (name "python-django-rq") @@ -977,9 +924,6 @@ Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project.") (license license:expat))) -(define-public python2-django-rq - (package-with-python2 python-django-rq)) - (define-public python-django-q (package (name "python-django-q") @@ -1035,9 +979,6 @@ The provided SortedManyToManyField behaves like the original one but remembers the order of added relations.") (license license:bsd-3))) -(define-public python2-django-sortedm2m - (package-with-python2 python-django-sortedm2m)) - (define-public python-django-appconf (package (name "python-django-appconf") @@ -1069,9 +1010,6 @@ django-appconf and can't easily be used as a replacement. The similarity in name is purely coincidental.") (license license:bsd-3))) -(define-public python2-django-appconf - (package-with-python2 python-django-appconf)) - (define-public python-django-statici18n (package (name "python-django-statici18n") @@ -1108,9 +1046,6 @@ name is purely coincidental.") static files.") (license license:bsd-3))) -(define-public python2-django-statici18n - (package-with-python2 python-django-statici18n)) - (define-public python-django-tagging (package (name "python-django-tagging") @@ -1137,23 +1072,8 @@ static files.") (description "This package provides a generic tagging application for Django projects, which allows association of a number of tags with any @code{Model} instance and makes retrieval of tags simple.") - (properties `((python2-variant . ,(delay python2-django-tagging)))) (license license:bsd-3))) -(define-public python2-django-tagging - (let ((base (package-with-python2 - (strip-python2-variant python-django-tagging)))) - (package - (inherit base) - (version "0.4.6") - (source - (origin - (method url-fetch) - (uri (pypi-uri "django-tagging" version)) - (sha256 - (base32 - "0s7b4v45j783yaxs7rni10k24san0ya77nqz4s7zdf3jhfpk42r1"))))))) - (define-public python-djangorestframework (package (name "python-djangorestframework") From patchwork Sat Sep 12 14:29:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24087 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 4235427BBE9; Sat, 12 Sep 2020 15:34:13 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 710BE27BBE7 for ; Sat, 12 Sep 2020 15:34:12 +0100 (BST) Received: from localhost ([::1]:32904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bT-0000w1-J5 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bL-0000tO-HX for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37246) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bL-00069L-8J for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bL-0004DJ-6C for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 49/55] gnu: Deprecate python-django-jsonfield. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992120516040 (code B ref 43354); Sat, 12 Sep 2020 14:34:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:25 +0000 Received: from localhost ([127.0.0.1]:48768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ai-0004Ae-OG for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ah-0004AM-Rd for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36459) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ac-0005wH-Ix for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:18 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53754 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aY-0008Fl-KZ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:15 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:05 +0200 Message-Id: <20200912142911.6231-49-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/django.scm (python-django-jsonfield): Rewrite in terms of DEPRECATED-PACKAGE with PYTHON-DJANGO as the replacement. --- gnu/packages/django.scm | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index d23c6fdaa2..c9b25f7465 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -625,33 +625,9 @@ provides certain advantages over the builtin Jinja2 backend in Django, for example, explicit calls to callables from templates and better performance.") (license license:bsd-3))) +;; JSONField is now built-in to Django, obsoleting this package. (define-public python-django-jsonfield - (package - (name "python-django-jsonfield") - (version "1.0.3") - (source (origin - (method url-fetch) - (uri (pypi-uri "jsonfield" version)) - (sha256 - (base32 - "19x4lak0hg9c20r7mvf27w7i8r6i4sg2g0ypmlmp2665fnk76zvy")))) - (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'check 'fix-tests - (lambda _ - (substitute* "jsonfield/tests.py" - (("django.forms.util") "django.forms.utils"))))))) - (propagated-inputs - `(("python-django" ,python-django))) - (home-page "https://github.com/bradjasper/django-jsonfield") - (synopsis "Store validated JSON in your model") - (description - "Django-jsonfield is a reusable Django field that allows you to store -validated JSON in your model. It silently takes care of serialization. To -use, simply add the field to one of your models.") - (license license:expat))) + (deprecated-package "python-django-jsonfield" python-django)) (define-public python-dj-database-url (package From patchwork Sat Sep 12 14:29:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24090 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6070927BBE8; Sat, 12 Sep 2020 15:34:19 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2932327BBE7 for ; Sat, 12 Sep 2020 15:34:19 +0100 (BST) Received: from localhost ([::1]:33660 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ba-0001It-BB for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bN-0000uj-1K for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37248) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bM-00069T-N3 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bL-0004DX-Kv for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 50/55] gnu: Remove python-django-overextends. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992121216064 (code B ref 43354); Sat, 12 Sep 2020 14:34:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:32 +0000 Received: from localhost ([127.0.0.1]:48771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aq-0004B1-1x for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6ao-0004Al-6e for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36471) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ai-0005yO-TY for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:24 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53804 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ae-0008KR-EE for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:22 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:06 +0200 Message-Id: <20200912142911.6231-50-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches This package does not work with newer versions of Django and its functionality has been superseded by a built-in extends module. * gnu/packages/django.scm (python-django-overextends): Remove variable. --- gnu/packages/django.scm | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index c9b25f7465..a309252af6 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -756,36 +756,6 @@ used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.") (license license:bsd-3))) -(define-public python-django-overextends - (package - (name "python-django-overextends") - (version "0.4.3") - (source (origin - (method url-fetch) - (uri (pypi-uri "django-overextends" version)) - (sha256 - (base32 - "0qc2pcf3i56pmfxh2jw7k3pgljd8xzficmkl2541n7bkcbngqfzm")))) - (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ (invoke "./test_project/manage.py" "test")))))) - (propagated-inputs - `(("python-django" ,python-django))) - (native-inputs - `(("sphinx-me" ,python-sphinx-me))) - (home-page "https://github.com/stephenmcd/django-overextends") - (synopsis "Circular template inheritance") - (description - "A Django reusable app providing the overextends template tag, a drop-in -replacement for Django's extends tag, which allows you to use circular template -inheritance. The primary use-case for overextends is to simultaneously -override and extend templates from other reusable apps, in your own Django -project.") - (license license:bsd-2))) - (define-public python-django-pipeline (package (name "python-django-pipeline") From patchwork Sat Sep 12 14:29:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24097 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A64DF27BBE8; Sat, 12 Sep 2020 15:34:42 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id CEA5E27BBE7 for ; Sat, 12 Sep 2020 15:34:41 +0100 (BST) Received: from localhost ([::1]:35260 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bx-00022g-2J for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bN-0000vr-F1 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37250) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bN-00069l-3J for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bM-0004Dd-1A for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 51/55] gnu: Django packages no longer propagates Django. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992122316087 (code B ref 43354); Sat, 12 Sep 2020 14:34:03 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:43 +0000 Received: from localhost ([127.0.0.1]:48774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6aw-0004BJ-BN for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6au-0004Az-0m for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36482) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6ao-00060L-O3 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:30 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53854 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6ak-0008W9-Jx for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:27 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:07 +0200 Message-Id: <20200912142911.6231-51-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches (python-django-classy-tags, python-django-debug-toolbar-alchemy, python-django-jinja, python-django-bulk-update, python-djangorestframework)[propagated-inputs]: Remove PYTHON-DJANGO. (python-django-contrib-comments)[propagated-inputs]: Likewise. Add PYTHON-SIX. [native-inputs]: Add PYTHON-DJANGO. * gnu/packages/django.scm (python-django-extensions, python-django-simple-math-captcha, python-django-taggit, python-easy-thumbnails, python-django-haystack, python-django-allauth, python-django-debug-toolbar, python-django-assets, python-django-picklefield, python-django-contact-form), python-django-pipeline, python-django-redis, python-django-rq, python-django-q, python-django-sortedm2m, python-django-appconf, python-django-statici18n, python-django-sekizai, python-django-crispy-forms, python-django-override-storage, python-django-auth-ldap, python-django-logging-json, python-django-netfields, python-django-url-filter)[propagated-inputs]: Move PYTHON-DJANGO ... [native-inputs]: ... here. --- gnu/packages/django.scm | 121 ++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 62 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index a309252af6..c969df3e2c 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -166,10 +166,10 @@ to the @dfn{don't repeat yourself} (DRY) principle.") `(("python-six" ,python-six) ("python-vobject" ,python-vobject) ("python-werkzeug" ,python-werkzeug) - ("python-dateutil" ,python-dateutil) - ("python-django" ,python-django))) + ("python-dateutil" ,python-dateutil))) (native-inputs - `(("python-mock" ,python-mock) + `(("python-django" ,python-django) + ("python-mock" ,python-mock) ("python-factory-boy" ,python-factory-boy) ("python-tox" ,python-tox) ("python-pytest" ,python-pytest) @@ -214,10 +214,10 @@ commands, additional database fields and admin extensions.") (lambda _ (invoke "python" "runtests.py")))))) (native-inputs - `(("python-mock" ,python-mock))) - (propagated-inputs `(("python-django" ,python-django) - ("python-six" ,python-six))) + ("python-mock" ,python-mock))) + (propagated-inputs + `(("python-six" ,python-six))) (synopsis "Easy-to-use math field/widget captcha for Django forms") (description "A multi-value-field that presents a human answerable question, @@ -239,8 +239,6 @@ with arguments to the field constructor.") (build-system python-build-system) ;; FIXME: How to make the test templates available to Django? (arguments '(#:tests? #f)) - (propagated-inputs - `(("python-django" ,python-django))) (home-page "https://github.com/divio/django-classy-tags") (synopsis "Class based template tags for Django") (description @@ -269,10 +267,10 @@ when coding custom template tags.") (lambda _ (invoke "python3" "-m" "django" "test" "--settings=tests.settings")))))) (propagated-inputs - `(("python-django" ,python-django) - ("python-isort" ,python-isort))) + `(("python-isort" ,python-isort))) (native-inputs - `(("python-pytest" ,python-pytest) + `(("python-django" ,python-django) + ("python-pytest" ,python-pytest) ("python-mock" ,python-mock))) (home-page "https://github.com/jazzband/django-taggit") @@ -294,9 +292,10 @@ when coding custom template tags.") (base32 "14gzp5cv24z0qhxb7f7k7v9jgzpaj4n8yhjq83ynpx8183fs1rz4")))) (build-system python-build-system) + (native-inputs + `(("python-django" ,python-django))) (propagated-inputs - `(("python-django" ,python-django) - ("python-pillow" ,python-pillow))) + `(("python-pillow" ,python-pillow))) (home-page "https://github.com/SmileyChris/easy-thumbnails") (synopsis "Easy thumbnails for Django") (description @@ -387,11 +386,10 @@ useful tools for testing Django applications and projects.") "/lib")) #t))) #:tests? #f)) ; OSError: libgdal.so.27: cannot open shared object file - (propagated-inputs - `(("python-django" ,python-django))) (native-inputs `(("gdal" ,gdal) ("python-coverage" ,python-coverage) + ("python-django" ,python-django) ("python-dateutil" ,python-dateutil) ("python-geopy" ,python-geopy) ("python-mock" ,python-mock) @@ -464,9 +462,8 @@ them do this.") ("python-requests" ,python-requests) ("python-requests-oauthlib" ,python-requests-oauthlib))) (native-inputs - `(("python-mock" ,python-mock))) - (inputs - `(("python-django" ,python-django))) + `(("python-django" ,python-django) + ("python-mock" ,python-mock))) (home-page "https://github.com/pennersr/django-allauth") (synopsis "Set of Django applications addressing authentication") (description @@ -491,10 +488,10 @@ account authentication.") "14069rlgjd5g724iaglai0nc636g9km4ba56r4j3k84chibqzn03")))) (build-system python-build-system) (propagated-inputs - `(("python-sqlparse" ,python-sqlparse) - ("python-django" ,python-django))) + `(("python-sqlparse" ,python-sqlparse))) (native-inputs - `(("python-django-jinja" ,python-django-jinja) + `(("python-django" ,python-django) + ("python-django-jinja" ,python-django-jinja) ("python-html5lib" ,python-html5lib))) (arguments '(#:phases @@ -524,8 +521,7 @@ request and response as a toolbar on the rendered page.") (build-system python-build-system) (arguments '(#:tests? #f)) ;XXX: 'make check' does "echo TODO" (propagated-inputs - `(("python-django" ,python-django) - ("python-django-debug-toolbar" ,python-django-debug-toolbar) + `(("python-django-debug-toolbar" ,python-django-debug-toolbar) ("python-jsonplus" ,python-jsonplus) ("python-six" ,python-six) ("python-sqlalchemy" ,python-sqlalchemy))) @@ -572,10 +568,10 @@ templatetags and a full test suite.") "0fc6i77faxxv1gjlp06lv3kw64b5bhdiypaygfxh5djddgk83fwa")))) (build-system python-build-system) (native-inputs - `(("python-nose" ,python-nose))) - (propagated-inputs `(("python-django" ,python-django) - ("python-webassets" ,python-webassets))) + ("python-nose" ,python-nose))) + (propagated-inputs + `(("python-webassets" ,python-webassets))) (home-page "https://github.com/miracle2k/django-assets") (synopsis "Asset management for Django") (description @@ -600,8 +596,7 @@ merging, minifying and compiling CSS and Javascript files.") "06ldbkfkm6sc0p9sqpjph06gxrqpj78ih3dc2yik2fcba2y5mak1")))) (build-system python-build-system) (propagated-inputs - `(("python-django" ,python-django) - ("python-jinja2" ,python-jinja2) + `(("python-jinja2" ,python-jinja2) ("python-pytz" ,python-pytz) ("python-django-pipeline" ,python-django-pipeline))) (arguments @@ -674,7 +669,7 @@ conn_max_age argument to easily enable Django’s connection pool.") (lambda _ (invoke "python" "-m" "django" "test" "-v2" "--settings=tests.settings")))))) - (propagated-inputs `(("python-django" ,python-django))) + (native-inputs `(("python-django" ,python-django))) (synopsis "Pickled object field for Django") (description "Pickled object field for Django") (license license:expat))) @@ -693,8 +688,6 @@ conn_max_age argument to easily enable Django’s connection pool.") (arguments ;; XXX: Tests require a Postgres database. `(#:tests? #f)) - (propagated-inputs - `(("python-django" ,python-django))) (home-page "https://github.com/aykut/django-bulk-update") (synopsis "Simple bulk update over Django ORM or with helper function") (description @@ -724,9 +717,8 @@ project aims to bulk update given objects using one query over Django ORM.") (invoke "coverage" "run" "--source" "contact_form" "runtests.py")))))) (native-inputs - `(("python-coverage" ,python-coverage))) - (propagated-inputs - `(("python-django" ,python-django))) + `(("python-coverage" ,python-coverage) + ("python-django" ,python-django))) (home-page "https://github.com/ubernostrum/django-contact-form") (synopsis "Contact form for Django") (description @@ -745,8 +737,10 @@ for Django sites.") (base32 "0ccdiv784a5vnpfal36km4dyg12340rwhpr0riyy0k89wfnjn8yi")))) (build-system python-build-system) - (propagated-inputs + (native-inputs `(("python-django" ,python-django))) + (propagated-inputs + `(("python-six" ,python-six))) (home-page "https://github.com/django/django-contrib-comments") (synopsis "Comments framework") (description @@ -786,9 +780,10 @@ entries, photos, book chapters, or anything else.") (getenv "PYTHONPATH"))) (setenv "DJANGO_SETTINGS_MODULE" "tests.settings") (invoke "django-admin" "test" "tests")))))))) + (native-inputs + `(("python-django" ,python-django))) (propagated-inputs `(("python-css-html-js-minify" ,python-css-html-js-minify) - ("python-django" ,python-django) ("python-slimit" ,python-slimit) ("python-jsmin" ,python-jsmin))) (home-page @@ -820,14 +815,14 @@ support, and optional data-URI image and font embedding.") (with-directory-excursion "tests" (invoke "python" "runtests.py"))))))) (native-inputs - `(("python-fakeredis" ,python-fakeredis) + `(("python-django" ,python-django) + ("python-fakeredis" ,python-fakeredis) ("python-hiredis" ,python-hiredis) ("python-mock" ,python-mock) ("python-msgpack" ,python-msgpack) ("redis" ,redis))) (propagated-inputs - `(("python-django" ,python-django) - ("python-redis" ,python-redis))) + `(("python-redis" ,python-redis))) (home-page "https://github.com/niwibe/django-redis") (synopsis "Full featured redis cache backend for Django") (description @@ -855,13 +850,13 @@ support, and optional data-URI image and font embedding.") "--settings=django_rq.tests.settings" "--pythonpath=.")))))) (native-inputs - `(("python-django-redis" ,python-django-redis) + `(("python-django" ,python-django) + ("python-django-redis" ,python-django-redis) ("python-mock" ,python-mock) ("python-rq-scheduler" ,python-rq-scheduler) ("redis" ,redis))) (propagated-inputs - `(("python-django" ,python-django) - ("python-rq" ,python-rq))) + `(("python-rq" ,python-rq))) (home-page "https://github.com/ui/django-rq") (synopsis "Django integration with RQ") (description @@ -884,10 +879,11 @@ settings.py and easily use them in your project.") (build-system python-build-system) ;; FIXME: Tests require disque, Redis, MongoDB, Docker. (arguments '(#:tests? #f)) + (native-inputs + `(("python-django" ,python-django))) (propagated-inputs `(("python-arrow" ,python-arrow) ("python-blessed" ,python-blessed) - ("python-django" ,python-django) ("python-django-picklefield" ,python-django-picklefield))) (home-page "https://django-q.readthedocs.io/") (synopsis "Multiprocessing distributed task queue for Django") @@ -915,7 +911,7 @@ using Python multiprocessing.") "./build/lib:.:" (getenv "PYTHONPATH"))) (invoke "django-admin.py" "test" "--settings=settings")))))) - (propagated-inputs + (native-inputs `(("python-django" ,python-django))) (home-page "https://github.com/jazzband/django-sortedm2m") (synopsis "Drop-in replacement for django's own ManyToManyField") @@ -944,7 +940,7 @@ the order of added relations.") (getenv "PYTHONPATH"))) (setenv "DJANGO_SETTINGS_MODULE" "tests.test_settings") (invoke "django-admin.py" "test" "-v2")))))) - (propagated-inputs + (native-inputs `(("python-django" ,python-django))) (home-page "https://github.com/django-compressor/django-appconf") (synopsis "Handle configuration defaults of packaged Django apps") @@ -981,11 +977,11 @@ name is purely coincidental.") (setenv "DJANGO_SETTINGS_MODULE" "project.settings") (invoke "pytest" "-vv")))))) (native-inputs - `(("python-pytest" ,python-pytest) + `(("python-django" ,python-django) + ("python-pytest" ,python-pytest) ("python-pytest-django" ,python-pytest-django))) (propagated-inputs - `(("python-django" ,python-django) - ("django-appconf" ,python-django-appconf))) + `(("django-appconf" ,python-django-appconf))) (synopsis "Generate JavaScript catalog to static files") (description "A Django app that provides helper for generating JavaScript catalog to @@ -1035,8 +1031,6 @@ Django projects, which allows association of a number of tags with any (arguments '(;; No included tests #:tests? #f)) - (propagated-inputs - `(("python-django" ,python-django))) (home-page "https://www.django-rest-framework.org") (synopsis "Toolkit for building Web APIs with Django") (description @@ -1057,9 +1051,10 @@ provides features like a web browseable API and authentication policies.") "0vrkli625b5s1wldri3dyrfvqbxg7zxy2pg0rpjixw3b1ndz0ag8")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; Tests not included with release. + (native-inputs + `(("python-django" ,python-django))) (propagated-inputs - `(("python-django" ,python-django) - ("python-django-classy-tags" ,python-django-classy-tags) + `(("python-django-classy-tags" ,python-django-classy-tags) ("python-six" ,python-six))) (home-page "https://github.com/divio/django-sekizai") (synopsis "Template blocks for Django projects") @@ -1088,7 +1083,7 @@ a single block.") (arguments '(;; No included tests #:tests? #f)) - (propagated-inputs + (native-inputs `(("python-django" ,python-django))) (home-page "http://github.com/maraujop/django-crispy-forms") @@ -1164,9 +1159,8 @@ template tag.") (lambda _ (invoke "python" "runtests.py")))))) (native-inputs - `(("python-mock" ,python-mock))) - (propagated-inputs - `(("python-django" ,python-django))) + `(("python-django" ,python-django) + ("python-mock" ,python-mock))) (synopsis "Django test helpers to manage file storage side effects") (description "This project provides tools to help reduce the side effects of using @@ -1198,10 +1192,10 @@ FileFields during tests.") "--settings" "tests.settings"))))))) (native-inputs `(("openldap" ,openldap) + ("python-django" ,python-django) ("python-mock" ,python-mock))) (propagated-inputs - `(("python-django" ,python-django) - ("python-ldap" ,python-ldap))) + `(("python-ldap" ,python-ldap))) (home-page "https://github.com/django-auth-ldap/django-auth-ldap") (synopsis "Django LDAP authentication backend") (description @@ -1220,9 +1214,10 @@ FileFields during tests.") "06041a8icazzp73kg93c7k1ska12wvkq7fpcad0l0sm1qnxx5yx7")))) (build-system python-build-system) (arguments '(#:tests? #f)) ;no tests + (native-inputs + `(("python-django" ,python-django))) (propagated-inputs `(("python-certifi" ,python-certifi) - ("python-django" ,python-django) ("python-elasticsearch" ,python-elasticsearch) ("python-six" ,python-six))) (home-page "https://github.com/cipriantarta/django-logging") @@ -1245,9 +1240,10 @@ to ElasticSearch.") "1c47azr5am0q8g45x0fbn0cay7vyrack6n7k6siliw1j2p0gzi7s")))) (build-system python-build-system) (arguments '(#:tests? #f)) ;XXX: Requires a running PostgreSQL server + (native-inputs + `(("python-django" ,python-django))) (propagated-inputs - `(("python-django" ,python-django) - ("python-ipaddress" ,python-ipaddress) + `(("python-ipaddress" ,python-ipaddress) ("python-netaddr" ,python-netaddr) ("python-six" ,python-six))) (home-page "https://github.com/jimfunk/django-postgresql-netfields") @@ -1292,9 +1288,10 @@ to ElasticSearch.") (invoke "pytest" "-vv" "--doctest-modules" "tests/" "url_filter/")) (format #t "test suite not run~%"))))))) + (native-inputs + `(("python-django" ,python-django))) (propagated-inputs `(("python-cached-property" ,python-cached-property) - ("python-django" ,python-django) ("python-six" ,python-six))) (synopsis "Filter data via human-friendly URLs") (description From patchwork Sat Sep 12 14:29:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24096 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9154627BBE8; Sat, 12 Sep 2020 15:34:36 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6186127BBE7 for ; Sat, 12 Sep 2020 15:34:36 +0100 (BST) Received: from localhost ([::1]:34912 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6br-0001sz-IL for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bM-0000uE-Oy for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37247) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bM-00069Q-Ew for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bM-0004Dj-Cu for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 52/55] gnu: python-mysqlclient: Remove unused inputs. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992122516101 (code B ref 43354); Sat, 12 Sep 2020 14:34:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:45 +0000 Received: from localhost ([127.0.0.1]:48777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6b3-0004Bd-2X for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6b1-0004BK-KL for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36489) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6aw-00061y-AZ for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:38 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53904 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6aq-0000Vk-Gc for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:33 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:08 +0200 Message-Id: <20200912142911.6231-52-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Remove. [inputs]: Remove ZLIB and OPENSSL. [arguments]: Explicitly set #:tests? as it was a no-op before. --- gnu/packages/databases.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 0adb42bbe4..fced8538bd 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3001,15 +3001,10 @@ database).") (base32 "0kv4a1icwdav8jpl7qvnr931lw5h3v22ids6lwq6qpi1hjzf33pz")))) (build-system python-build-system) - (native-inputs - `(("nose" ,python-nose) - ("mock" ,python-mock) - ("py.test" ,python-pytest))) + (arguments '(#:tests? #f)) ;XXX: requires a live database (inputs `(("mysql" ,mariadb "lib") - ("mysql-dev" ,mariadb "dev") - ("libz" ,zlib) - ("openssl" ,openssl))) + ("mysql-dev" ,mariadb "dev"))) (home-page "https://github.com/PyMySQL/mysqlclient-python") (synopsis "MySQLdb is an interface to the popular MySQL database server for Python") (description "MySQLdb is an interface to the popular MySQL database server From patchwork Sat Sep 12 14:29:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24094 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2689427BBE8; Sat, 12 Sep 2020 15:34:29 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id EA5E827BBE7 for ; Sat, 12 Sep 2020 15:34:28 +0100 (BST) Received: from localhost ([::1]:34234 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bk-0001Zz-5c for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bN-0000vE-7B for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37249) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bM-00069b-S5 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bM-0004Ds-PL for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 53/55] gnu: python-mysqlclient: Update to 2.0.1. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992123216125 (code B ref 43354); Sat, 12 Sep 2020 14:34:04 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:52 +0000 Received: from localhost ([127.0.0.1]:48782 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6bA-0004C1-9o for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6b9-0004Bl-19 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36496) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6b3-000649-Op for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:45 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53962 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6b0-0001BT-0W for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:43 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:09 +0200 Message-Id: <20200912142911.6231-53-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/databases.scm (python-mysqlclient): Update to 2.0.1. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index fced8538bd..bd20fa0b22 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2992,14 +2992,14 @@ database).") (define-public python-mysqlclient (package (name "python-mysqlclient") - (version "1.3.13") + (version "2.0.1") (source (origin (method url-fetch) (uri (pypi-uri "mysqlclient" version)) (sha256 (base32 - "0kv4a1icwdav8jpl7qvnr931lw5h3v22ids6lwq6qpi1hjzf33pz")))) + "1rf5l8hazs3v18hmcrm90z3hi9wxv553ipwd5l6kj8j7l6p7abzv")))) (build-system python-build-system) (arguments '(#:tests? #f)) ;XXX: requires a live database (inputs From patchwork Sat Sep 12 14:29:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24095 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1A74127BBE8; Sat, 12 Sep 2020 15:34:35 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id ED55327BBE7 for ; Sat, 12 Sep 2020 15:34:34 +0100 (BST) Received: from localhost ([::1]:34818 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bq-0001qL-4M for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bN-0000wG-J5 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37251) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bN-00069r-76 for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bN-0004E1-5K for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 54/55] gnu: Remove python2-mysqlclient. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992123816153 (code B ref 43354); Sat, 12 Sep 2020 14:34:05 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:33:58 +0000 Received: from localhost ([127.0.0.1]:48785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6bG-0004CT-H5 for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6bE-0004Bz-PX for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36503) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6b9-00065v-Gw for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:51 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:54028 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6b5-0001a6-Cq for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:48 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:10 +0200 Message-Id: <20200912142911.6231-54-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Later versions do not work with Python 2. * gnu/packages/databases.scm (python2-mysqlclient): Remove variable. --- gnu/packages/databases.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index bd20fa0b22..3f5f885c35 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3016,9 +3016,6 @@ for Python. The design goals are: @end enumerate") (license license:gpl2))) -(define-public python2-mysqlclient - (package-with-python2 python-mysqlclient)) - (define-public python-hiredis (package (name "python-hiredis") From patchwork Sat Sep 12 14:29:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marius Bakke X-Patchwork-Id: 24092 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6E52627BBE8; Sat, 12 Sep 2020 15:34:28 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1E17B27BBE7 for ; Sat, 12 Sep 2020 15:34:28 +0100 (BST) Received: from localhost ([::1]:34176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bj-0001YJ-A1 for patchwork@mira.cbaines.net; Sat, 12 Sep 2020 10:34:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36082) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH6bO-0000xd-2G for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37252) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH6bN-0006A2-Lc for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kH6bN-0004E9-Iy for guix-patches@gnu.org; Sat, 12 Sep 2020 10:34:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43354] [PATCH 55/55] gnu: patchwork: Update to 2.2.2. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 12 Sep 2020 14:34:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43354@debbugs.gnu.org Received: via spool by 43354-submit@debbugs.gnu.org id=B43354.159992124316212 (code B ref 43354); Sat, 12 Sep 2020 14:34:05 +0000 Received: (at 43354) by debbugs.gnu.org; 12 Sep 2020 14:34:03 +0000 Received: from localhost ([127.0.0.1]:48791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6bK-0004DF-QE for submit@debbugs.gnu.org; Sat, 12 Sep 2020 10:34:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kH6bK-0004CR-3q for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:34:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36511) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH6bE-00067g-R4 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:56 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:54078 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH6bB-0001vu-68 for 43354@debbugs.gnu.org; Sat, 12 Sep 2020 10:33:54 -0400 From: Marius Bakke Date: Sat, 12 Sep 2020 16:29:11 +0200 Message-Id: <20200912142911.6231-55-marius@gnu.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200912142911.6231-1-marius@gnu.org> References: <20200912142911.6231-1-marius@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/patchutils.scm (patchwork): Update to 2.2.2. [arguments]: Remove references to 'pwclient' which is now distributed separately. --- gnu/packages/patchutils.scm | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 335d251e74..12dd472c68 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -321,7 +321,7 @@ you to figure out what is going on in that merge you keep avoiding.") (define-public patchwork (package (name "patchwork") - (version "2.1.5") + (version "2.2.2") (source (origin (method git-fetch) (uri (git-reference @@ -330,7 +330,7 @@ you to figure out what is going on in that merge you keep avoiding.") (file-name (git-file-name name version)) (sha256 (base32 - "1n4hfwlgmw6mj5kp261zfx47mgb0l7g2yzl1rf0rnm8x69lr3as6")))) + "1cr3lhm589zhvcgfm8gni036866k2livq1rcxbnigjxlw9p5znaf")))) (build-system python-build-system) (arguments `(;; TODO: Tests require a running database @@ -395,24 +395,11 @@ application = get_wsgi_application()\n") port))))) (for-each (lambda (file) (install-file file (string-append out "/bin"))) (list - (string-append out-site-packages - "patchwork/bin/pwclient") (string-append out-site-packages "patchwork/bin/parsemail.sh") (string-append out-site-packages "patchwork/bin/parsemail-batch.sh"))) - ;; Delete the symlink to pwclient, and replace it with the - ;; actual file, as this can cause issues when serving the file - ;; from a webserver. - (let ((template-pwclient (string-append - out-site-packages - "patchwork/templates/patchwork/pwclient"))) - (delete-file template-pwclient) - (copy-file (string-append out-site-packages - "patchwork/bin/pwclient") - template-pwclient)) - ;; Collect the static assets, this includes JavaScript, CSS and ;; fonts. This is a standard Django process when running a ;; Django application for regular use, and includes assets for