Accepting request 790575 from home:mcalabkova:branches:devel:languages:python
- 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) OBS-URL: https://build.opensuse.org/request/show/790575 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=8
This commit is contained in:
parent
f2ee574fc6
commit
2169887082
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 12:16:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d91f66fe0587a4a96d7815090f742d6775a768b3196ad4a278e76c846ae912c2
|
||||
size 35722
|
3
v2.2.0.tar.gz
Normal file
3
v2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b465dfeaad6575826c46e1196afb8f8bcfc46b3c9a631a0c4b934a09526d0f2
|
||||
size 37221
|
Loading…
Reference in New Issue
Block a user