15
0
forked from pool/python-ephem

Accepting request 835116 from devel:languages:python

- update to 3.7.7.1:
  * Fixed a memory leak in ``readdb()``.
  * Fixed the ``Body.copy()`` method to correctly copy
  object-specific fields across to the new object, like Saturn ring tilt
  and Earth satellite catalog number.

OBS-URL: https://build.opensuse.org/request/show/835116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ephem?expand=0&rev=4
This commit is contained in:
2020-10-29 08:45:25 +00:00
committed by Git OBS Bridge
parent 66fd6de495
commit 3a2568cf09
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 17 06:57:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 3.7.7.1:
* Fixed a memory leak in ``readdb()``.
* Fixed the ``Body.copy()`` method to correctly copy
object-specific fields across to the new object, like Saturn ring tilt
and Earth satellite catalog number.
-------------------------------------------------------------------
Fri Sep 13 12:22:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>