diff --git a/LICENSE.txt b/LICENSE.txt index 1f4e004..9f04911 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/geographiclib-1.49.tar.gz b/geographiclib-1.49.tar.gz deleted file mode 100644 index c520044..0000000 --- a/geographiclib-1.49.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635da648fce80a57b81b28875d103dacf7deb12a3f5f7387ba7d39c51e096533 -size 31108 diff --git a/geographiclib-1.50.tar.gz b/geographiclib-1.50.tar.gz new file mode 100644 index 0000000..bbf6e07 --- /dev/null +++ b/geographiclib-1.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bd46ee7ec25b291ea139b17aa991e7ef373e21abd053949b75c0e9ca55c632 +size 33532 diff --git a/python-geographiclib.changes b/python-geographiclib.changes index e3ed8fd..3f5a541 100644 --- a/python-geographiclib.changes +++ b/python-geographiclib.changes @@ -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 diff --git a/python-geographiclib.spec b/python-geographiclib.spec index 3c056f7..4d523f7 100644 --- a/python-geographiclib.spec +++ b/python-geographiclib.spec @@ -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}/*