diff --git a/astral-1.6.1.tar.gz b/astral-1.6.1.tar.gz deleted file mode 100644 index 4842423..0000000 --- a/astral-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab0c08f2467d35fcaeb7bad15274743d3ac1ad18b5391f64a0058a9cd192d37d -size 32071 diff --git a/astral-1.7.1.tar.gz b/astral-1.7.1.tar.gz new file mode 100644 index 0000000..6965335 --- /dev/null +++ b/astral-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88086fd2006c946567285286464b2da3294a3b0cbba4410b7008ec2458f82a07 +size 49866 diff --git a/python-astral.changes b/python-astral.changes index 16a0cfc..65a8ef1 100644 --- a/python-astral.changes +++ b/python-astral.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 12 09:57:51 UTC 2018 - Matěj Cepl + +- Make package buildable on Leap 42.* (SLE 12.*) as well. + +------------------------------------------------------------------- +Mon Nov 12 08:31:38 UTC 2018 - Adrian Schröter + +- 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 diff --git a/python-astral.spec b/python-astral.spec index 7b5e232..a24669d 100644 --- a/python-astral.spec +++ b/python-astral.spec @@ -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