[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/55: gnu: python-dj-database-url: Update to 2.1.0.
From: |
guix-commits |
Subject: |
18/55: gnu: python-dj-database-url: Update to 2.1.0. |
Date: |
Thu, 21 Sep 2023 13:31:35 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit c463f184e316ce7c1302dc1995ef6c35f307b77a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 16 14:23:46 2023 +0800
gnu: python-dj-database-url: Update to 2.1.0.
* gnu/packages/django.scm (python-dj-database-url): Update to 2.1.0.
---
gnu/packages/django.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 08c44f1414..2f7aa6a4d1 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -673,14 +673,16 @@ example, explicit calls to callables from templates and
better performance.")
(define-public python-dj-database-url
(package
(name "python-dj-database-url")
- (version "0.5.0")
+ (version "2.1.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "dj-database-url" version))
(sha256
(base32
- "0qs16g5y3lflxibsl8gwkwap21crhmmv98l60rdq6x1wawgypsja"))))
+ "0pqkifl5zradgsznjpk6g6zp64gnsxdav7x3knf56vh8w7pjq17j"))))
(build-system python-build-system)
+ (propagated-inputs
+ (list python-django python-typing-extensions))
(home-page "https://github.com/kennethreitz/dj-database-url")
(synopsis "Use Database URLs in your Django Application")
(description
@@ -690,7 +692,7 @@ DATABASE_URL environment variable to configure your Django
application.
The dj_database_url.config method returns a Django database connection
dictionary, populated with all the data specified in your URL. There is also a
conn_max_age argument to easily enable Django’s connection pool.")
- (license license:bsd-2)))
+ (license license:bsd-3)))
(define-public python-dj-email-url
(package
- branch master updated (ee7c9d2541 -> fdfafaa48c), guix-commits, 2023/09/21
- 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 <=
- 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, 2023/09/21
- 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