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 04/01/2021 #332

Closed
wants to merge 8 commits into from
Closed

Meta python merge 04/01/2021 #332

wants to merge 8 commits into from

Commits on Apr 1, 2021

  1. python3-sqlalchemy: Upgrade 1.4.3 -> 1.4.4

    Upgrade to release 1.4.4:
    
    orm:
    - Fixed critical issue in the new PropComparator.and_() feature
      where loader strategies that emit secondary SELECT statements
      such as selectinload() and lazyload() would fail to accommodate
      for bound parameters in the user-defined criteria in terms of
      the current statement being executed, as opposed to the cached
      statement, causing stale bound values to be used.
    - Fixed missing method Session.get() from the ScopedSession
      interface.
    
    engine:
    - Modified the context manager used by Transaction so that an
      "already detached" warning is not emitted by the ending of the
      context manager itself, if the transaction were already manually
      rolled back inside the block. This applies to regular
      transactions, savepoint transactions, and legacy "marker"
      transactions. A warning is still emitted if the .rollback()
      method is called explicitly more than once.
    - Repair wrong arguments to exception handling method in
      CursorResult.
    
    postgresql:
    - Fixed issue in PostgreSQL reflection where a column expressing
      "NOT NULL" will supersede the nullability of a corresponding
      domain.
    - Modified the is_disconnect() handler for the pg8000 dialect,
      which now accommodates for a new InterfaceError emitted by
      pg8000 1.19.0.
    
    misc:
    - Adjusted the usage of the importlib_metadata library for loading
      setuptools entrypoints in order to accommodate for some
      deprecation changes.
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    2185232 View commit details
    Browse the repository at this point in the history
  2. python3-bitarray: Upgrade 1.8.1 -> 1.8.2

    Upgrade to release 1.8.2:
    
    - fix crash caused by unsupported types in binary operations
    - speedup initializing or extending a bitarray from another with
      different bit endianness
    - add formatting options to `bitarray.util.pprint()`
    - add documentation on bitarray representations
    - add and improve tests (all 291 tests run in less than half a
      second on a modern machine)
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b7ab0a3 View commit details
    Browse the repository at this point in the history
  3. python3-httplib2: Upgrade 0.19.0 -> 0.19.1

    Upgrade to release 0.19.1:
    
    - auth header parsing performance optimizations
    - Use mock from the standard library on Python>=3.3
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    bb740c6 View commit details
    Browse the repository at this point in the history
  4. python3-parso: Upgrade 0.8.1 -> 0.8.2

    Upgrade to release 0.8.2:
    
    - Various small bugfixes
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    f5fdd82 View commit details
    Browse the repository at this point in the history
  5. python3-matplotlib: Upgrade 3.3.4 -> 3.4.1

    Upgrade to relase 3.4.1:
    
    - fix errorbar when specifying fillstyle
    - fix Inkscape cleanup at exit on Windows for tests
    - fix legends of colour-mapped scatter plots
    - fix positioning of annotation fancy arrows
    - fix size and color rendering for 3D scatter plots
    - fix suptitle manual positioning when using constrained layout
    - respect antialiasing settings in cairo backends as well
    
    License-Update: Adjust setup.py line for to check the license.
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fb7c9b6 View commit details
    Browse the repository at this point in the history
  6. python3-pyroute2: Upgrade 0.5.15 -> 0.5.16

    Upgrade to release 0.5.16:
    
    - ndb: fix syntax for Python < 3.6
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ed12642 View commit details
    Browse the repository at this point in the history
  7. python3-h5py: Upgrade 3.1.0 -> 3.2.1

    Upgrade to release 3.2.1:
    
    - Added support to use the HDF5 ROS3 driver to access HDF5 files
      on S3
    - Setting the config option default_file_mode to values other than
      'r' is deprecated. Pass the desired mode when opening a
      :class:`~.File` instead.
    - :exc:`OSError` exceptions raised by h5py should now have a useful
      .errno attribute, where HDF5 provides this information.
      Subclasses such as :exc:`FileNotFoundError` should also be raised
      where appropriate.
    - Fix reading data with a datatype of variable-length arrays of
      fixed length strings.
    - Fix :meth:`.Dataset.read_direct` and :meth:`.Dataset.write_direct`
      when the source and destination have different shapes.
    - Fix selecting data using integer indices in
      :meth:`.Dataset.read_direct` and :meth:`.Dataset.write_direct`.
    - Fix exception handling in :meth:`.Group.visititems`.
    - Issue a warning when File(..., swmr=True) is specified with any
      mode other than 'r', as the SWMR option is ignored in these cases.
    - Fix NumPy 1.20 deprecation warnings concerning the use of None as
      shape, and the deprecated aliases np.float, np.int and np.bool.
    - Fix :attr:`.File.driver` when the read-only S3 driver is
      available.
    
    Add hdf5-native as a dependency to avoid:
    
    error: libhdf5.so: cannot open shared object file: No such file or directory
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fe12398 View commit details
    Browse the repository at this point in the history
  8. python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1

    Upgrade to release 3.2.6.post1:
    
    - Improvement and refactoring in CI and tests with ``tox``.
    
    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 Apr 1, 2021
    Configuration menu
    Copy the full SHA
    9a9bcde View commit details
    Browse the repository at this point in the history