Hello community,
here is the log from the commit of package python-dj-database-url for
openSUSE:Factory checked in at 2019-03-19 10:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dj-database-url (Old)
and /work/SRC/openSUSE:Factory/.python-dj-database-url.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dj-database-url"
Tue Mar 19 10:02:53 2019 rev:5 rq:686224 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dj-database-url/python-dj-database-url.changes
2019-03-12 09:53:59.907531079 +0100
+++
/work/SRC/openSUSE:Factory/.python-dj-database-url.new.28833/python-dj-database-url.changes
2019-03-19 10:02:56.135805521 +0100
@@ -1,0 +2,7 @@
+Sat Mar 16 00:47:21 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+- Reduce markup, descriptions are still pretty much plaintext,
+ not HTML or rst.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dj-database-url.spec ++++++
--- /var/tmp/diff_new_pack.Ry4ziJ/_old 2019-03-19 10:02:57.223804517 +0100
+++ /var/tmp/diff_new_pack.Ry4ziJ/_new 2019-03-19 10:02:57.223804517 +0100
@@ -20,7 +20,7 @@
Name: python-dj-database-url
Version: 0.5.0
Release: 0
-Summary: Use Database URLs in your Django Application
+Summary: Utility to use database URLs in Django applications
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/kennethreitz/dj-database-url
@@ -32,11 +32,10 @@
%python_subpackages
%description
-This simple Django utility allows you to utilize the
-`12factor <http://www.12factor.net/backing-services>`_ inspired
-``DATABASE_URL`` environment variable to configure your Django application.
+This Django utility allows you to utilize the 12factor inspired
+DATABASE_URL environment variable to configure Django applications.
-The ``dj_database_url.config`` method returns a Django database connection
+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.