[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/57: gnu: python-django-classy-tags: Update to 2.0.0.
From: |
guix-commits |
Subject: |
09/57: gnu: python-django-classy-tags: Update to 2.0.0. |
Date: |
Tue, 22 Sep 2020 12:43:31 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1fe17bc361742efd213374a72031af5e75a60b2d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 11:51:56 2020 +0200
gnu: python-django-classy-tags: Update to 2.0.0.
* 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 312d16a..b9a1f88 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
- branch master updated (c7011ff -> a2c0dbb), guix-commits, 2020/09/22
- 02/57: gnu: Remove pootle., guix-commits, 2020/09/22
- 01/57: gnu: python-uritemplate: Update to 3.0.1., guix-commits, 2020/09/22
- 04/57: gnu: Add python-asgiref., guix-commits, 2020/09/22
- 07/57: gnu: python-pytest-django: Update to 3.10.0., guix-commits, 2020/09/22
- 05/57: gnu: python-django: Update to 3.1.1., guix-commits, 2020/09/22
- 08/57: gnu: python-django-simple-math-captcha: Update to 1.0.9., guix-commits, 2020/09/22
- 09/57: gnu: python-django-classy-tags: Update to 2.0.0.,
guix-commits <=
- 03/57: gnu: Remove python2-django-mailman3., guix-commits, 2020/09/22
- 14/57: gnu: python-django-filter: Update to 2.3.0., guix-commits, 2020/09/22
- 15/57: gnu: python-django-allauth: Update to 0.42.0., guix-commits, 2020/09/22
- 18/57: gnu: python-django-jinja: Update to 2.6.0., guix-commits, 2020/09/22
- 06/57: gnu: python-django: Propagate python-sqlparse., guix-commits, 2020/09/22
- 11/57: gnu: python-django-taggit: Update to 1.3.0., guix-commits, 2020/09/22
- 24/57: gnu: python-django-picklefield: Update to 3.0.1., guix-commits, 2020/09/22
- 47/57: gnu: Add python-jsonplus., guix-commits, 2020/09/22
- 16/57: gnu: Add python-css-html-js-minify., guix-commits, 2020/09/22
- 28/57: gnu: python-django-redis: Update to 4.12.1., guix-commits, 2020/09/22