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 #401

Closed
wants to merge 5 commits into from
Closed

Meta python merge #401

wants to merge 5 commits into from

Commits on Jul 27, 2021

  1. python3-qrcode: upgrade 7.1 -> 7.2

    7.2 (19 July 2021)
    ==================
    
    - Add Styled PIL image factory, allowing different color masks and shapes in QR codes
    
    - Small performance inprovement
    
    - Add check for border size parameter
    
    Signed-off-by: Zang Ruochen <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    zangrc-fnst authored and Trevor Gamblin committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    eac1995 View commit details
    Browse the repository at this point in the history
  2. python3-rdflib: upgrade 5.0.0 -> 6.0.0

    -License-Update: Copyright year updated to 2021.
    
    2021/07/20 RELEASE 6.0.0
    ========================
    6.0.0 is a major stable release that drops support for Python 2 and Python 3 < 3.7. Type hinting is now present in much
    of the toolkit as a result.
    
    It includes the formerly independent JSON-LD parser/serializer, improvements to Namespaces that allow for IDE namespace
    prompting, simplified use of `g.serialize()` (turtle default, no need to `decode()`) and many other updates to
    documentation, store backends and so on.
    
    Performance of the in-memory store has also improved since Python 3.6 dictionary improvements.
    
    There are numerous supplementary improvements to the toolkit too, such as:
    
    * inclusion of Docker files for easier CI/CD
    * black config files for standardised code formatting
    * improved testing with mock SPARQL stores, rather than a reliance on DBPedia etc
    
    Signed-off-by: Zang Ruochen <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    zangrc-fnst authored and Trevor Gamblin committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    7792335 View commit details
    Browse the repository at this point in the history
  3. python3-simplejson: upgrade 3.17.2 -> 3.17.3

    Version 3.17.3 released 2021-07-09
    
    * Replaced Travis-CI and AppVeyor with Github Actions,
      adding wheels for Python 3.9.
      simplejson/simplejson#283
    
    Signed-off-by: Zang Ruochen <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    zangrc-fnst authored and Trevor Gamblin committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6a709fe View commit details
    Browse the repository at this point in the history
  4. python3-bitstring: upgrade 3.1.7 -> 3.1.9

    -License-Update: Copyright year updated to 2016.
    
    July 20th 2021: version 3.1.9 released
    (version 3.1.8 was pulled due to serious issues)
    Another maintenance release.
    
    Fixed a couple of outdated results in the readme (Issue 214).
    Some more documentation tidying.
    Turned off some debug code by default.
    Fixed a couple of failing tests in different Python versions.
    Fix for consistent pos initialisation semantics for different types.
    Change to allow wheels to be uploaded to PyPI.
    More work for LSB0 mode, but still not finished or documented (sorry).
    
    Signed-off-by: Zang Ruochen <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    zangrc-fnst authored and Trevor Gamblin committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6deb320 View commit details
    Browse the repository at this point in the history
  5. python3-iso8601: upgrade 0.1.14 -> 0.1.16

    Add docs/ to sdist
    
    Addresses part of #14
    
    Signed-off-by: Zang Ruochen <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    zangrc-fnst authored and Trevor Gamblin committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    137b8fb View commit details
    Browse the repository at this point in the history