diff --git a/www/py-dj-database-url/Makefile b/www/py-dj-database-url/Makefile index 14085cc7f820..cad0ad4e60b0 100644 --- a/www/py-dj-database-url/Makefile +++ b/www/py-dj-database-url/Makefile @@ -1,18 +1,18 @@ PORTNAME= dj-database-url -DISTVERSION= 0.5.0 +DISTVERSION= 1.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Use Database URLs in your Django Application LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/www/py-dj-database-url/distinfo b/www/py-dj-database-url/distinfo index 3cad7fa94da2..075983ae256d 100644 --- a/www/py-dj-database-url/distinfo +++ b/www/py-dj-database-url/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1644813619 -SHA256 (dj-database-url-0.5.0.tar.gz) = 4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163 -SIZE (dj-database-url-0.5.0.tar.gz) = 5482 +TIMESTAMP = 1659866302 +SHA256 (dj-database-url-1.0.0.tar.gz) = ccf3e8718f75ddd147a1e212fca88eecdaa721759ee48e38b485481c77bca3dc +SIZE (dj-database-url-1.0.0.tar.gz) = 6547 diff --git a/www/py-dj-database-url/pkg-descr b/www/py-dj-database-url/pkg-descr index c4b1c4d33c2e..93df5fc90343 100644 --- a/www/py-dj-database-url/pkg-descr +++ b/www/py-dj-database-url/pkg-descr @@ -1,16 +1,16 @@ This simple Django utility allows you to utilize the 12factor inspired 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. If you’d rather not use an environment variable, you can pass a URL in directly instead to dj_database_url.parse. Supported Databases: Support currently exists for PostgreSQL, PostGIS, MySQL, MySQL (GIS), Oracle, Oracle (GIS), and SQLite. -WWW: https://github.com/kennethreitz/dj-database-url +WWW: https://github.com/jazzband/dj-database-url