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

Closed
wants to merge 9 commits into from
Closed

Meta python merge #513

wants to merge 9 commits into from

Commits on Jan 10, 2022

  1. python3-django: upgrade 2.2.25 -> 2.2.26

    2.2.26 provides fixes for three CVEs:
    
    CVE-2021-45115
    CVE-2021-45116
    CVE-2021-45452
    
    https://docs.djangoproject.com/en/4.0/releases/2.2.26/
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Trevor Gamblin committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a5181f8 View commit details
    Browse the repository at this point in the history
  2. python3-psutil: Upgrade 5.8.0 -> 5.9.0

    Upgrade to release 5.9.0:
    
    - [Linux]: cpu_freq() is slow on systems with many CPUs. Read
      current frequency values for all CPUs from /proc/cpuinfo instead
      of opening many files in /sys fs. (patch by marxin)
    - NoSuchProcess message now specifies if the PID has been reused.
    - error classes (NoSuchProcess, AccessDenied, etc.) now have a
      better formatted and separated __repr__ and __str__
      implementations.
    - [BSD]: add support for MidnightBSD.
    - [Linux]: disk_partitions(): convert /dev/root device (an alias
      used on some Linux distros) to real root device path.
    - PSUTIL_DEBUG mode now prints file name and line number of the
      debug messages coming from C extension modules.
    - rewrite HISTORY.rst to use hyperlinks pointing to psutil API doc.
    
    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 Jan 10, 2022
    Configuration menu
    Copy the full SHA
    0f0f891 View commit details
    Browse the repository at this point in the history
  3. python3-django: upgrade 3.2.10 -> 3.2.11

    3.2.11 provides fixes for three CVEs:
    
    CVE-2021-45115
    CVE-2021-45116
    CVE-2021-45452
    
    https://docs.djangoproject.com/en/4.0/releases/3.2.11/
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Trevor Gamblin committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f922a16 View commit details
    Browse the repository at this point in the history
  4. python3-ujson: Upgrade 5.0.0 -> 5.1.0

    Upgrade to release 5.1.0:
    
    - Strip debugging symbols from Linux binaries
    
    Add INSANE_SKIP for already-stripped to avoid build errors due to
    the stripped debugging symbols from Linux binaries in this release.
    
    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 Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c9d3486 View commit details
    Browse the repository at this point in the history
  5. python3-django: Add recipe for 4.0.1

    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
    Trevor Gamblin committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    419d201 View commit details
    Browse the repository at this point in the history
  6. python3-astroid: Upgrade 2.9.0 -> 2.9.2

    Upgrade to release 2.9.2:
    
    - Fixed regression in ``astroid.scoped_nodes`` where
      ``_is_metaclass`` was not accessible anymore.
    
    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 Jan 10, 2022
    Configuration menu
    Copy the full SHA
    1f5d920 View commit details
    Browse the repository at this point in the history
  7. python3-robotframework: Upgrade 4.1.2 -> 4.1.3

    Upgrade to release 4.1.3:
    
    - Fix to a regression related to parsing reStructuredText files
      that was introduced in Robot Framework 4.1.2
    
    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 Jan 10, 2022
    Configuration menu
    Copy the full SHA
    30f120e View commit details
    Browse the repository at this point in the history
  8. python3-cantools: Upgrade 37.0.0 -> 37.0.1

    Upgrade to release 37.0.1:
    
    - Fix issue Wrong compare type in _check_signals_ranges_scaling()
    
    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 Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8a20e47 View commit details
    Browse the repository at this point in the history
  9. python3-diskcache: Upgrade 5.3.0 -> 5.4.0

    Upgrade to release 5.4.0:
    
    - Run isort
    - Remove unused imports
    - Update tests for Django 3.2
    
    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 Jan 10, 2022
    Configuration menu
    Copy the full SHA
    73b2b8b View commit details
    Browse the repository at this point in the history