diff --git a/python-convertdate.changes b/python-convertdate.changes index 44b6631..6ac1321 100644 --- a/python-convertdate.changes +++ b/python-convertdate.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 1 12:16:15 UTC 2020 - Marketa Calabkova + +- update to 2.2.0 + * Repair Bahai intercalary days bug (#13, thanks @bchurchill) + * Replace pyephem, which is now in maintenance mode, with pymeeus. + * Remove shebangs and regularize licenses (thanks @fabaff) + * Convert readme to ascii (#16) + ------------------------------------------------------------------- Fri Oct 18 06:56:11 UTC 2019 - Dirk Mueller diff --git a/python-convertdate.spec b/python-convertdate.spec index a127a5a..865be1a 100644 --- a/python-convertdate.spec +++ b/python-convertdate.spec @@ -1,7 +1,7 @@ # # spec file for package python-convertdate # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-convertdate -Version: 2.1.3 +Version: 2.2.0 Release: 0 Summary: Module for date conversions from and to Gregorian calendar License: MIT @@ -28,11 +28,11 @@ 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-PyMeeus >= 0.3.6 Requires: python-pytz >= 2014.10 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module ephem >= 3.7.5.3} +BuildRequires: %{python_module PyMeeus >= 0.3.6} BuildRequires: %{python_module pytz >= 2014.10} # /SECTION %python_subpackages diff --git a/v2.1.3.tar.gz b/v2.1.3.tar.gz deleted file mode 100644 index 631350d..0000000 --- a/v2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d91f66fe0587a4a96d7815090f742d6775a768b3196ad4a278e76c846ae912c2 -size 35722 diff --git a/v2.2.0.tar.gz b/v2.2.0.tar.gz new file mode 100644 index 0000000..18afe58 --- /dev/null +++ b/v2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b465dfeaad6575826c46e1196afb8f8bcfc46b3c9a631a0c4b934a09526d0f2 +size 37221