[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/55: gnu: python-django-picklefield: Update to 3.1.0.
From: |
guix-commits |
Subject: |
23/55: gnu: python-django-picklefield: Update to 3.1.0. |
Date: |
Thu, 21 Sep 2023 13:31:36 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 687ae1f8d1d39e1e2fbe2ca7aecfaf3f6e14267a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 9 20:39:41 2023 +0800
gnu: python-django-picklefield: Update to 3.1.0.
* gnu/packages/django.scm (python-django-picklefield): Update to 3.1.0.
[propagated-inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO.
---
gnu/packages/django.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 145860ec40..b1a5a1e86a 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -795,7 +795,7 @@ applications with a @var{SEARCH_URL} variable.")
(define-public python-django-picklefield
(package
(name "python-django-picklefield")
- (version "3.0.1")
+ (version "3.1.0")
(home-page "https://github.com/gintas/django-picklefield")
;; Use a git checkout because the PyPI release lacks tests.
(source
@@ -807,7 +807,7 @@ applications with a @var{SEARCH_URL} variable.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ni7bc86k0ra4pc8zv451pzlpkhs1nyil1sq9jdb4m2mib87b5fk"))))
+ "00d8sm6cnkv5bxbs2a3qrm4g69nlaa1wari7mc697df8q91v6r0n"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@@ -815,10 +815,7 @@ applications with a @var{SEARCH_URL} variable.")
(lambda _
(invoke "python" "-m" "django" "test" "-v2"
"--settings=tests.settings"))))))
- (propagated-inputs
- ;; XXX: Picklefield has not been updated in 10+ years and fails tests
- ;; with Django 3.2.
- `(("python-django@2.2" ,python-django-2.2)))
+ (propagated-inputs (list python-django))
(synopsis "Pickled object field for Django")
(description "Pickled object field for Django")
(license license:expat)))
- 03/55: gnu: python-certauth: Fix test failure with newer PyOpenSSL., (continued)
- 03/55: gnu: python-certauth: Fix test failure with newer PyOpenSSL., guix-commits, 2023/09/21
- 01/55: gnu: Add python-jwcrypto., guix-commits, 2023/09/21
- 04/55: gnu: python-filelock: Update home page., guix-commits, 2023/09/21
- 05/55: gnu: python-deprecated: Remove unused inputs., guix-commits, 2023/09/21
- 06/55: gnu: Add python-a2wsgi., guix-commits, 2023/09/21
- 18/55: gnu: python-dj-database-url: Update to 2.1.0., guix-commits, 2023/09/21
- 08/55: gnu: Add python-tracerite., guix-commits, 2023/09/21
- 15/55: gnu: uwufetch: Avoid top-level package references., guix-commits, 2023/09/21
- 17/55: gnu: Add python-dj-email-url., guix-commits, 2023/09/21
- 21/55: gnu: Add python-django-configurations., guix-commits, 2023/09/21
- 23/55: gnu: python-django-picklefield: Update to 3.1.0.,
guix-commits <=
- 27/55: gnu: graphite-web: Update to 1.1.10., guix-commits, 2023/09/21
- 28/55: gnu: Remove python-django@2.2., guix-commits, 2023/09/21
- 29/55: gnu: python-flex: Update to 6.14.1., guix-commits, 2023/09/21
- 34/55: gnu: python-django@3.2: Update to 3.2.21., guix-commits, 2023/09/21
- 35/55: gnu: python-asgiref: Update to 3.7.2., guix-commits, 2023/09/21
- 40/55: gnu: python-distlib: Don't reference the implicit bash input., guix-commits, 2023/09/21
- 52/55: gnu: python-libnacl: Update to 2.1.0., guix-commits, 2023/09/21
- 44/55: gnu: python-uvicorn: Update to 0.23.2., guix-commits, 2023/09/21
- 49/55: gnu: python-incremental: Update to 22.10.0., guix-commits, 2023/09/21
- 46/55: gnu: python-psycopg: Update to 3.1.10., guix-commits, 2023/09/21