[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/46: gnu: python-django-testing: Update to 0.5.0.
From: |
guix-commits |
Subject: |
38/46: gnu: python-django-testing: Update to 0.5.0. |
Date: |
Tue, 21 Jul 2020 08:49:46 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 18f1bd255d72dcd458f9e3a19a6de17fb531a238
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 14:23:04 2020 +0300
gnu: python-django-testing: Update to 0.5.0.
* gnu/packages/django.scm (python-django-testing): Update to 0.5.0.
[properties]: Add python2-variant.
(python2-django-testing): Stay at 0.4.6.
---
gnu/packages/django.scm | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index ce23946..625e4c0 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1080,14 +1080,14 @@ higher quality while welcoming newcomers.")
(define-public python-django-tagging
(package
(name "python-django-tagging")
- (version "0.4.6")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-tagging" version))
(sha256
(base32
- "0s7b4v45j783yaxs7rni10k24san0ya77nqz4s7zdf3jhfpk42r1"))))
+ "13afxx30chssclxzd9gqnvwm9qyrdpnlbs6iswdfa18phfj8zmi8"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1103,10 +1103,22 @@ higher quality while welcoming newcomers.")
(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
- (package-with-python2 python-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
- 13/46: gnu: Add python-zope-hookable., (continued)
- 13/46: gnu: Add python-zope-hookable., guix-commits, 2020/07/21
- 15/46: gnu: python-zope-component: Update to 4.6.2., guix-commits, 2020/07/21
- 17/46: gnu: Add python-authheaders., guix-commits, 2020/07/21
- 23/46: gnu: Add python-flufl-testing., guix-commits, 2020/07/21
- 24/46: gnu: Add python-aiosmtpd., guix-commits, 2020/07/21
- 26/46: gnu: Add python-rcssmin., guix-commits, 2020/07/21
- 29/46: gnu: Add python-csscompressor., guix-commits, 2020/07/21
- 30/46: gnu: gunicorn-bootstrap: Re-indent., guix-commits, 2020/07/21
- 31/46: gnu: Add python-django-picklefield., guix-commits, 2020/07/21
- 35/46: gnu: python-django-allauth: Update to 0.40.0., guix-commits, 2020/07/21
- 38/46: gnu: python-django-testing: Update to 0.5.0.,
guix-commits <=
- 40/46: gnu: Add python-django-compressor., guix-commits, 2020/07/21
- 42/46: gnu: python-mailmanclient: Update to 3.3.1., guix-commits, 2020/07/21
- 45/46: gnu: Add python-hyperkitty., guix-commits, 2020/07/21
- 16/46: gnu: Add python-zope-copy., guix-commits, 2020/07/21
- 37/46: gnu: python-django-testing: Fix tests., guix-commits, 2020/07/21
- 43/46: gnu: Add mailman., guix-commits, 2020/07/21
- 46/46: gnu: postorius: Update to 1.3.3., guix-commits, 2020/07/21
- 22/46: gnu: Add python-flufl-bounce., guix-commits, 2020/07/21
- 28/46: gnu: Add python-pysolr., guix-commits, 2020/07/21
- 41/46: gnu: Add python-django-mailman3., guix-commits, 2020/07/21