Hello community,
here is the log from the commit of package python-jplephem for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:06:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jplephem (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jplephem.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jplephem"
Mon Mar 9 18:06:52 2020 rev:11 rq:776700 version:2.12
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-jplephem/python-jplephem.changes
2020-01-15 15:49:30.227462418 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-jplephem.new.26092/python-jplephem.changes
2020-03-09 18:06:54.704863570 +0100
@@ -1,0 +2,54 @@
+Thu Jan 30 15:00:28 UTC 2020 - Todd R <[email protected]>
+
+- Update to 2.12
+ * Replaced use of NumPy ``flip()`` with a reverse slice ``[::-1]`` after
+ discovering the function was a recent addition that some user installs
+ of NumPy do not support.
+- Update to 2.11
+ * Reverse the order in which Chebyshev polynomials are computed to
+ slightly increase speed, to simplify the code, and in one case
+ (comparing PCK output to NASA) to gain a partial digit of extra
+ precision.
+- Update to 2.10
+ * Document and release support for ``.bcp`` binary PCK kernel files
+ through the new ``jplephem.pck`` module.
+
+-------------------------------------------------------------------
+Thu Jan 10 00:31:25 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase for summary.
+
+-------------------------------------------------------------------
+Fri Jan 4 16:33:04 UTC 2019 - Todd R <[email protected]>
+
+- Update to 2.9
+ * add load_array()
+- Update to 2.8
+ * single memory map instead of many
+- Update to 2.7
+ * Slight tweaks to the documentation
+ * Add messages during excerpt operation
+ * Add excerpt to the command line
+ * Add subcommand for printing comment area
+ * Add test for “daf” subcommand
+ * Add subcommands to jplephem command line
+ * Read as little during excerpting as possible
+ * Start work on excerpt()
+ * Two tweaks to write DAF files more accurately
+ * Better test: array can take up only part of record
+ * Slight tweaks to code
+ * To fix the build,bid a fond farewell to Python 2.6
+ * Git ignore tmp*.py experimental scripts
+ * Full tests of DAF from BytesIO and from real file
+ * Start writing a comprehensive test of DAF class
+ * Avoid antipattern of attribute that shows up later
+ * Add routine for writing a new DAF file summary
+ * Switch DAF class to cached Struct objects
+ * Introduce the idea of simply read()ing floats, too
+ * Mark `ephem.py` as deprecated
+ * Remove unused import
+ * Make README test instructions more complete
+ * Add note to README about how to run the tests
+ * Add link to Skyfield to README
+
+-------------------------------------------------------------------
Old:
----
jplephem-2.6.tar.gz
New:
----
python-jplephem-2.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jplephem.spec ++++++
--- /var/tmp/diff_new_pack.Im1wJQ/_old 2020-03-09 18:06:57.648865032 +0100
+++ /var/tmp/diff_new_pack.Im1wJQ/_new 2020-03-09 18:06:57.692865054 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jplephem
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,30 @@
# 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-%{**}}
-%bcond_without test
Name: python-jplephem
-Version: 2.6
+Version: 2.12
Release: 0
+Summary: Planet position predictor using a JPL ephemeris
License: MIT
-Summary: Use a JPL ephemeris to predict planet positions
-Url: https://github.com/brandon-rhodes/python-jplephem/
Group: Development/Languages/Python
-Source:
https://files.pythonhosted.org/packages/source/j/jplephem/jplephem-%{version}.tar.gz
+URL: https://github.com/brandon-rhodes/python-jplephem/
+Source:
https://github.com/brandon-rhodes/python-jplephem/archive/v%{version}.tar.gz#/python-jplephem-%{version}.tar.gz
# Test files
Source10:
http://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/a_old_versions/de405.bsp
Source11:
http://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/a_old_versions/de421.bsp
Source12:
http://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/de430.bsp
Source13: ftp://ssd.jpl.nasa.gov/pub/eph/planets/test-data/430/testpo.430
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-numpy
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -47,11 +46,11 @@
Solar System body. It only needs NumPy <http://www.numpy.org/>`.
%prep
-%setup -q -n jplephem-%{version}
-cp %{SOURCE10} .
-cp %{SOURCE11} .
-cp %{SOURCE12} .
-cp %{SOURCE13} .
+%setup -q -n python-jplephem-%{version}
+cp %{SOURCE10} ci
+cp %{SOURCE11} ci
+cp %{SOURCE12} ci
+cp %{SOURCE13} ci
%build
%python_build
@@ -60,13 +59,16 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
-%python_exec -m jplephem.jpltest
-%endif
+pushd ci
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+$python -m jplephem.jpltest
+}
+popd
%files %{python_files}
-%defattr(-,root,root,-)
+%doc README.md
+%license LICENSE.txt
%{python_sitelib}/*
%changelog