[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43354] [PATCH 23/55] gnu: python-django-contact-form: Update to 1.8
From: |
Marius Bakke |
Subject: |
[bug#43354] [PATCH 23/55] gnu: python-django-contact-form: Update to 1.8.1. |
Date: |
Sat, 12 Sep 2020 16:28:39 +0200 |
* 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")
--
2.28.0
- [bug#43354] [PATCH 13/55] gnu: Add python-css-html-js-minify., (continued)
- [bug#43354] [PATCH 13/55] gnu: Add python-css-html-js-minify., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 15/55] gnu: python-django-jinja: Update to 2.6.0., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 11/55] gnu: python-django-filter: Update to 2.3.0., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 14/55] gnu: python-django-pipeline: Update to 2.0.5., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 16/55] gnu: python-django-debug-toolbar: Update to 2.2., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 19/55] gnu: python-django-assets: Update to 2.0., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 20/55] gnu: python-dj-database-url: Update to 0.5.0., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 21/55] gnu: python-django-picklefield: Update to 3.0.1., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 17/55] gnu: python-django-gravatar2: Update to 1.4.4., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 18/55] gnu: python-webassets: Update to 2.0., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 23/55] gnu: python-django-contact-form: Update to 1.8.1.,
Marius Bakke <=
- [bug#43354] [PATCH 22/55] gnu: python-django-bulk-update: Update to 2.2.0., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 24/55] gnu: python-django-contrib-comments: Update to 1.9.2., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 25/55] gnu: python-django-redis: Update to 4.12.1., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 27/55] gnu: python-rq: Update to 1.5.1., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 28/55] gnu: Add python-croniter., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 26/55] gnu: python-redis: Update to 3.5.3., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 31/55] gnu: python-django-q: Update to 1.3.3., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 29/55] gnu: Add python-rq-scheduler., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 32/55] gnu: python-django-sortedm2m: Update to 3.0.2., Marius Bakke, 2020/09/12
- [bug#43354] [PATCH 30/55] gnu: python-django-rq: Update to 2.3.2., Marius Bakke, 2020/09/12