Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sgp4 for openSUSE:Factory checked in at 2023-06-01 17:19:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sgp4 (Old) and /work/SRC/openSUSE:Factory/.python-sgp4.new.2531 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sgp4" Thu Jun 1 17:19:24 2023 rev:7 rq:1090088 version:2.22 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sgp4/python-sgp4.changes 2021-07-04 22:10:56.089139981 +0200 +++ /work/SRC/openSUSE:Factory/.python-sgp4.new.2531/python-sgp4.changes 2023-06-01 17:19:31.878164266 +0200 @@ -1,0 +2,21 @@ +Wed May 31 19:48:23 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.22: + * Added a ``satnum_str`` attribute, exposing the fact that the C++ now + stores the satellite number as a string; and check that ``satnum`` is + never greater than 339999. + * Fixed the units of the ``nddot`` attribute when the value is loaded + from an OMM record. (Since the TLE computation itself ignores this + attribute, this did not affect any satellite positions.) + * Enhanced the fallback Python version of ``twoline2rv()`` to verify + that TLE lines are ASCII, and added documentation using it to + double-check TLEs that might suffer from non-ASCII characters. + * If the user doesnât set a satelliteâs ``classification``, it now + defaults to ``'U'`` for âunclassifiedâ. + * Added ``dump_satrec()`` to the ``sgp4.conveniences`` module. + * Fixed the ``Satrec`` attribute ``.error``, which was previously + building a nonsense integer from the wrong data in memory. + * Removed ``.whichconst`` from Python ``Satrec``, to help users avoid + writing code that will break when the C++ extension is available. + +------------------------------------------------------------------- Old: ---- LICENSE sgp4-2.20.tar.gz New: ---- sgp4-2.22.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sgp4.spec ++++++ --- /var/tmp/diff_new_pack.EPihcE/_old 2023-06-01 17:19:32.374167206 +0200 +++ /var/tmp/diff_new_pack.EPihcE/_new 2023-06-01 17:19:32.382167254 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sgp4 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,14 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-sgp4 -Version: 2.20 +Version: 2.22 Release: 0 Summary: Track earth satellite TLE orbits using up-to-date 2010 version of SGP4 License: MIT URL: https://github.com/brandon-rhodes/python-sgp4 Source: https://files.pythonhosted.org/packages/source/s/sgp4/sgp4-%{version}.tar.gz -Source99: https://github.com/brandon-rhodes/python-sgp4/raw/master/LICENSE BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} @@ -52,7 +49,6 @@ %prep %autosetup -p1 -n sgp4-%{version} -cp %{SOURCE99} . sed -i 's/error = 2e-7/error = 2e-5/' sgp4/tests.py %build ++++++ sgp4-2.20.tar.gz -> sgp4-2.22.tar.gz ++++++ ++++ 3190 lines of diff (skipped)