15
0
forked from pool/python-astral

Accepting request 648420 from devel:languages:python

- Make package buildable on Leap 42.* (SLE 12.*) as well.

- update to version 1.7.1
  * Requests is now only needed when using GoogleGeocoder
  * GoogleGeocoder now requires the `api_key` parameter to be passed to the constructor

OBS-URL: https://build.opensuse.org/request/show/648420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astral?expand=0&rev=3
This commit is contained in:
2018-11-26 09:19:37 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab0c08f2467d35fcaeb7bad15274743d3ac1ad18b5391f64a0058a9cd192d37d
size 32071

3
astral-1.7.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88086fd2006c946567285286464b2da3294a3b0cbba4410b7008ec2458f82a07
size 49866

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 12 09:57:51 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Make package buildable on Leap 42.* (SLE 12.*) as well.
-------------------------------------------------------------------
Mon Nov 12 08:31:38 UTC 2018 - Adrian Schröter <adrian@suse.de>
- update to version 1.7.1
* Requests is now only needed when using GoogleGeocoder
* GoogleGeocoder now requires the `api_key` parameter to be passed to the constructor
-------------------------------------------------------------------
Mon May 14 13:20:23 UTC 2018 - adrian@suse.de

View File

@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-astral
Version: 1.6.1
Version: 1.7.1
Release: 0
Summary: Calculations for the position of the sun and moon
License: Apache-2.0
@@ -58,6 +58,7 @@ cp %{S:99} .
%python_install
%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
%{?!license:%define license %doc}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst