Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta python merge #498

Closed
wants to merge 7 commits into from
Closed

Meta python merge #498

wants to merge 7 commits into from

Commits on Dec 6, 2021

  1. python3-coloredlogs: Added nativesdk

    Signed-off-by: Windel Bouwman <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    windelbouwman authored and Trevor Gamblin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    9170cf5 View commit details
    Browse the repository at this point in the history
  2. python3-pymongo: upgrade 3.12.0 -> 4.0

    See changelog: https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst
    
    Signed-off-by: Xu Huan <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    Xu Huan authored and Trevor Gamblin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    330ead7 View commit details
    Browse the repository at this point in the history
  3. python3-rdflib: upgrade 6.0.0 -> 6.0.2

    changlog:
    ====================================================
    rename arg LOVE to ns in rdfpipe
    Remove Tox reference to Python 3.6
    Add Brick DefinedNamespace
    Use setName on TokenConverter to set the name property
    Add test for adding JSON-LD to guess_format()
    Fix mypy type errors and add mypy to .drone.yml
    
    Signed-off-by: Zheng Ruoqin <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    Zheng Ruoqin authored and Trevor Gamblin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c9e272c View commit details
    Browse the repository at this point in the history
  4. python3-typeguard: upgrade 2.13.0 -> 2.13.2

    Fixed typing_extensions being imported unconditionally on Python < 3.9
    
    Signed-off-by: Zheng Ruoqin <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    Zheng Ruoqin authored and Trevor Gamblin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    ba6680b View commit details
    Browse the repository at this point in the history
  5. python3-ujson: upgrade 4.2.0 -> 4.3.0

    Signed-off-by: Zheng Ruoqin <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    Zheng Ruoqin authored and Trevor Gamblin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    2554041 View commit details
    Browse the repository at this point in the history
  6. 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 <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    Xu Huan authored and Trevor Gamblin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    8957b1e View commit details
    Browse the repository at this point in the history
  7. python3-pycparser: upgrade 2.20 -> 2.21

    Lisence-Update:
    year updated to 2020
    
    changelog:
    =================================================================
      - Much improved support for C11 (multiple PRs)
      - Support for parehthesized compount statements
      - Support for modern Python versions (3.9 and 3.10)
      - Fix support for structs with nested enums
      - Multiple small bug fixes
    
    Signed-off-by: Xu Huan <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    Xu Huan authored and Trevor Gamblin committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e25f19e View commit details
    Browse the repository at this point in the history