From 68cda7fbf8e7f71b66d922b59b1047268eca62f0b67e16b6eba0e00126051192 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 18 Nov 2021 18:11:15 +0000 Subject: [PATCH] Accepting request 932228 from home:glaubitz:branches:devel:languages:python - Update to 0.5.11: * Added parameter `local` to the `Epoch` class constructor and the methods `get_date()` and `get_full_date()`. OBS-URL: https://build.opensuse.org/request/show/932228 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMeeus?expand=0&rev=5 --- PyMeeus-0.5.10.tar.gz | 3 --- PyMeeus-0.5.11.tar.gz | 3 +++ python-PyMeeus.changes | 7 +++++++ python-PyMeeus.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 PyMeeus-0.5.10.tar.gz create mode 100644 PyMeeus-0.5.11.tar.gz diff --git a/PyMeeus-0.5.10.tar.gz b/PyMeeus-0.5.10.tar.gz deleted file mode 100644 index 7de01e5..0000000 --- a/PyMeeus-0.5.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:279d47f163f859de98b0473d2458e36283c0b8c5e720b9ab79b8ee2d8f19227b -size 5365113 diff --git a/PyMeeus-0.5.11.tar.gz b/PyMeeus-0.5.11.tar.gz new file mode 100644 index 0000000..62e39a7 --- /dev/null +++ b/PyMeeus-0.5.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9d670818d8b0594317b48a7dadea02a0594e5344263bf2054e1a011c8fed55 +size 5368346 diff --git a/python-PyMeeus.changes b/python-PyMeeus.changes index 786476d..c8e6e2b 100644 --- a/python-PyMeeus.changes +++ b/python-PyMeeus.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 18 11:27:06 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 0.5.11: + * Added parameter `local` to the `Epoch` class constructor and + the methods `get_date()` and `get_full_date()`. + ------------------------------------------------------------------- Wed Mar 17 05:16:36 UTC 2021 - Steve Kowalik diff --git a/python-PyMeeus.spec b/python-PyMeeus.spec index b416e87..38adb1e 100644 --- a/python-PyMeeus.spec +++ b/python-PyMeeus.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyMeeus -Version: 0.5.10 +Version: 0.5.11 Release: 0 Summary: Python implementation of Jean Meeus astronomical routines License: LGPL-3.0-only