summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-mccabe: Upgrade 0.2.1 -> 0.6.1Leon Anavi2020-09-051-3/+5
| | | | | | | | | | | | | Upgrade to release 0.6.1: - Add support for Python 3.6 - Fix handling for missing statement types - Fix signature for PathGraphingAstVisitor.default to match the signature for ASTVisitor 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-pyzmq: Upgrade 17.1.0 -> 19.0.2Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | | | | | - Cython backend: Build Cython extensions with language level "3str" (requires Cython 0.29) - Cython backend: You can now cimport zmq - Asyncio: Fix memory leak in Poller - Log: Much improved logging in zmq.log (see Asynchronous Logging via PyZMQ) - Log: add python -m zmq.log entrypoint - Sources generated with Cython 0.29.15 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-pycurl: Upgrade 7.43.0.5 -> 7.43.0.6Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | | Upgrade to release 7.43.0.6: - Improve SSL backend detection on various systems - Add support for libcurl's multiple SSL backend functionality - Add support for several libcurl options 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.17.1 -> 0.17.2Leon Anavi2020-09-051-2/+2
| | | | | | | | | | Upgrade to release 0.17.2: - Fix timezone bugs in GCP integration 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-robotframework: Upgrade 3.2.1 -> 3.2.2Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | Upgrade to release 3.2.2, a new minor release with some bug fixes, Libdoc enhancements and official Python 3.9 support. For more details please visit: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.2.2.rst 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-stevedore: Upgrade 3.2.0 -> 3.2.1Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | Upgrade to release 3.2.1: - Bug fix: there were some syntax errors in the comment of stevedore code 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-meh: Upgrade 0.48 -> 0.49Leon Anavi2020-09-051-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 0.49: - Fix make archive command after pot file removal - Add Readme with description and translation badge - Add pot file to the git ignore - Pause release when making bumpver to check and solve translations - Remove unused PREFIX from Makefile - Remove Zanata - Push translations to our translation repository - Download translations from Weblate - Remove pot 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>
* brotli: update to 1.0.9Gianfranco Costamagna2020-09-042-3/+51
| | | | | | | | cherry-pick upstream fix for pkg-config based detection failure Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: do not use system libraries for non nssJose Dapena Paz2020-09-041-1/+1
| | | | | | | | | | | | In case PACKAGECONFIG[nss] is not set, in case system includes nss or nspr, it will still try to compile using system libraries. To avoid that, this change explicitely uses --with-nss=no and --with-nspr=no so configure does not try to find those libraries if they are disabled. Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: adjust fuse packageconfig to fuse3Diego Rondini2020-09-041-1/+1
| | | | | | | | | Adjust fuse packageconfig to depend on fuse3, which is the only supported option in gvfs ≥ 1.41. https://gitlab.gnome.org/GNOME/gvfs/-/commit/7a0a06186b6fef07b8fce2360c04fd075fc84ed1 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: add nativesdk supportArturo Buzarra2020-09-041-1/+1
| | | | | | | | This support is required if a tool depends on this package and must be installed on the sdk. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libencode-perl: upgrade 3.06 -> 3.07Zang Ruochen2020-09-031-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: upgrade 1.64 -> 1.66Zang Ruochen2020-09-031-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* purple-skypeweb: upgrade 1.6 -> 1.7Zang Ruochen2020-09-031-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xscreensaver: Add HOMEPAGELeon Anavi2020-09-031-1/+1
| | | | | | | Set https://www.jwz.org/xscreensaver/ as HOMEPAGE. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: Upgrade 0.336 -> 0.339Leon Anavi2020-09-031-2/+2
| | | | | | | | | Upgrade to release 0.339: - Update pci, usb and vendor ids Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: Upgrade 5.1 -> 5.2Leon Anavi2020-09-031-1/+1
| | | | | | | | | | | | Upgrade to release 5.2 "Ranrapalca": - Making certain replacements after a large paste does not crash. - Hitting a toggle at the Search prompt does not clear the answer. - Using --positionlog does not complain at the first start. - A macro containing a Search command will not sometimes fail. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-perl-ptest-image: Depend on ptest DISTRO_FEATUREKhem Raj2020-09-031-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-perl-image: Add packagegroup-meta-perl-extendedKhem Raj2020-09-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdata-hexdump-perl: Use update alternatives for hexdumpKhem Raj2020-09-031-1/+6
| | | | | | | Hexdump can come from busybox or util-linux, therefore its better to define it via u-a so it can live along with these packages Signed-off-by: Khem Raj <raj.khem@gmail.com>
* po4a: Switch to github for SRC_URI as alioth one seems to be goneKhem Raj2020-09-031-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-perl: Update to represent latest recipesKhem Raj2020-09-031-26/+76
| | | | | | Add packagegroup-meta-perl-ptest to PROVIDES Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-multimedia: Remove projucer on muslKhem Raj2020-09-031-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove log4cplusKhem Raj2020-09-031-1/+0
| | | | | | log4cplus is now in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-networking: Remove dhcpcd and keaKhem Raj2020-09-031-2/+0
| | | | | | They moved out from meta-networking into core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcpcd: pkg moved to coreArmin Kuster2020-09-033-108/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kea: pkg moved to coreArmin Kuster2020-09-035-140/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* log4cplus: pkg moved to coreArmin Kuster2020-09-031-19/+0
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tmux: Add -p option to mkdirKhem Raj2020-09-031-1/+1
| | | | | | This help avoiding a build failure when this dir already exists Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fping: Upgrade 4.4 -> 5.0Leon Anavi2020-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.0: - In non-quiet loop and count mode, a line is printed for every lost packet - The returned size in bytes now always excludes the IP header, so if before it reported '84 bytes' e.g. when using 'fping -l', now it reports '64 bytes'. This is to make the reported size consistent with ping(8) from iputils and also with fping when pinging a IPv6 host (which never included the IPv6 header size). - The number of sent pings is only counted when the pings are received or have timed out, ensuring that the loss ratio will be always correct. This makes it possible, for example, to use loop mode (-l) with interval statistics (-Q) and a timeout larger than period, without having the issue that initially some pings would be reported as missing - Improved precision of measurements from 10us to 1us - The reported size of received packets is now always correct on Linux even for packets > 4096 bytes - Travis CI automated testing now also macos testing and additional ubuntu distributions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: Upgrade 1.6.11 -> 1.6.12Leon Anavi2020-09-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.6.12: Security: - In some circumstances, Mosquitto could leak memory when handling PUBLISH messages. This is limited to incoming QoS 2 messages, and is related to the combination of the broker having persistence enabled, a clean session=false client, which was connected prior to the broker restarting, then has reconnected and has now sent messages at a sufficiently high rate that the incoming queue at the broker has filled up and hence messages are being dropped. This is more likely to have an effect where max_queued_messages is a small value. This has now been fixed. Broker: - Build warning fixes when building with WITH_BRIDGE=no and WITH_TLS=no. Clients: - All clients exit with an error exit code on CONNACK failure. - Don't busy loop with `mosquitto_pub -l` on a slow connection. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* znc: Upgrade 1.7.5 -> 1.8.1Leon Anavi2020-09-031-1/+1
| | | | | | | | | | | Upgrade to release 1.8.1: - Bug fix: authenticated users can trigger an application crash (with a NULL pointer dereference) if echo-message is not enabled and there is no network. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: Upgrade 6.2.1 -> 7.2.0Leon Anavi2020-09-022-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 7.2.0: - Do not convert I;16 images when showing PNGs - Fixed ICNS file pointer saving - Fixed loading non-RGBA mode APNGs with dispose background - Deprecated _showxv - Deprecate Image.show(command="...") - Updated JPEG magic number - Change STRIPBYTECOUNTS to LONG if necessary when saving - Write JFIF header when saving JPEG - Replaced tiff_jpeg with jpeg compression when saving TIFF images - Writing TIFF tags: improved BYTE, added UNDEFINED - Consider transparency when pasting text on an RGBA image - Added method argument to single frame WebP saving - Use ImageFileDirectory_v2 in Image.Exif - Corrected reading EXIF metadata without prefix - Fixed drawing a jointed line with a sequence of numeric values - Added support for 1-D NumPy arrays - Parse orientation from XMP tags - Speed up text layout by not rendering glyphs - Fixed ZeroDivisionError in Image.thumbnail - Replaced TiffImagePlugin DEBUG with logging - Fix repeatedly loading .gbr - JPEG: Truncate icclist instead of setting to None - Fixes default offset for Exif - Fixed bug when unpickling TIFF images - Fix pickling WebP - Replace IOError and WindowsError aliases with OSError License-Update: Word wrap and updated copyright 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-flask-pymongo: Consolidate in a single fileLeon Anavi2020-09-022-16/+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-flask-mail: Consolidate in a single fileLeon Anavi2020-09-022-13/+13
| | | | | | | | 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-flask-nav: Consolidate in a single fileLeon Anavi2020-09-022-14/+14
| | | | | | | | 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-traitlets: Upgrade 4.3.3 -> 5.0.0Leon Anavi2020-09-021-3/+2
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.0.0: Traitlets 5.0 is a new version of traitlets that accumulate changes over a period of more close to four years; A number of internal refactoring made the internal code structure cleaner and simpler, and greatly improved the diagnostic error messages as well has help and documentation generation. Major changes: - Removal of Python 2 support, - Removal of Python 3.0-3.6 support - Follow NEP 29, and are thus Python 3.7+ only. - Remove six as a dependency - Remove funcsig as a dependency. 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-luma-core: Upgrade 1.16.0 -> 1.16.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.16.1: - Fix bug in bitmap_font: glyph_index now computed correctly 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.17.0 -> 0.17.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.1: - Fix timezone bugs in AWS Lambda integration. - Fix crash on GCP integration because of missing parameter timeout_warning. 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-hpack: Upgrade 3.0.0 -> 4.0.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | Upgrade to release 4.0.0: - Remove support for Python 2.7, 3.4 and 3.5. - Add support for Python 3.8. - Performance improvement of static header search. Use dict search instead of linear search. - Fix debug output of headers during encoding. 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-hpack: Consolidate in a single fileLeon Anavi2020-09-022-12/+9
| | | | | | | | 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-ipython: Upgrade 7.17.0 -> 7.18.1Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | Upgrade to release 7.18.1: - CRLF is now handled by magics my default; solving some issues due to copy pasting on windows. - Requiring pexpect >=4.3 as we are Python 3.7+ only and earlier version of pexpect will be incompatible. - Minimum jedi version is now 0.16. 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-more-itertools: Upgrade 8.4.0 -> 8.5.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 8.5.0: - Add :func:`windowed_complete` - The :func:`is_sorted` implementation was improved - The :func:`groupby_transform` now accepts a reducefunc parameter - The :func:`last` implementation was improved - Various documentation fixes - The tests for :func:`distinct_combinations` were improved - Automated tests now run on 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-prompt-toolkit: Upgrade 3.0.6 -> 3.0.7Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 3.0.7: - New "placeholder" parameter added to `PromptSession`. - The "respond to CPR" logic has been moved from the `Input` to `Output` classes (this does clean up some code). - Bugfix in shift-selection key bindings. - Fix hight calculation of `FormattedTextControl` when line wrapping is turned on. - Fixes for SSH server: * Missing encoding property * Fix failure in "set_line_mode" call * Handle `BrokenPipeError` 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-parse: Upgrade 1.16.0 -> 1.17.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.17.0: - Make left- and center-aligned search consume up to next space 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-paramiko: Upgrade 2.7.1 - 2.7.2Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.7.2: - [Bug]: Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with Cryptography 3.1 and above (which complains strenuously when this problem appears). - [Bug]: Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. - [Support]: Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. - [Support]: Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko’s tests from an sdist tarball. - [Support]: Update our CI to catch issues with sdist generation, installation and testing. 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-sh: Upgrade 1.13.1 -> 1.14.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.14.0: - _env now more lenient in accepting dictionary-like objects - None and False arguments now do not pass through to underlying command - Implemented find_spec on the fancy importer, which fixes some Python3.4+ issues 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.5 -> 1.3.8Leon Anavi2020-09-021-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.3.8: - Fixed issue where subcommand added with @as_subcommand_to decorator did not display help when called with -h/--help. - add_help=False no longer has to be passed to parsers used in @as_subcommand_to decorator. Only pass this if your subcommand should not have the -h/--help help option (as stated in argparse 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-flask-user: Consolidate in a single fileLeon Anavi2020-09-022-18/+18
| | | | | | | | 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-google-api-python-client: Upgrade 1.10.1 -> 1.11.0Leon Anavi2020-09-021-2/+2
| | | | | | | | | | Upgrade to release 1.11.0: - Add support for mtls env variables 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>