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