Hello community, here is the log from the commit of package python-geolib for openSUSE:Leap:15.2 checked in at 2020-02-21 10:50:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-geolib (Old) and /work/SRC/openSUSE:Leap:15.2/.python-geolib.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geolib" Fri Feb 21 10:50:48 2020 rev:1 rq:775950 version:1.0.7 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-geolib.new.26092/python-geolib.changes 2020-02-21 10:50:49.263101746 +0100 @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 3 12:52:49 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Drop unused environment.pickle to make package build reproducible + +------------------------------------------------------------------- +Sun Jun 30 18:53:14 UTC 2019 - Jan Engelhardt <[email protected]> + +- Remove elaborate markup which RPM anyway does not recognize. +- Grammar fixes to the description. + +------------------------------------------------------------------- +Mon Jun 24 11:28:51 UTC 2019 - Sebastian Wagner <[email protected]> + +- initial package New: ---- geolib-1.0.7.tar.gz python-geolib.changes python-geolib.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-geolib.spec ++++++ # # spec file for package python-geolib # # 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-geolib Version: 1.0.7 Release: 0 Summary: A library for geohash encoding, decoding and associated functions License: MIT Group: Development/Languages/Python URL: https://geolib.readthedocs.io/en/latest/ # does not include license, docs, tests: https://github.com/joyanujoy/geolib/issues/1 #Source: https://files.pythonhosted.org/packages/source/g/geolib/geolib-%{version}.tar.gz Source: https://github.com/joyanujoy/geolib/archive/%{version}.tar.gz#/geolib-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module future} BuildRequires: %{python_module pytest} # /SECTION # SECTION docs requirements BuildRequires: python3-Sphinx # /SECTION BuildRequires: fdupes Requires: python-future BuildArch: noarch %python_subpackages %description A Python library for geohash encoding, decoding and finding neighbour cells. This is a Python port of Chris Veness's Javascript implementation, https://www.movable-type.co.uk/scripts/geohash.html . %prep %setup -q -n geolib-%{version} %build %python_build pushd docs make html rm _build/html/.buildinfo rm _build/html/.nojekyll popd %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib}a %check %pytest %files %{python_files} %doc README.md docs/_build/html/ %license LICENSE %{python_sitelib}/* %changelog
