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

Closed
wants to merge 10 commits into from
Closed

Meta python merge #527

wants to merge 10 commits into from

Commits on Jan 31, 2022

  1. python3-pyruvate: Fix build with mips

    mips/glibc systems have interesting problem where dev_t is not defined
    properly for O32 ABI [1], therefore address it for libsystemd crate, it
    works fine for musl
    
    Fixes
    error[E0308]: mismatched types
       --> /usr/src/debug/python3-pyruvate/1.1.2-r0/cargo_home/bitbake/libsystemd-0.4.1/src/logging.rs:296:25
        |
    296 |                 device: stat.st_dev,
        |                         ^^^^^^^^^^^ expected `u64`, found `u32`
    
    [1] https://sourceware.org/bugzilla/show_bug.cgi?id=17786
    
    Signed-off-by: Khem Raj <[email protected]>
    Cc: Tim Orling <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    kraj authored and Trevor Gamblin committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    a18fa10 View commit details
    Browse the repository at this point in the history
  2. python3-jdatetime: Upgrade 3.8.1 -> 3.8.2

    Upgrade to release 3.8.2:
    
    - Fix older version objects unpickling problem
    
    Signed-off-by: Leon Anavi <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    leon-anavi authored and Trevor Gamblin committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    65f801d View commit details
    Browse the repository at this point in the history
  3. python3-bandit: Upgrade 1.7.1 -> 1.7.2

    Upgrade to release 1.7.2:
    
    - Fix broken reported URL link for B107
    - test_help_arg: remove assert on 'optional arguments'
    - Create FUNDING.yml
    - Start using auto-formatters
    - Drop end-of-life Python 3.5 and 3.6
    - Fix README.rst
    - Added snmp_security check plugin for various SNMP checks
    - Remove leftover openstack code
    - Correctly define extras in setup.cfg
    
    Signed-off-by: Leon Anavi <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    leon-anavi authored and Trevor Gamblin committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    eaebfb8 View commit details
    Browse the repository at this point in the history
  4. python3-fasteners: Upgrade 0.17.2 -> 0.17.3

    Upgrade to release 0.17.3:
    
    - Allow writer to become a reader in thread ReaderWriter lock
    
    Signed-off-by: Leon Anavi <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    leon-anavi authored and Trevor Gamblin committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c0311da View commit details
    Browse the repository at this point in the history
  5. python3-pyruvate: Fix build with riscv64/musl

    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Trevor Gamblin <[email protected]>
    kraj authored and Trevor Gamblin committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    5d0aec6 View commit details
    Browse the repository at this point in the history
  6. python3-multidict: upgrade 5.2.0 -> 6.0.2

    changelog:
    Bugfixes
    Revert :issue:`644`
    restore type annotations to as-of 5.2.0 version. (:issue:`688`)
    
    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 Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f10158d View commit details
    Browse the repository at this point in the history
  7. python3-pulsectl upgrade 21.10.5 -> 22.1.3

    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 Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ebc1aaa View commit details
    Browse the repository at this point in the history
  8. python3-pyephem: upgrade 4.1.1 -> 4.1.3

    changelog:
    ===============================================================================
    -Fixed an inadvertent loss of precision in the routine that computes a date’s
    hours, minutes, and seconds. It was sometimes returning a small negative number
    of seconds, which caused Python’s datetime type to complain
    ValueError: second must be in 0..59.
    -Users installing from source on Windows are now protected against a possible
    encoding error as setup.py reads in two text files.
    
    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 Jan 31, 2022
    Configuration menu
    Copy the full SHA
    3fdc4b3 View commit details
    Browse the repository at this point in the history
  9. python3-pytest-timeout: upgrade 2.0.2 -> 2.1.0

    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 Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b3ecb41 View commit details
    Browse the repository at this point in the history
  10. python3-pywbemtools: upgrade 0.9.0 -> 0.9.1

    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 Jan 31, 2022
    Configuration menu
    Copy the full SHA
    0ef8161 View commit details
    Browse the repository at this point in the history