Hello community, here is the log from the commit of package python-convertdate for openSUSE:Factory checked in at 2019-09-23 12:16:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-convertdate (Old) and /work/SRC/openSUSE:Factory/.python-convertdate.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-convertdate" Mon Sep 23 12:16:30 2019 rev:1 rq:730705 version:2.1.3 Changes: -------- New Changes file: --- /dev/null 2019-08-07 02:59:15.679220339 +0200 +++ /work/SRC/openSUSE:Factory/.python-convertdate.new.7948/python-convertdate.changes 2019-09-23 12:16:32.433815292 +0200 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 13 12:20:43 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Enable tests +- Format with spec-cleaner + +------------------------------------------------------------------- +Wed Apr 3 02:20:14 PM UTC 2019 - John Vandenberg <[email protected]> + +- Initial spec for v2.1.3 New: ---- python-convertdate.changes python-convertdate.spec v2.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-convertdate.spec ++++++ # # spec file for package python-convertdate # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-convertdate Version: 2.1.3 Release: 0 Summary: Converts between Gregorian dates and other calendar systems License: MIT Group: Development/Languages/Python URL: https://github.com/fitnr/convertdate Source: https://github.com/fitnr/convertdate/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ephem >= 3.7.5.3 Requires: python-pytz >= 2014.10 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module ephem >= 3.7.5.3} BuildRequires: %{python_module pytz >= 2014.10} # /SECTION %python_subpackages %description Converts between Gregorian dates and other calendar systems.Calendars included: Baha'i, French Republican, Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian. %prep %setup -q -n convertdate-%{version} %build export LANG="en_US.UTF8" %python_build %install export LANG="en_US.UTF8" %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test %files %{python_files} %doc README.rst %license LICENSE %{python_sitelib}/* %changelog
