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

Closed
wants to merge 7 commits into from
Closed

Meta python merge #477

wants to merge 7 commits into from

Commits on Nov 9, 2021

  1. python3-prettytable: Upgrade 2.3.0 -> 2.4.0

    Upgrade to release 2.4.0:
    
    - Markdown: Add colons to align the rendered output
    - Add rows attribute to prettytable
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    leon-anavi authored and Trevor Gamblin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    463315e View commit details
    Browse the repository at this point in the history
  2. python3-imageio: Upgrade 2.10.1 -> 2.10.3

    Upgrade to release 2.10.3:
    
    - Fix file extension bug when filename contains '#'
    - Allow devices above in ffmpeg
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    leon-anavi authored and Trevor Gamblin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fbba893 View commit details
    Browse the repository at this point in the history
  3. python3-pytz-deprecation-shim: Add recipe

    Add release 0.1.0.post0:
    
    - Fixes the project_urls metadata to point to the correct bug
      tracker and documentation.
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    leon-anavi authored and Trevor Gamblin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e60a79f View commit details
    Browse the repository at this point in the history
  4. python3-tzlocal: Upgrade 4.0.1 -> 4.1

    Upgrade to release 4.1:
    
    - It turns out a lot of Linux distributions make the links between
      zoneinfo aliases backwards, so instead of linking GB to
      Europe/London it actually links the other way. When /etc/localtime
      then links to Europe/London, and you also have a config file
      saying Europe/London, the code that checks if /etc/localtime is
      a symlink ends up at GB instead of Europe/London and we get an
      error, as it thinks GB and Europe/London are different zones.
    
      So now we check the symlink of all timezones in the uniqueness
      test. We still return the name in the config file, though, so you
      would only get GB or Zulu returned as the time zone instead of
      Europe/London or UTC if your only configuration is the /etc/localtime
      symlink, as that's checked last, and tzlocal will return the first
      configuration found.
    
    - The above change also means that GMT and UTC are no longer seen
      as synonyms, as zoneinfo does not see them as synonyms. This
      might be controversial, but you just have to live with it. Pick one
      and stay with it.
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    leon-anavi authored and Trevor Gamblin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c082309 View commit details
    Browse the repository at this point in the history
  5. python3-soupsieve: Upgrade 2.2.1 -> 2.3

    Upgrade to release 2.3:
    
    - Officially support Python 3.10.
    - Add static typing.
    - :has(), :is(), and :where() now use use a forgiving selector
      list. While not as forgiving as CSS might be, it will forgive
      such things as empty sets and empty slots due to multiple
      consecutive commas, leading commas, or trailing commas.
      Essentially, these pseudo-classes will match all non-empty
      selectors and ignore empty ones. As the scraping environment
      is different than a browser environment, it was chosen not to
      aggressively forgive bad syntax and invalid features to ensure
      the user is alerted that their program may not perform as
      expected.
    - Add support to output a pretty print format of a compiled
      SelectorList for debug purposes.
    - Some small corner cases discovered with static typing.
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    leon-anavi authored and Trevor Gamblin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8801bbe View commit details
    Browse the repository at this point in the history
  6. python3-cryptography: backport patches to make this work against Open…

    …SSL 3
    
    Backport just enough changes that python3-cryptography doesn't crash on
    startup when linked against OpenSSL 3.
    
    This is very much not complete, and the upgrade to the latest version of
    python3-crytography has to happen soon.
    
    Signed-off-by: Ross Burton <ross.burton@arm.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    rossburton authored and Trevor Gamblin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2bab969 View commit details
    Browse the repository at this point in the history
  7. packagegroup-meta-python.bb: Add python3-pytz-deprecation-shim

    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    kraj authored and Trevor Gamblin committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    573adab View commit details
    Browse the repository at this point in the history