summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-autobahn: Upgrade 20.12.3 -> 21.2.1Leon Anavi2021-02-241-2/+1
| | | | | | | | | | | | | | | Upgrade to release 21.2.1: - new: callback user component function "check_config" on container/router components - fix: support Docker images for ARM (32 bit and 64 bit) - fix: bake Docker multi-arch images - fix: PyPy3 CI - new: enable autobahn client unit tests Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-httplib2: Upgrade 0.18.1 -> 0.19.0Leon Anavi2021-02-241-3/+2
| | | | | | | | | | | | | Upgrade to release 0.19.0: - auth: parse headers using pyparsing instead of regexp - auth: WSSE token needs to be string not bytes License-Update: Use file LICENSE instead of PKG-INFO Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Upgrade 2.11.0 -> 2.11.1Leon Anavi2021-02-241-1/+1
| | | | | | | | | | Upgrade to release 2.11.1: - Fixed compatibility with Python 3.10 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mypy: Upgrade 0.800 -> 0.812Leon Anavi2021-02-241-1/+1
| | | | | | | | | | | Upgrade to release 0.812: - Improved source file finding - Excluding paths Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2Leon Anavi2021-02-241-2/+1
| | | | | | | | | | | Upgrade to release 1.5.2: - Added Support for Linux On Power - Use poetry_core as build backend Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16Leon Anavi2021-02-241-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 3.0.16: - Added ScrollablePane: a scrollable layout container. This allows applications to build a layout, larger than the terminal, with a vertical scroll bar. The vertical scrolling will be done automatically when certain widgets receive the focus. - Added DeduplicateCompleter and ConditionalCompleter. - Added deduplicate argument to merge_completers. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mpmath: Upgrade 1.1.0 -> 1.2.1Leon Anavi2021-02-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.2.1: - Support @ operator for matrix multiplication - Add eta() implementing the Dedekind eta function - Optimized the python_trailing function - Implement unary plus for matrices - Improved calculation of gram_index - Fix a possible division by zero in shanks() - Fixed indexing errors in deHoog, Knight & Stokes inverse laplace transform algorithm - Corrected branch cuts of the elliprj() function in some cases - Fix initialization of iv.matrix from non-interval matrix - Preserve function signatures in PrecisionManager - Implemented float and complex conversions for ivmpf - Fixed issue with scalar-matrix multiplication for interval matrices - Fix estimation of quadrature error with multiple subintervals - Fixed a problem with the defun decorators - Fix eigenvalue sorting by absolute value License-Update: Alter the last clause to ensure that Github recognizes the LICENSE as BSD Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: Upgrade 2.1.3 -> 2.1.4Leon Anavi2021-02-241-1/+1
| | | | | | | | | | | Upgrade to release 2.1.4: - Add tests and apply small fixes to TDOP parser - Fix wildcard selection of attributes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyperclip: Upgrade 1.8.1 -> 1.8.2Leon Anavi2021-02-241-2/+1
| | | | | | | | | | Upgrade to release 1.8.2: - Better wayland session detection Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tabulate: Upgrade 0.8.7 -> 0.8.9Leon Anavi2021-02-241-2/+1
| | | | | | | | | | | | | | | | | Upgrade to release 0.8.9: - Bug fix: Revert support of decimal separators - Python 3.9 support, 3.10 ready - New formats: unsafehtml, latex_longtable, fancy_outline - Support lists of UserDicts as input - Support hyperlinks in terminal output - Improve testing on systems with proxies - Migrate to pytest - Various bug fixes and improvements Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-transitions: Upgrade 0.8.6 -> 0.8.7Leon Anavi2021-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.8.7: - State configuration dictionaries passed to HierarchicalMachine can also use states as a keyword to define substates. If children and states are present, only children will be considered. - HierarchicalMachine with custom separator now adds is_state partials for nested states (e.g. is_C.s3.a()) to models. - Use model_attribute consistently in AsyncMachine - Testing now treats most warnings as errors - As a consequence, pygraphviz.Agraph in diagrams_pygraphviz are now copied by transitions since AGraph.copy as of version 1.6 does not close temporary files appropriately - HierarchicalMachine now checks whether state_cls, event_cls and transition_cls have been subclassed from nested base classes (e.g. NestedState) to prevent hard to debug inheritance errors Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: Upgrade 2.10.0 -> 3.1.0Leon Anavi2021-02-244-58/+37
| | | | | | | | | | | | | | | | | Upgrade to release 3.1.0: - Fix using bytes as names for :meth:`~Group.create_dataset` and  :meth:`~Group.create_virtual_dataset`. - Fix writing data as a list to a dataset with a sub-array data type. - Preserve endianess in Cython dataset Reader - If pytest is missing pytest-mpi then it will now fail immediately with a clear warning message - Fix a test which was failing on big-endian systems Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: update to 1.5.1Oleksandr Kravchuk2021-02-221-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: update to 2.11.0Oleksandr Kravchuk2021-02-221-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: update 4.57.0Oleksandr Kravchuk2021-02-221-2/+2
| | | | | | | | License-Update: copyright years. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-supervisor: update to 4.2.1Oleksandr Kravchuk2021-02-221-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: update to 2.2Oleksandr Kravchuk2021-02-221-2/+2
| | | | | | | | License-Update: copyright years. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: update to 0.20.3Oleksandr Kravchuk2021-02-221-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-periphery: update to 2.3.0Oleksandr Kravchuk2021-02-221-3/+2
| | | | | | | | License-Update: copyright years. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cryptography-vectors: update to 3.4.6Oleksandr Kravchuk2021-02-221-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-configargparse: update to 1.3Oleksandr Kravchuk2021-02-221-3/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: update to 2.5Oleksandr Kravchuk2021-02-221-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: Upgrade to 1.35.0Khem Raj2021-02-193-8/+66
| | | | | | | | | merge inc file into bb as this is the only consumer now Fix the compiler name logic to match OE, since our compiler name is not a single word but a collection of words Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-grpcio: Upgrade to 1.35.0Khem Raj2021-02-196-117/+98
| | | | | | | | | Drop 0001-Fix-build-on-riscv32.patch, its upstreamed Forward port rest of the patches Use OPENSSL_NO_ASM only for armv7+/aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-intelhex: add recipe for the intelhex packageRoss Burton2021-02-191-0/+10
| | | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: update to 2.0.0Oleksandr Kravchuk2021-02-161-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: add missing RDEPENDS on python3-typing-extensionsEnrico Jörns2021-02-161-0/+1
| | | | | | | | | | | | | Since aiohttp PR #5078 was backported to 3.7 release (https://github.com/aio-libs/aiohttp/pull/5079), aiohttp depends on 'typing_extensions' python module [1], provided by python3-typing-extensions package in meta-python. [1] https://github.com/aio-libs/aiohttp/blob/v3.7.2/setup.py#L74 Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pydbus-manager: new packageBartosz Golaszewski2021-02-161-0/+13
| | | | | | | | | | | | | | | pydbus is a popular (and probably the most 'pythonic') implementation of DBus for python but unfortunately it doesn't implement the ObjectManager interface. This project is an extension providing this functionality. The reason for having this as a separate project is simple: pydbus seems to no longer be actively maintained so it's hard to make it part of the original codebase. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: update to 8.1.0Oleksandr Kravchuk2021-02-161-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: update to 3.14.0Oleksandr Kravchuk2021-02-161-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pika: update to 1.2.0Oleksandr Kravchuk2021-02-161-3/+2
| | | | | | | | License-Update: copyright year. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-idna: update to 3.1Oleksandr Kravchuk2021-02-162-8/+7
| | | | | | | | | | License-Update: copyright years. Consolidate the inc file into recipe Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-periphery: upgrade 2.1.0 -> 2.2.0zhengruoqin2021-02-091-3/+5
| | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter: update to 3.10.0Oleksandr Kravchuk2021-02-091-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenstalk: update to 2.0.0Oleksandr Kravchuk2021-02-091-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-socketio: update to 4.3.1Oleksandr Kravchuk2021-02-091-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aws-iot-device-sdk-python: update to 1.4.9Oleksandr Kravchuk2021-02-091-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3Leon Anavi2021-02-051-1/+1
| | | | | | | | | | | | Upgrade to release 2.4.137.3: - Bump objects - Fix and improve optional dependencies - Make brotli optional Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: Upgrade 3.11.2 -> 3.11.3Leon Anavi2021-02-051-1/+1
| | | | | | | | | | Upgrade to release 3.11.3: - Fix benchmark when using Python 3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: Upgrade 1.5.3 -> 1.5.4Leon Anavi2021-02-051-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.5.4: - Fixed bug in versioning model where a downgrade across a revision with a dependency on another branch, yet an ancestor is also dependent on that branch, would produce an erroneous state in the alembic_version table, making upgrades impossible without manually repairing the table. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: Upgrade 4.51.0 -> 4.56.0Leon Anavi2021-02-051-2/+3
| | | | | | | | | | | | | | | Upgrade to release 4.56.0: - add tqdm.tk - add tqdm.rich - minor formatting improvements for tqdm.gui - fix display() inheritance/override - add tests - add documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-graphviz: Upgrade 0.14.2 -> 0.16Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | | | | | Upgrade to release 0.16: - Add ``.unflatten()`` method to ``Graph``, ``Digraph``, and ``Source``. Add standalone ``unflatten()``. - Make ``Source.__str__()`` return the ``.source`` instead of the ``repr()`` (like ``Graph`` and ``Digraph``). - Render with ``dot -K<engine> ...`` instead of ``<engine> ...`` internally. - Add documentation hint to archived upstream version for Windows. - Re-render most documentation graphs with Graphviz 2.44.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-html: Upgrade 2.1.1 -> 3.1.1Leon Anavi2021-02-052-24/+18
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.1.1: - Fix issue with reporting of missing CSS files - Stop attaching test reruns to final test report entries - Allow for report duration formatting - Respect --capture=no, --show-capture=no, and -s pytest flags - Make the Results table Links column sortable - Fix issue with missing image or video in extras - Fix attribute name for compatibility with pytest-xdist 2 - Post process HTML generation to allow teardown to appear in the HTML output License-Update: Following recent changes to README.rst, just use LICENSE downloaded from PyPI. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-javaobj-py3: Upgrade 0.4.1 -> 0.4.2Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | Upgrade to release 0.4.2: - NumPy is now loaded lately, only if the use of numpy arrays is expected. This allows the calling modules to load and configure numpy beforehand. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytz: upgrade 2020.1 -> 2021.1Zang Ruochen2021-02-051-2/+2
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: upgrade 3.3.2 -> 3.3.4Zang Ruochen2021-02-051-3/+3
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: Upgrade 2.5.3 -> 2.6.0Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | | Upgrade to release 2.6.0: - Removed deprecated --head-only option - Initialize logger with a name - Move import to the top in env.py file to avoid linter warnings - Add a note to the documentation regarding logging - Move builds to GitHub actions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: Upgrade 1.3.22 -> 1.3.23Leon Anavi2021-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.23: - Fixed bug where making use of the TypeEngine.with_variant() method on a TypeDecorator type would fail to take into account the dialect-specific mappings in use, due to a rule in TypeDecorator that was instead attempting to check for chains of TypeDecorator instances. - For SQLAlchemy 1.3 only, setup.py pins pg8000 to a version lower than 1.16.6. Version 1.16.6 and above is supported by SQLAlchemy 1.4. - Fixed issue where using Table.to_metadata() (called Table.tometadata() in 1.3) in conjunction with a PostgreSQL ExcludeConstraint that made use of ad-hoc column expressions would fail to copy correctly. - Casting to FLOAT is now supported in MySQL >= (8, 0, 17) and MariaDb >= (10, 4, 5). - Fixed bug where MySQL server default reflection would fail for numeric values with a negation symbol present. - Fixed long-lived bug in MySQL dialect where the maximum identifier length of 255 was too long for names of all types of constraints, not just indexes, all of which have a size limit of 64. As metadata naming conventions can create too-long names in this area, apply the limit to the identifier generator within the DDL compiler. - Fixed deprecation warnings that arose as a result of the release of PyMySQL 1.0, including deprecation warnings for the “db” and “passwd” parameters now replaced with “database” and “password”. - Fixed regression from SQLAlchemy 1.3.20 caused by a fix which adds double-parenthesis for MySQL functional expressions in indexes, as is required by the backend, this inadvertently extended to include arbitrary text() expressions as well as Alembic’s internal textual component, which are required by Alembic for arbitrary index expressions which don’t imply double parenthesis. The check has been narrowed to include only binary/ unary/functional expressions directly. - Fixed regression in Oracle dialect introduced by #4894 in SQLAlchemy 1.3.11 where use of a SQL expression in RETURNING for an UPDATE would fail to compile, due to a check for “server_default” when an arbitrary SQL expression is not a column. - Fixed bug in Oracle dialect where retriving a CLOB/BLOB column via Insert.returning() would fail as the LOB value would need to be read when returned; additionally, repaired support for retrieval of Unicode values via RETURNING under Python 2. - Fixed issue where the stringification that is sometimes called when attempting to generate the “key” for the .c collection on a selectable would fail if the column were an unlabeled custom SQL construct using the sqlalchemy.ext.compiler extension, and did not provide a default compilation form; while this seems like an unusual case, it can get invoked for some ORM scenarios such as when the expression is used in an “order by” in combination with joined eager loading. The issue is that the lack of a default compiler function was raising CompileError and not UnsupportedCompilationError. License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 1.0.5 -> 1.0.6Leon Anavi2021-02-051-1/+1
| | | | | | | | | | Upgrade to release 1.0.6: - Fix combination of star and invalid expression bugs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: Upgrade 7.19.0 -> 7.20.0Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | Upgrade to release 7.20.0: - Support for PyQt5 >= 5.11 - %reset remove imports more agressively - fix the %conda magic - compatibility with Jedi 0.18, and bump minimum Jedi version Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>