pymeeus 0.5.11+dfsg1-1 source package in Ubuntu

Changelog

pymeeus (0.5.11+dfsg1-1) unstable; urgency=medium

  * Team upload.
  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ Håvard Flaget Aasen ]
  * New upstream version 0.5.11+dfsg1
  * autopkgtest: Add python3-all as dependency. Closes: #1001370
  * autopkgtest: Mark d/tests/python3-unittest as executable.
  * d/watch: Bump to version 4.
  * Capitalize word in long description.
  * Add python3-pytest and python3-pytest-cov as dependencies during build and
    when running autopkgtest.
  * Remove fields Recommends and Suggests from binary package, not used.
  * Document Rules-Requires-Root.
  * Update Standards-Version to 4.6.0.
  * d/copyright:
    - Update years.
    - Point to correct license file.
  * Enable salsa CI.

  [ Jeroen Ploemen ]
  * Copyright: add missing entry for pymeeus/JupiterMoons.py,
    tests/test_jupiterMoons.py.

 -- Håvard Flaget Aasen <email address hidden>  Sun, 12 Dec 2021 07:59:22 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pymeeus_0.5.11+dfsg1-1.dsc 2.1 KiB 1cfd1967312e73dea7da65cb0063153f6c65d07e5fbba5985eabb66bec92bf05
pymeeus_0.5.11+dfsg1.orig.tar.xz 502.9 KiB ede14cc7a3acb7c3096208352803821768fca3b04f81e017bd98fcd54f796de0
pymeeus_0.5.11+dfsg1-1.debian.tar.xz 3.3 KiB 3ebe76eb1030c5d5085cdc7c8627c8747d4f1ec032953692b18c95a7abb69c10

No changes file available.

Binary packages built by this source

python3-pymeeus: Python implementation of Jean Meeus astronomical routines

 PyMeeus is a Python implementation of the astronomical algorithms
 described in the classical book "Astronomical Algorithms, 2nd Edition,
 Willmann-Bell Inc. (1998)" by Jean Meeus.
 .
 There are great astronomical libraries out there. For instance, if
 you're looking for high precision and speed you should take a look at
 libnova. For a set of Python modules aimed at professional
 astronomers, you should look at Astropy. On the other hand, the
 advantages of PyMeeus are its simplicity, ease of use, ease of
 reading, ease of installation (it has the minimum amount of
 dependencies) and abundant documentation.