Accepting request 895182 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/895182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geographiclib?expand=0&rev=2
This commit is contained in:
commit
959cc73101
@ -1,7 +1,7 @@
|
||||
The MIT License (MIT); this license applies to GeographicLib,
|
||||
versions 1.12 and later.
|
||||
|
||||
Copyright (c) 2008-2017, Charles Karney
|
||||
Copyright (c) 2008-2019, Charles Karney
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:635da648fce80a57b81b28875d103dacf7deb12a3f5f7387ba7d39c51e096533
|
||||
size 31108
|
3
geographiclib-1.50.tar.gz
Normal file
3
geographiclib-1.50.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12bd46ee7ec25b291ea139b17aa991e7ef373e21abd053949b75c0e9ca55c632
|
||||
size 33532
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 24 14:03:36 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.50
|
||||
* no upstream changelog found
|
||||
- modified sources
|
||||
% LICENSE.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 05:16:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-geographiclib
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,24 +12,25 @@
|
||||
# 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-geographiclib
|
||||
Version: 1.49
|
||||
Version: 1.50
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Python geodesic routines
|
||||
Url: https://geographiclib.sourceforge.io/
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://geographiclib.sourceforge.io/
|
||||
Source: https://files.pythonhosted.org/packages/source/g/geographiclib/geographiclib-%{version}.tar.gz
|
||||
Source1: https://sourceforge.net/p/geographiclib/code/ci/master/tree/LICENSE.txt?format=raw#/LICENSE.txt
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -51,10 +52,10 @@ cp %{SOURCE1} .
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%pyunittest discover -v geographiclib/test
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user