[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/57: gnu: patchwork: Update to 2.2.2.
From: |
guix-commits |
Subject: |
56/57: gnu: patchwork: Update to 2.2.2. |
Date: |
Tue, 22 Sep 2020 12:43:45 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 37c24c0bd04b099c7d3ef5a251a453ad12373c0e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 12 12:55:49 2020 +0200
gnu: patchwork: Update to 2.2.2.
* 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 335d251..12dd472 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
@@ -396,23 +396,10 @@ application = get_wsgi_application()\n") port)))))
(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
- 21/57: gnu: python-webassets: Update to 2.0., (continued)
- 21/57: gnu: python-webassets: Update to 2.0., guix-commits, 2020/09/22
- 30/57: gnu: python-rq: Update to 1.5.1., guix-commits, 2020/09/22
- 39/57: gnu: python-django-override-storage: Update to 0.3.0., guix-commits, 2020/09/22
- 35/57: gnu: python-django-sortedm2m: Update to 3.0.2., guix-commits, 2020/09/22
- 36/57: gnu: python-django-appconf: Update to 1.0.4., guix-commits, 2020/09/22
- 38/57: gnu: python-django-sekizai: Update to 2.0.0., guix-commits, 2020/09/22
- 41/57: gnu: Deprecate python-django-jsonfield., guix-commits, 2020/09/22
- 50/57: gnu: Remove python-django-overextends., guix-commits, 2020/09/22
- 49/57: gnu: Add python-django-url-filter., guix-commits, 2020/09/22
- 53/57: gnu: Remove python2-mysqlclient., guix-commits, 2020/09/22
- 56/57: gnu: patchwork: Update to 2.2.2.,
guix-commits <=
- 10/57: gnu: python-django-extensions: Update to 3.0.6., guix-commits, 2020/09/22
- 12/57: gnu: python-django-crispy-forms: Update to 1.9.2., guix-commits, 2020/09/22
- 13/57: gnu: python-djangorestframework: Update to 3.11.1., guix-commits, 2020/09/22
- 17/57: gnu: python-django-pipeline: Update to 2.0.5., guix-commits, 2020/09/22
- 19/57: gnu: python-django-debug-toolbar: Update to 2.2., guix-commits, 2020/09/22
- 20/57: gnu: python-django-gravatar2: Update to 1.4.4., guix-commits, 2020/09/22
- 22/57: gnu: python-django-assets: Update to 2.0., guix-commits, 2020/09/22
- 23/57: gnu: python-dj-database-url: Update to 0.5.0., guix-commits, 2020/09/22
- 31/57: gnu: Add python-croniter., guix-commits, 2020/09/22
- 29/57: gnu: python-redis: Update to 3.5.3., guix-commits, 2020/09/22