aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-11-28python3-sortedcontainers: drop (moved to oe-core)timo/drop-moved-python-modulesTim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-hypothesis: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-pytest: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-pluggy: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-importlib-metadata: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-zipp: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-wcwidth: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-packaging: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-setuptools-scm: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-py: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-toml: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-pathlib2: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-more-itertools: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-iniconfig: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-attrs: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-28python3-atomicwrites: drop (moved to oe-core)Tim Orling
Signed-off-by: Tim Orling <ticotimo@gmail.com>
2020-11-27python3-transitions: Upgrade 0.8.4 -> 0.8.5Leon Anavi
Upgrade to release 0.8.5: - AsyncMachine.switch_model_context is expected to be async now for easier integration of async code during model switch. - Bugfix: Initializing a machine with GraphSupport threw an exception when initial was set to a nested or parallel state 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>
2020-11-27python3-urllib3: Upgrade 1.25.11 -> 1.26.2Leon Anavi
Upgrade to release 1.26.2: - NOTE: urllib3 v2.0 will drop support for Python 2. - Added support for HTTPS proxies contacting HTTPS servers - Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that still wish to use TLS earlier than 1.2 without a deprecation warning should opt-in explicitly by setting ssl_version=ssl.PROTOCOL_TLSv1_1 Starting in urllib3 v2.0: Connections that receive a ``DeprecationWarning`` will fail - Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST, Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS, Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and Retry(allowed_methods=...) Starting in urllib3 v2.0: Deprecated options will be removed - Added default User-Agent header to every request - Added urllib3.util.SKIP_HEADER for skipping User-Agent, Accept-Encoding, and Host headers from being automatically emitted with requests - Collapse transfer-encoding: chunked request data and framing into the same socket.send() call - Send http/1.1 ALPN identifier with every TLS handshake by default - Properly terminate SecureTransport connections when CA verification fails - Don't emit an SNIMissingWarning when passing server_hostname=None to SecureTransport - Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3 - Suppress BrokenPipeError when writing request body after the server has closed the socket - Wrap ssl.SSLError that can be raised from reading a socket (e.g. "bad MAC") into an urllib3.exceptions.SSLError - Fixed an issue where two User-Agent headers would be sent if a User-Agent header key is passed as bytes License-Update: Update copyright date 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>
2020-11-27python3-prettytable: Upgrade 1.0.1 -> 2.0.0Leon Anavi
Upgrade to release 2.0.0: - Add tbody and thead tags - Add add_rows to add several rows at once - Add Python 3.10-dev to CI Tests - Stop testing on Travis CI due to new open-source limitations - Move to src/ and tests/ layout - Drop support for EOL Python 2.7 and 3.5 - Fix padding_width = 0 - Don't create universal wheel for Python 2 (and 3) - Fix docs to match code: from_cursor -> from_db_cursor - readme: update function name in 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>
2020-11-27python3-ansi2html: Upgrade 1.5.2 -> 1.6.0Leon Anavi
Add native setuptools-scm and toml to the dependencies. Upgrade to release 1.6.0: - Add support for vt100 box drawing mode and high-intensity ansi codes - Fix undefined behavior with linkify when same url is repeated in same line - Prune CSS classes from output that are not used - Update style.py - Give more useful TaskWarrior example - Fix handling cursor move up with unique and empty lines - enable python 3 input decoding - Fix missing color CSS definitions - Prevent IndexError while handling CursorMoveUp - added setup.cfg - fix long lines - Started to implement LaTeX support - add option --title for filling in the title - add empty title element to head section in html output - added 2 color-schemes (solarized, osx). improved optparse handling schemes. - added support to select a color-scheme. added schemes 'xterm' and 'xterm... - Improve Makefile - Add and ship AsciiDoc manpage, improve --help, add --version - Fix README example to not produce unwanted spaces - Add missing license headers - Fix line handling - Add support for previously unhandled ANSI codes, improve approach on handling color state - Fix italic to be font-style (rather than font-weight) - Stop adding unwanted spaces - Fix writing to sys.stdout.buffer - Add convenience Makefile - Fix some bugs - add --inline style - Fix UnicodeDecodeError exception when Unicode characters appear in input 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>
2020-11-27python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0Leon Anavi
Upgrade to release 3.1.0: - query_type function to determine what as type fastnumbers will interpret a given input - Support for Python 3.9 (eliminate use of private Python C function that is now hidden in 3.9) 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>
2020-11-27python3-luma-oled: Upgrade 3.7.0 -> 3.8.1Leon Anavi
Upgrade to release 3.8.1: - Improved diff_to_previous framebuffer performance - Fix mutable default parameter bug when using multiple displays 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>
2020-11-27python3-luma-core: Upgrade 1.17.3 -> 2.0.1Leon Anavi
Upgrade to release 2.0.1: - Improved diff_to_previous framebuffer performance - Add Linux framebuffer pseudo-device - Allow a wider range of SPI bus speeds - Fix to allow cmdline args to dynamically create a full_frame() instance 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>
2020-11-27python3-yarl: Upgrade 1.6.2 -> 1.6.3Leon Anavi
Upgrade to release 1.6.3: - No longer loose characters when decoding incorrect percent-sequences (like %e2%82%f8). All non-decodable percent-sequences are now preserved. - Provide x86 Windows wheels. 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>
2020-11-27python3-bitstruct: Upgrade 8.11.0 -> 8.11.1Leon Anavi
Upgrade to release 8.11.1: - Fix memory leak in unpack dict C extension - Release with python3 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>
2020-11-27python3-pyrad: Upgrade 2.3 -> 2.4Leon Anavi
Upgrade to release 2.4: - Support poetry for for building this project - Use secrets.SysRandom instead of random.SystemRandom if possible - .get on Packets has an optional default parameter (to mimic dict.get()) - Fix: digestmod is not optional in python3.8 anymore - Fix: authenticator was refreshed before the packet was generated - Fix bug causing Message-Authenticator verification to fail if multiple instances of an attribute do not appear sequentially in the attributes list - Fixed VerifyReply broken when multiple instances of same attribute are not adjacent on reply - Fixed Missing send_packet for async Client - Fixed python3 support for SaltCrypt (was previously broken) License-Update: Use file 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>
2020-11-27pkcs11-helper: upgrade 1.26 -> 1.27zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27ostree: upgrade 2020.7 -> 2020.8zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27opencl-clhpp: upgrade 2.0.11 -> 2.0.12zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27ocl-icd: upgrade 2.2.12 -> 2.2.13zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27libsigc++-3: upgrade 3.0.3 -> 3.0.6zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27libjcat: upgrade 0.1.3 -> 0.1.4zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27jpnevulator: upgrade 2.3.5 -> 2.3.6zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27cloc: upgrade 1.84 -> 1.88zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27cjson: upgrade 1.7.13 -> 1.7.14zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27weechat: upgrade 2.9 -> 3.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27snort: upgrade 2.9.16.1 -> 2.9.17zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27nngpp: upgrade 1.2.4 -> 1.3.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-27nghttp2: upgrade 2.41.0 -> 2.42.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25packagegroup-meta-python: Add newly added recipes to packagegroup-meta-python3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25paho-mqtt-c: upgrade 1.3.6 -> 1.3.7Adrian Freihofer
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25cdrkit: split into more packagesMaciej Pijanowski
Mimic the Debian pacaking scheme to allow for more fine-grained installation choice (install the binaries we need). Moreover, dirsplit was moved to a separate package, as it pulls in perl interpreter. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24cdrkit: add native to BBCLASSEXTENDMaciej Pijanowski
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24canutils,can-utils: Add cansequence to u-a as wellKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24tcpdump: Patch for CVE-2020-8037viatsk
Signed-off-by: Stacy Gaikovaia <stacy.gaikovaia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24python3-markupsafe: Fix ptest RDEPENDS and installationTrevor Gamblin
markupsafe's ptest is failing when running meta-python-ptest-image. This is because python3-markupsafe is in oe-core, but the ptests are disabled and so do_install_ptest doesn't actually install them when using the meta-python bbappend for the recipe. This patch adds do_install_ptest and the ptest RDEPENDS to the meta-python version of the recipe so that this works. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23python3-jinja2: Fix ptest RDEPENDS and file installationTrevor Gamblin
jinja2's ptest is failing when running meta-python-ptest-image. This is happening for two reasons: 1) python3-jinja2 is in oe-core, but the ptests are disabled. 2) python3-toml is required for the ptest; Because of #1, do_install_ptest doesn't actually run and so no tests are installed for ptest-runner to use. This patch adds do_install_ptest to the bbappend file for jinja2, and also adds python3-toml to the ptest RDEPENDS so that it will install the tests and run correctly. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23chrony: Upgrade to 4.0Khem Raj
ChangeLog is here [1] Do not install /var/log as it conflicts with basefiles package Collected errors: * check_data_file_clashes: Package chrony wants to install file /var/log But that file is already provided by package * base-files Remove CVE patch since its upstream Forward port arm_eabi.patch patch Make builds reproducible [1] https://chrony.tuxfamily.org/news.html Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23php: remove the failing ${D}/${TMPDIR} codeMax Kellermann
Appending ${TMPDIR} to ${D} doesn't make any sense, because both are absolute paths. And additionally, the code fails: rmdir: failed to remove '/usr/src/oe/tmp-musl/work/core2-64-oe-linux-musl/php/7.1.9-r0/image//usr': Directory not empty Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23dnf-plugin-tui: Update to the latest versionzhengruoqin
dnf-plugin-tui now needs to clean up the pseudo directory before starting. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>