pymeeus 0.5.12+dfsg1-1 source package in Ubuntu

Changelog

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

  [ Alexandre Detiste ]
  * New upstream version 0.5.12+dfsg1
  * use new dh-sequence-python3

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Antoine Beaupré ]
  * Fix pytest 7.2+ support and FTBFS in test suite (Closes: #1067290)

 -- Antoine Beaupré <email address hidden>  Sat, 06 Apr 2024 22:26:57 -0400

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pymeeus_0.5.12+dfsg1-1.dsc 1.5 KiB e28b417eb1e1220d967e574d17df862cbea2e900e7d7f43379812cbec4ddb814
pymeeus_0.5.12+dfsg1.orig.tar.xz 501.8 KiB 710c2e772b2b871828bd4fff07d3de348290d0494fcb9ccfc51b3b43647ea540
pymeeus_0.5.12+dfsg1-1.debian.tar.xz 4.2 KiB 16fb9c5a75511bbf253ab358ebc9509604cd025427a14cc17ad655d8abf48152

Available diffs

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.