Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-astral-3.2-1.5 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-astral Distribution: openSUSE:Factory:zSystems
Version: 3.2 Vendor: openSUSE
Release: 1.5 Build date: Mon May 29 18:40:29 2023
Group: Unspecified Build host: reproducible
Size: 340867 Source RPM: python-astral-3.2-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/sffjunkie/astral
Summary: Calculations for the position of the sun and moon
This is 'astral' a Python module which calculates

* Times for various positions of the sun: dawn, sunrise, solar noon,
  sunset, dusk, solar elevation, solar azimuth and rahukaalam.
* The phase of the moon.

For documentation see the http://astral.readthedocs.io/en/latest/index.html

Provides

Requires

License

Apache-2.0

Changelog

* Mon May 29 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.0:
    * Adds moon rise, set, azimuth and zenith calculations
* Wed Jan 20 2021 Steve Kowalik <steven.kowalik@suse.com>
  - BuildRequire dataclasses if python36-base installed
* Tue Nov 03 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix %check on Leap 15.2
* Fri Jun 12 2020 Antonio Larrosa <alarrosa@suse.com>
  - Update to 2.2:
    * Fix for bug #48. As per the bug report the angle to adjust for
      the effect of elevation should have been θ (not α).
    * The sun functions can now also be passed the timezone as a
      string. Previously only a pytz timezone was accepted.
* Fri Mar 06 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Do not install doc and test folders to sitelib
* Thu Mar 05 2020 pgajdos@suse.com
  - version update to 2.1
    * v2.0 - Python 3 only
    * Fix for documentation on PyPi
    * Added python to code-block directives
    * Fix for bug #44
* Wed Mar 06 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.10.1:
    * Keywords arguments to Astral init are now passed to the geocoder
    * Added method to AstralGeocoder to add locations to the database
    * Version 1.9 broke the sun_utc method. Sun UTC calculation passed incorrect parameter
    * Corrected version number in module source code
    * Sun calculations now take into account the elevation of the location
    * Added command line interface to return sun information as json
  - Run tests
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Mon Nov 12 2018 Matěj Cepl <mcepl@suse.com>
  - Make package buildable on Leap 42.* (SLE 12.*) as well.
* Mon Nov 12 2018 Adrian Schröter <adrian@suse.de>
  - update to version 1.7.1
    * Requests is now only needed when using GoogleGeocoder
    * GoogleGeocoder now requires the `api_key` parameter to be passed to the constructor

Files

/usr/lib/python3.11/site-packages/astral
/usr/lib/python3.11/site-packages/astral-3.2-py3.11.egg-info
/usr/lib/python3.11/site-packages/astral-3.2-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/astral-3.2-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/astral-3.2-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/astral-3.2-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/astral-3.2-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/astral/__init__.py
/usr/lib/python3.11/site-packages/astral/__main__.py
/usr/lib/python3.11/site-packages/astral/__pycache__
/usr/lib/python3.11/site-packages/astral/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/geocoder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/geocoder.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/julian.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/julian.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/location.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/location.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/moon.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/moon.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/sidereal.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/sidereal.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/sun.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/sun.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/table4.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/astral/__pycache__/table4.cpython-311.pyc
/usr/lib/python3.11/site-packages/astral/geocoder.py
/usr/lib/python3.11/site-packages/astral/julian.py
/usr/lib/python3.11/site-packages/astral/location.py
/usr/lib/python3.11/site-packages/astral/moon.py
/usr/lib/python3.11/site-packages/astral/py.typed
/usr/lib/python3.11/site-packages/astral/sidereal.py
/usr/lib/python3.11/site-packages/astral/sun.py
/usr/lib/python3.11/site-packages/astral/table4.py
/usr/share/doc/packages/python311-astral
/usr/share/doc/packages/python311-astral/ReadMe.md
/usr/share/licenses/python311-astral
/usr/share/licenses/python311-astral/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 23:22:08 2024