Accepting request 677178 from home:jengelh:branches:devel:languages:python:django

- Avoid name repetition in summary; use noun phrasing.

OBS-URL: https://build.opensuse.org/request/show/677178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-environ?expand=0&rev=2
This commit is contained in:
John Vandenberg 2019-02-18 22:30:28 +00:00 committed by Git OBS Bridge
parent 9f01d385ff
commit bcd4623a7e
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 18 17:12:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Avoid name repetition in summary; use noun phrasing.
-------------------------------------------------------------------
Sat Feb 16 03:42:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -20,7 +20,7 @@
Name: python-django-environ
Version: 0.4.5
Release: 0
Summary: Django-environ uses environment variables to configure Django applications
Summary: Django application configuration via environment variables
License: MIT
Group: Development/Languages/Python
URL: https://github.com/joke2k/django-environ
@ -33,7 +33,8 @@ BuildArch: noarch
%python_subpackages
%description
Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
Django-environ allows utilizing 12factor inspired environment
variables to configure Django applications.
%prep
%setup -q -n django-environ-%{version}