Go to file
Xu Huan 1af22aa957 python3-pyephem: upgrade 4.1 -> 4.1.1
changelog:
===============================================================
When you provide PyEphem with a Python datetime that has a time
 zone attached, PyEphem now detects the time zone and converts
the date and time to UTC automatically.

A new search routine had been written and tested to power the
:ref:`transit-rising-setting` methods previous_rising(),
previous_setting(), next_rising(), and next_setting(). They
should no longer be susceptible to getting hung up in a loop.
You should also find them substantially faster.

Fixed the constellation() routine so that it uses astrometric,
rather than apparent, right ascension and declination. This
should make it more accurate along the borders of each
constellation.

Fixed how the underlying “libastro” library computes whether a
body’s image is deflected by gravity when its light passes close
 to the Sun. Previously, users would see coordinates jump
unexpectedly as the deflection formula turned on and off haphazardly.

Fixed the star positions in the ephem.stars star catalog by adding
 8.75 years of proper motion to each star. Previously, each
1991.25 position from the Hipparcos catalog was being incorrectly
treated as a 2000.0 position.

A new routine unrefract() lets you compute the real altitude of
a body that you observe in the sky at a given apparent altitude.

The old cities.lookup() function is now officially deprecated.
Because of a Google API restriction, it stopped working in 2018.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-12-06 09:56:20 -08:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-gnome gjs: Link with libatomic on rv32 2021-12-02 19:16:01 -08:00
meta-initramfs recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-multimedia libcamera: Fix build break on musl 2021-12-01 12:39:28 -08:00
meta-networking ntpsec: Disable seccomp on riscv32 2021-12-02 22:40:22 -08:00
meta-oe libid3tag: add from oe-core 2021-12-03 08:08:18 -08:00
meta-perl recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-python python3-pyephem: upgrade 4.1 -> 4.1.1 2021-12-06 09:56:20 -08:00
meta-webserver nginx: use ln -rs 2021-11-11 06:36:53 -08:00
meta-xfce packagegroup-xfce-base: Mark TUNE_PKGARCH specific 2021-12-01 12:39:28 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories