1
0
forked from pool/python-geolib

Accepting request 712653 from home:jengelh:branches:devel:languages:python

- Remove elaborate markup which RPM anyway does not recognize.
- Grammar fixes to the description.

OBS-URL: https://build.opensuse.org/request/show/712653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geolib?expand=0&rev=2
This commit is contained in:
Sebastian Wagner 2019-06-30 20:30:41 +00:00 committed by Git OBS Bridge
parent 10c037c1fb
commit 0d156605bd
2 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 30 18:53:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Remove elaborate markup which RPM anyway does not recognize.
- Grammar fixes to the description.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 24 11:28:51 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> Mon Jun 24 11:28:51 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -12,22 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-geolib Name: python-geolib
Version: 1.0.7 Version: 1.0.7
Release: 0 Release: 0
License: MIT
Summary: A library for geohash encoding, decoding and associated functions Summary: A library for geohash encoding, decoding and associated functions
Url: https://geolib.readthedocs.io/en/latest/ License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://geolib.readthedocs.io/en/latest/
# does not include license, docs, tests: https://github.com/joyanujoy/geolib/issues/1 # 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://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 Source: https://github.com/joyanujoy/geolib/archive/%{version}.tar.gz#/geolib-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module future} BuildRequires: %{python_module future}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
@ -42,7 +43,9 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
A python library for geohash encoding, decoding and finding neighbour cells. This is a python port of [Chris Veness' javascript implementation](https://www.movable-type.co.uk/scripts/geohash.html). 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 %prep
%setup -q -n geolib-%{version} %setup -q -n geolib-%{version}