From bcd4623a7e1387361a0d28ff4762068180febc8f89ffde64b61d7487b5b31c43 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Feb 2019 22:30:28 +0000 Subject: [PATCH] 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 --- python-django-environ.changes | 5 +++++ python-django-environ.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-django-environ.changes b/python-django-environ.changes index 6a33e11..b909694 100644 --- a/python-django-environ.changes +++ b/python-django-environ.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 18 17:12:40 UTC 2019 - Jan Engelhardt + +- Avoid name repetition in summary; use noun phrasing. + ------------------------------------------------------------------- Sat Feb 16 03:42:42 UTC 2019 - John Vandenberg diff --git a/python-django-environ.spec b/python-django-environ.spec index ad533f6..96b990a 100644 --- a/python-django-environ.spec +++ b/python-django-environ.spec @@ -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}