Dominique Leuenberger 2021-06-01 08:35:04 +00:00 committed by Git OBS Bridge
commit 959cc73101
5 changed files with 22 additions and 13 deletions

View File

@ -1,7 +1,7 @@
The MIT License (MIT); this license applies to GeographicLib, The MIT License (MIT); this license applies to GeographicLib,
versions 1.12 and later. 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 Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

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

View File

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

View File

@ -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> Mon Aug 12 05:16:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-geographiclib # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # 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-geographiclib Name: python-geographiclib
Version: 1.49 Version: 1.50
Release: 0 Release: 0
License: MIT
Summary: Python geodesic routines Summary: Python geodesic routines
Url: https://geographiclib.sourceforge.io/ License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://geographiclib.sourceforge.io/
Source: https://files.pythonhosted.org/packages/source/g/geographiclib/geographiclib-%{version}.tar.gz 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 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 base}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -51,10 +52,10 @@ cp %{SOURCE1} .
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec setup.py test %pyunittest discover -v geographiclib/test
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.md
%license LICENSE.txt %license LICENSE.txt
%{python_sitelib}/* %{python_sitelib}/*