summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* python3-inflection: Upgrade 0.5.0 -> 0.5.1Leon Anavi2020-08-251-2/+2
| | | | | | | | | | Upgrade to release 0.5.1: - Fix type hints not working 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-pymisp: Upgrade 2.4.128 -> 2.4.130Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.4.130: - Blacklist methods. - Add list of missing calls. - Add test_obj_references_export. - Add MISPObject.standalone property. Setting MISPObject.standalone updates MISPObject._standalone and add/removes "ObjectReference" from AbstractMISP.__not_jsonable using update_not_jsonable/_remove_from_not_jsonable. - Add AbstractMISP._remove_from_not_jsonable. - Bump version, dependencies, objects and types. - [testlive_comprehensive] Updated generic tagging method to match changes in MISP. - Cleanup blocklist methods. - Remove outdated example. - Bug fixes. 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-dominate: Upgrade 2.5.1 -> 2.5.2Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | Upgrade to release 2.5.2: - Removed 'input' keyword reassignment - Bug fix: underscores not working in aria attributes - Adding some missing attrs to DASHED_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-pychromecast: Upgrade 7.2.0 -> 7.2.1Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | Upgrade to release 7.2.1: - Ensure data parsed as JSON is a dict - Add zeroconf debug option to example scripts 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-attrs: Upgrade 19.3.0 -> 20.1.0Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.1.0: - Python 3.4 is not supported anymore. - Added attr.resolve_types(). It ensures that all forward-references and types in string form are resolved into concrete types. - Added @attr.s(collect_by_mro=False) argument that if set to True fixes the collection of attributes from base classes. - On Python 3, all generated methods now have a docstring explaining that they have been created by attrs. - Fixed a ValueError: Cell is empty bug that could happen in some rare edge cases. - Added attr.converters.pipe(). The feature allows combining multiple conversion callbacks into one by piping the value through all of them, and retuning the last result. - Provisionally added attr.field() that supplants attr.ib(). 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-networkx: Upgrade 2.4 -> 2.5Leon Anavi2020-08-251-3/+3
| | | | | | | | | | | | | | | | Upgrade to release 2.5: - Dropped support for Python 3.5. - Add Pathlib support to work with files. - Improve performance. - Updated docs and tests. - Removed code designed to work with Python 2. 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-pint: Upgrade 0.14 -> 0.15Leon Anavi2020-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.15: - Change `Quantity` and `Unit` HTML (i.e., Jupyter notebook) repr away from LaTeX to a simpler, more performant pretty-text and table based repr inspired by Sparse and Dask. - Add `case_sensitive` option to registry for case (in)sensitive handling when parsing units. - Implement Dask collection interface to support Pint Quantity wrapped Dask arrays. - Started automatically testing examples in the documentation - Fixed an exception generated when reducing dimensions with three or more units of the same type. - Fixed right operand power for dimensionless Quantity to reflect numpy behavior. - Eliminated warning when setting a masked value on an underlying MaskedArray. - Add `sort` option to `formatting.formatter` to permit disabling sorting of component units in format string. 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-langtable: Upgrade 0.0.51 -> 0.0.52Leon Anavi2020-08-251-2/+2
| | | | | | | | | | Upgrade to release 0.0.52: - add list_common_keyboards() to public api 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-diskcache: Upgrade 4.1.0 -> 5.0.1Leon Anavi2020-08-251-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 5.0.1: - Drop Python 2.7 and 3.4 testing and add 3.8 - Use unittest.mock in tests - Remove unused "env" setting from pytest section - Remove nose references - Add locked method to Lock - Add paragraph to caveats about cache volume for Issue 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-click-spinner: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | Add recipe for click-spinner, a spinner for Click. 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-click-repl: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | Add recipe for click-repl, REPL plugin for Click. 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-nocaselist: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | | | | | | | | | | | Add recipe for nocaselist, a case-insensitive list for Python. Changelog for 1.0.1: - Fixed the incorrect behavior of the ‘+’ and ‘+=’ operators to now (correctly) treat the right hand operand as an iterable of items to be added, instead of (incorrectly) as a single item. For ‘+’, the right hand operand now must be a list, consistent with the built-in list class. - Fixed the incorrect behavior of the * and *= operators to now validate that the number is an integer and raise TypeError otherwise, consistent with the built-in list class. 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-nocasedict: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | | Add recipe for nocasedict, a case-insensitive ordered dictionary for Python. 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-custom-inherit: Add recipeLeon Anavi2020-08-251-0/+12
| | | | | | | | | | | | | | | | | Add recipe for custom-inherit, a Python package that provides customized docstring inheritance schemes between derived classes and their parents. Changelog for release 2.3.0: - Add three new built-in styles, numpy_with_merge, google_with_merge, and numpy_napoleon_with_merge, which permit users to concatenate the respective sections of a parent's and child's docstrings. - Also add is the ability to configure DocInheritMeta so that special methods will have their docstrings inherited as well. 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-asciitree: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | Add recipe for asciitree that draws ASCII trees. 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: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | | | | Add recipe for tabulate, a pretty-print tabular data. Changelog for release 0.8.7: - Bug fixes. New format: `pretty`. HTML escaping. 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-yamlloader: Add recipeLeon Anavi2020-08-251-0/+13
| | | | | | | | | | | | | | Add recipe for yamlloader, an ordered YAML loader and dumper for PyYAML. Changelog for 0.5.5: - As of Python version 3.7, the insertion order in dict is preserved by design. This is accounted for by allowing to dump and load to/from ordinary dictionaries in the same way as you do for OrderedDicts 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-pydicti: Add recipeLeon Anavi2020-08-251-0/+9
| | | | | | | | | | | | | Add pydicti, a case insensitive derivable dictionary. Changelog for release 1.1.3: - avoid key recomputation in __setitem__ License-Update: Add WTFPL 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-djangorestframework: Upgrade 3.9.0 -> 3.11.1Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | | Upgrade to release 3.11.1: - OpenAPI schema generation improvements - Validator / Default context improvements - Supported Python versions are now: 3.5, 3.6, 3.7, and 3.8 - Supported Django versions are now: 1.11, 2.0, 2.1, 2.2, and 3.0 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-djangorestframework: Consolidate in a single fileLeon Anavi2020-08-192-18/+16
| | | | | | | | Consolidate inc and bb files into a single bb file. 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-asyncio: Upgrade 0.12.0 -> 0.14.0Leon Anavi2020-08-191-2/+3
| | | | | | | | | | | | Upgrade to release 0.14.0: - event_loop fixture behavior now is coherent on all scopes. License-Update: Use file LICENSE to check the license. 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-python-vlc: Upgrade 3.0.10114 -> 3.0.11115Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | Upgrade to release 3.0.11115: - Position is now an enum - Add Media.get_meta tests - Fix typo in play_buffer example 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-sentry-sdk: Upgrade 0.16.3 -> 0.16.5Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | | | | Upgrade to release 0.16.5: - Fix a bug that caused Django apps to crash if the view didn't have a __name__ attribute. - Add experiment to avoid trunchating span descriptions. Initialize with init(_experiments={"smart_transaction_trimming": True}). - Add a span around the Django view in transactions to distinguish its operations from middleware operations. 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.18 -> 1.3.19Leon Anavi2020-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.19: - orm: Adjusted the workings of the Mapper.all_orm_descriptors() accessor to represent the attributes in the order that they are located in a deterministic way, assuming the use of Python 3.6 or higher which maintains the sorting order of class attributes based on how they were declared. This sorting is not guaranteed to match the declared order of attributes in all cases however; see the method documentation for the exact scheme. - orm: The name of the virtual column used when using the AbstractConcreteBase and ConcreteBase classes can now be customized, to allow for models that have a column that is actually named type. - sql: Repaired an issue where the "ORDER BY" clause rendering a label name rather than a complete expression, which is particularly important for SQL Server, would fail to occur if the expression were enclosed in a parenthesized grouping in some cases. This case has been added to test support. The change additionally adjusts the "automatically add ORDER BY columns when DISTINCT is present" behavior of ORM query, deprecated in 1.4, to more accurately detect column expressions that are already present. - mysql: The MySQL dialect will render FROM DUAL for a SELECT statement that has no FROM clause but has a WHERE clause. This allows things like "SELECT 1 WHERE EXISTS (subquery)" kinds of queries to be used as well as other use cases. - sqlite: Applied a sweep through all included dialects to ensure names that contain single or double quotes are properly escaped when querying system tables, for all Inspector methods that accept object names as an argument (e.g. table names, view names, etc). SQLite and MSSQL contained two quoting issues that were repaired. - mssql: Fixed bug where the mssql dialect incorrectly escaped object names that contained ‘]’ character(s). - Added a **kw argument to the DeclarativeMeta.__init__() method. This allows a class to support the PEP 487 metaclass hook __init_subclass__. For more details have a look at the complete changelog: https://docs.sqlalchemy.org/en/13/changelog/changelog_13.html 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-pybind11: install both python wheel and cmake buildJack Mitchell2020-08-191-1/+15
| | | | | | | | | | | | | The wheel for this module doesn't install the required cmake files, yet the cmake build doesn't install the required python module files. Therefore use manual calls to the cmake and distutils classes in order to get both into the final package. This method is also what other popular distros use such as Archlinux. Signed-off-by: Jack Mitchell <ml@embed.me.uk> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11-json: Add recipeShlomi Vaknin2020-08-181-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: Upgrade 1.3.2 -> 1.3.3Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.3.3: - Added :func:`ignore_errors()` worksheet method to to allow Excel worksheet errors/warnings to be ignored in user defined ranges. See also :ref:`ex_ignore_errors`. - Added warning when closing a file more than once via :func:`close()` to help avoid errors where a file is closed within a loop or at the wrong scope level. 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-bitarray: Upgrade 1.5.1 -> 1.5.2Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | Upgrade to release 1.5.2: - add PyType_Ready usage, issue #66 - speedup search() for bitarrays with length 1 in sparse bitarrays - add 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-google-api-python-client: Upgrade 1.9.3 -> 1.10.0Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.10.0: - Allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' - Build universal wheels - Discovery supports retries - Consolidating and updating the Contribution Guide 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-cmd2: Upgrade 1.3.2 -> 1.3.3Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.3: - CommandSet command functions (do_, complete_, help_) will no longer have the cmd2 app passed in as the first parameter after self since this is already a class member. - Renamed install_command_set() and uninstall_command_set() to register_command_set() and unregister_command_set() for better name consistency. - Fixed help formatting bug in Cmd2ArgumentParser when metavar is a tuple. - Fixed tab completion bug when using CompletionItem on an argument whose metavar is a tuple. - Added explicit testing against python 3.5.2 for Ubuntu 16.04, and 3.5.3 for Debian 9. - Added fallback definition of typing.Deque (taken from 3.5.4) - Removed explicit type hints that fail due to a bug in 3.5.2 favoring comment-based hints instead. - When passing a ns_provider to an argparse command, will now attempt to resolve the correct CommandSet instance for self. If not, it'll fall back and pass in the cmd2 app. - Added missing doc-string for new cmd2.Cmd init parameters introduced by CommandSet enhancement. 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-wheel: Upgrade 0.34.2 -> 0.35.1Leon Anavi2020-08-182-13/+13
| | | | | | | | | | | | | Upgrade to release 0.35.1: - Switched to the packaging library for computing wheel tags - Fixed a resource leak in WheelFile.open() License-Update: Use PKG-INFO to check the license. 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-cffi: Upgrade 1.14.1 -> 1.14.2Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.14.2: - CPython 3 on Windows: we again try to compile with Py_LIMITED_API by default. This flag is not added if you run the compilation with CPython 3.4, as it only works with CPython >= 3.5, but by now this version of Python is quite old (and we no longer distribute cffi wheels for it). - You can manually disable Py_LIMITED_API by calling ffi.set_source(..., py_limited_api=False). 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-isort: Upgrade 5.3.2 -> 5.4.2Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 5.4.2: - Fixed: Known other does not work anymore with .editorconfig. - Fixed: Regression in first known party path expansion. - Fixed: --combine-as loses # noqa in different circumstances. - Implemented: support for length sort only of direct (AKA straight) imports. - Fixed: --combine-as loses # noqa. - Fixed: --dont-order-by-type CLI broken. 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-bcrypt: Upgrade 3.1.7 -> 3.2.0Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | Upgrade to release 3.2.0: - Added typehints for library functions - Dropped support for Python versions less than 3.6 - Shipped abi3 Windows wheels (requires pip >= 20) 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-humanize: Upgrade 2.5.0 -> 2.6.0Leon Anavi2020-08-181-2/+2
| | | | | | | | | | | | | | Upgrade to release 2.6.0: - Deploy docs to Read the Docs - Build API reference docs from docstrings using MKDocs - Function to represent timedeltas without losing precision - Improve default locale path discovering - Added Ukrainian language to list in README.md 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-matplotlib: Upgrade 3.3.0 -> 3.3.1Leon Anavi2020-08-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.3.1 that contains several critical bug-fixes: - fix docstring import issues when running Python with optimization - fix hist with categorical data, such as with Pandas - fix install on BSD systems - fix nbagg compatibility with Chrome 84+ - fix ordering of scatter marker size in 3D plots - fix performance regression when plotting Paths - fix reading from URL in imread - fix several regressions with new date epoch handling - fix some bad constrained and tight layout interactions with colorbars - fix use of customized toolbars in TkAgg and WXAgg backends Add the native recipe for python3-certifi to DEPENDS. 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-pandas: Add workaround to fix build with clangKhem Raj2020-08-131-0/+2
| | | | | | | | | | | This is a bug introduced by cython [1] the workaround suppressed the additional warnings seen with clang [2] [1] https://github.com/cython/cython/issues/3474 [2] https://github.com/pandas-dev/pandas/issues/33239 Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-matplotlib: Use lld for linking when using clangKhem Raj2020-08-131-0/+3
| | | | | | | | | | | | | | | build uses LTO and for some reason it does not work well when using clang-11 Fixes | /mnt/b/yoe/master/build/tmp/work/armv7vet2hf-neon-yoe-linux-musleabi/python3-matplotlib/3.3.0-r0/recipe-sysroot-nat ive/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld.gold: error: /mnt/b/yoe/master/build/tmp/work/armv7vet2h f-neon-yoe-linux-musleabi/python3-matplotlib/3.3.0-r0/build/temp.linux-x86_64-3.8/extern/agg24-svn/src/agg_bezier_arc .o: not an object or archive Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-redis: Upgrade 2.10.6 -> 3.5.3Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 3.5.3: - Restore try/except clauses to __del__ methods. These will be removed in 4.0 when more explicit resource management if enforced. - Update the master_address when Sentinels promote a new master. - Update SentinelConnectionPool to not forcefully disconnect other in-use connections which can negatively affect threaded applications. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-coverage: Upgrade 5.2 -> 5.2.1Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | Upgrade to release 5.2.1: - Fix: the dark mode HTML report still used light colors for the context listing, making them unreadable. - The time stamp on the HTML report now includes the time zone. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sentry-sdk: Upgrade 0.16.0 -> 0.16.3Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 0.16.3: - Fix AWS Lambda support for Python 3.8. - The AWS Lambda integration now captures initialization/import errors for Python 3. - The AWS Lambda integration now supports an option to warn about functions likely to time out. - Testing for RQ 1.5 - Flip default of traceparent_v2. This change should have zero impact. The flag will be removed in 0.17. - Fix compatibility bug with Django 3.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1Leon Anavi2020-08-131-3/+3
| | | | | | | | | | | | | Upgrade to release 0.4.1: - Added the custom transformer allowing a finer loading of custom Java streams License-Update: Use file LICENSE to check the license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-timeout: Upgrade 1.4.1 -> 1.4.2Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | Upgrade to release 1.4.2: - Fix compatibility when run with pytest pre-releases - Fix detection of third-party debuggers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-u-msgpack-python: Upgrade 2.6.0 -> 2.7.0Leon Anavi2020-08-131-1/+2
| | | | | | | | | | | Upgrade to release 2.7.0: - Add support for packing subclasses of ext_serializable() application classes. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cmd2: Upgrade 1.3.1 -> 1.3.2Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 1.3.2: - Added functions to fetch registered CommandSets by type and command name. - Fixed prog value of subcommands added with as_subcommand_to() decorator. - Fixed missing settings in subcommand parsers created with as_subcommand_to() decorator. These settings include things like description and epilog text. - Fixed issue with CommandSet auto-discovery only searching direct sub-classes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-rsa: Upgrade 3.4.2 -> 4.6Leon Anavi2020-08-131-5/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.6: - Rolled back the switch to Poetry, and reverted back to using Pipenv + setup.py for dependency management. There apparently is an issue no-binary installs of packages build with Poetry. - Limited SHA3 support to those Python versions (3.6+) that support it natively. The third-party library that adds support for this to Python 3.5 is a binary package, and thus breaks the pure-Python nature of Python-RSA. - To avoid older Python installations from trying to upgrade to RSA 4.4, this is now made explicit in the python_requires argument in setup.py The encrypt/decrypt-bigfile CLI commands have been removed in 2016 therefore the recipe has been updated accordingly. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-huey: Upgrade 2.2.0 -> 2.3.0Leon Anavi2020-08-131-1/+3
| | | | | | | | | | | | | | | | | | Upgrade to release 2.3.0: - Use monotonic clock for timing operations within the consumer. - Ensure internal state is cleaned up on file-lock when released. - Support passing around TaskException as a pickled value. - Set the multiprocessing mode to "fork" on MacOS and Python 3.8 or newer. - Added option to enforce FIFO behavior when using Sqlite as storage. - Added the on_shutdown handler to djhuey namespace. - Ensure exception is set on AsyncResult in mini-huey. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-graphviz: Upgrade 0.14 -> 0.14.1Leon Anavi2020-08-132-16/+17
| | | | | | | | | | | | | Add homepage and upgrade to release 0.14.1: Document the colon-separated node[:port[:compass]] format used for tail and head points in the edge()- and edges()-methods License-Update: Use file LICENSE.txt to check the license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-login: Upgrade 0.4.1 -> 0.5.0Leon Anavi2020-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 0.5.0: - New custom test client: `flask_login.FlaskLoginClient`. You can use this to write clearer automated tests. - Prefix authenticated user_id, remember, and remember_seconds in Flask Session with underscores to prevent accidental usage in application code. - Simplify user loading. - Various documentation improvements. - Set session ID when setting next. - Clear session identifier on logout. - Ensure use of a safe and up-to-date version of Flask. - Drop support of Python versions: 2.6, 3.3, 3.4 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-login: Consolidate in a single fileLeon Anavi2020-08-132-15/+15
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>