1
0

Accepting request 730741 from home:jengelh:branches:devel:languages:python

- Use noun phrase.

OBS-URL: https://build.opensuse.org/request/show/730741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2019-09-13 13:49:32 +00:00 committed by Git OBS Bridge
parent 3d584d44de
commit 06b4e90341
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 13 13:31:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 13 12:20:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Fri Sep 13 12:20:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -20,7 +20,7 @@
Name: python-convertdate Name: python-convertdate
Version: 2.1.3 Version: 2.1.3
Release: 0 Release: 0
Summary: Converts between Gregorian dates and other calendar systems Summary: Module for date conversions from and to Gregorian calendar
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/fitnr/convertdate URL: https://github.com/fitnr/convertdate
@ -38,7 +38,9 @@ BuildRequires: %{python_module pytz >= 2014.10}
%python_subpackages %python_subpackages
%description %description
Converts between Gregorian dates and other calendar systems.Calendars included: Baha'i, French Republican, Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian. A Python module for converting between Gregorian dates and other
calendar systems. Calendars included: Baha'i, French Republican,
Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian.
%prep %prep
%setup -q -n convertdate-%{version} %setup -q -n convertdate-%{version}