summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-pymisp: Upgrade 2.4.122 -> 2.4.128Leon Anavi2020-07-031-2/+2
| | | | | | | | | | | | Upgrade to release 2.4.128: - Bump version. - Add a few test cases. - Bump objects. 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-pyflakes: Upgrade 2.1.1 -> 2.2.0Leon Anavi2020-07-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use LICENSE instead of README.rst for LIC_FILES_CHKSUM. Upgrade to release 2.2.0: - Include column information in error messages - Fix @overload detection with other decorators and in non-global scopes - Fix return-type annotation being a class member - Fix assignment to _ in doctests with existing _ name - Namespace attributes which are attached to ast nodes with _pyflakes_ to avoid conflicts with other libraries (notably bandit) - Add check for f-strings without placeholders - Add check for unused/extra/invalid 'string literal'.format(...) - Add check for unused/extra/invalid 'string literal % ... - Improve python shebang detection - Allow type ignore to be followed by a code # type: ignore[attr-defined] - Add support for assignment expressions (PEP 572) - Support @overload detection from typing_extensions as well - Fix @overload detection for async functions - Allow continue inside finally in python 3.8+ - Fix handling of annotations in positional-only arguments - Make pyflakes more resistant to future syntax additions - Fix false positives in partially quoted type annotations - Warn about is comparison to tuples - Fix Checker usage with async function subtrees - Add check for if of non-empty tuple - Switch from optparse to argparse - Fix false positives in partially quoted type annotations in unusual contexts - Be more cautious when identifying Literal type expressions 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.43.0 -> 4.47.0Leon Anavi2020-07-031-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 4.47.0: - add contrib.discord (similar to contrib.telegram) - add contrib.bells to auto-enable all extras - add contrib.utils_worker for common slow tasks (e.g. web I/O) - fix slow notebook imports - fix gui TypeError on unknown len() - misc documentation/error message updates - misc framework updates 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>
* upm:Fix build error when enable multilib.Zheng Ruoqin2020-07-031-0/+4
| | | | | | | | | | | | | | | | ERROR: upm-2.0.0+gitAUTOINC+5cf20df96c-r0 do_package: QA Issue: upm: Files/directories were installed but not shipped in any package: /usr/lib/python3.8/site-packages/upm/pyupm_adc121c021.py /usr/lib/python3.8/site-packages/upm/pyupm_hmc5883l.py /usr/lib/python3.8/site-packages/upm/_pyupm_mma8x5x.so /usr/lib/python3.8/site-packages/upm/_pyupm_m24lr64e.so /usr/lib/python3.8/site-packages/upm/pyupm_tca9548a.py /usr/lib/python3.8/site-packages/upm/pyupm_mb704x.py /usr/lib/python3.8/site-packages/upm/_pyupm_ehr.so ...... Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netcat: Set CVE_PRODUCTAndre Carvalho2020-07-021-0/+2
| | | | | | | | | | | | | | | | | | | | This way yocto cve-check can find open CVE's. See also: http://lists.openembedded.org/pipermail/openembedded-core/2017-July/139897.html "Results from cve-check are not very good at the moment. One of the reasons for this is that component names used in CVE database differ from yocto recipe names. This series fixes several of those name mapping problems by setting the CVE_PRODUCT correctly in the recipes. To check this mapping with after a build, I'm exporting LICENSE and CVE_PRODUCT variables to buildhistory for recipes and packages." Value added is based on: https://nvd.nist.gov/products/cpe/search/results?keyword=netcat&status=FINAL&orderBy=CPEURI&namingFormat=2.3 Signed-off-by: Andre Carvalho <andrestc@fb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: Fix build error when enable multilib.Zheng Ruoqin2020-07-021-0/+4
| | | | | | | | | | | | | | | The error is as the following: ERROR: paho-mqtt-c-1.3.2-r0 do_package: QA Issue: paho-mqtt-c: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/eclipse-paho-mqtt-c /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig.cmake /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfigVersion.cmake /usr/lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig-noconfig.cmake Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mraa: Disable python2, otherwise, there is a build error when enable multilib.Zheng Ruoqin2020-07-021-1/+1
| | | | | | | | | | ERROR: mraa-2.1.0+gitAUTOINC+e15ce6fbc7-r0 do_package: QA Issue: mraa: Files/directories were installed but not shipped in any package: /usr/lib/python3.8/site-packages/_mraa.so /usr/lib/python3.8/site-packages/mraa.py Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tslib: upgrade 1.21 -> 1.22Pierre-Jean Texier2020-07-023-424/+2
| | | | | | | | | See full changelog: https://github.com/libts/tslib/releases/tag/1.22 Also remove patches applied upstream. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minicoredumper: update SRC_URI to use github insteadPierre-Jean Texier2020-07-021-1/+1
| | | | | | | | | | | | | | | | Change SRC_URI: - all minicoredumper related sources moved to https://github.com/diamon/minicoredumper >From the NEWS: The Linux Foundation will be shutting down their git service for workgroups. The minicoredumper repository and bug tracking has been moved to the DiaMon Workgroup account on github.com. We thank the Linux Foundation for providing us the git service over the last 5 years. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firewalld: upgrade 0.7.3 -> 0.7.5Adrian2020-07-021-4/+7
| | | | | | | | | | | | | See full changelogs - https://github.com/firewalld/firewalld/releases/tag/v0.7.4 - https://github.com/firewalld/firewalld/releases/tag/v0.7.5 Make documentation build optional. Delete RedHat specific modprobe config file. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nspr: upgrade 4.25 -> 4.26Wang Mingyu2020-07-021-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lirc: Inherit distutils-common-baseKhem Raj2020-06-301-1/+1
| | | | | | | | | This helps in compiling the python pieces in this package, which uses setup.py to build but does not have ldshared set correctly, inheriting distutils-common-base provides the minimum needed environment for the python module build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.24 -> 1.25Zang Ruochen2020-06-301-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: upgrade 0.2004.0 -> 0.2006.0Zang Ruochen2020-06-301-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.0.4 -> 6.0.5Zang Ruochen2020-06-301-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: upgrade 1.5.0 -> 1.6.0Zang Ruochen2020-06-301-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: upgrade 0.20 -> 0.21Zang Ruochen2020-06-301-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* docopt.cpp: upgrade 0.6.2 -> 0.6.3Zang Ruochen2020-06-302-34/+2
| | | | | | | | -docopt.cpp/0001-Set-library-VERSION-and-SOVERSION.patch Removed since this is included in 0.6.3. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ccid: upgrade 1.4.32 -> 1.4.33Zang Ruochen2020-06-301-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: upgrade 0.9.5 -> 0.9.6Zang Ruochen2020-06-301-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: remove linux-gnueabi-patchAndreas Müller2020-06-303-44/+1
| | | | | | | | | | | | | meson.bbclass takes care since oe-core commit 010202076760329829fbde8dab4f535d6f755873 Author: Andreas M?ller <schnitzeltony@gmail.com> Date: Thu Apr 16 00:30:36 2020 +0200 meson.bbclass: avoid unexpected operating-system names Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: Upgrade 0.10.2 -> 0.10.3Leon Anavi2020-06-301-1/+2
| | | | | | | | | | | | | Upgrade to release 0.10.3: - Ensure ObservedWatch.path is a string - [inotify] Allow to monitor single file - [inotify] Prevent raising an exception when a file in a monitored folder has no permissions 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-sympy: Upgrade 1.5.1 -> 1.6Leon Anavi2020-06-301-3/+3
| | | | | | | | | | | | | | Upgrade to release 1.6 with changes in core, combinatorics, calculus, assumptions, functions, geometry, holonomic, integrals, logic, matrices, ntheory, parsing, etc. For more details: https://github.com/sympy/sympy/wiki/release-notes-for-1.6 The year in file LICENSE was updated and the checksum changed. The license remains the same. 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-yappi: Upgrade 1.0 -> 1.2.5Leon Anavi2020-06-301-5/+5
| | | | | | | | | | | | | | | | | Fix HOMEPAGE. Use file LICENSE for LIC_FILES_CHKSUM. Upgrade to release 1.2.5: - Fix tag/ctx_id filtering on get_func_stats - Add filter_callback to get_func_stats() for filtering function/module descriptors - FIX: issues related to invalid conversion from long->ptr in Win32 - Optimize tstate->dict retrieval - Various other 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-autobahn: Upgrade 20.4.3 -> 20.6.2Leon Anavi2020-06-301-1/+2
| | | | | | | | | | | | | | Upgrade to release 20.6.2: - fix: xbr fixes - fix: use cpy 3.8 for running flake in CI - new: Ticket1392 internal attrs - new: internal-only router attributes and hook for router to add custom information 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.4.0 -> 2.4.1Leon Anavi2020-06-301-2/+2
| | | | | | | | | | | | Upgrade to release 2.4.1: - Explicit error if _DEFAULT_LOCALE_PATH is None - Fix incorrect Portuguese spelling - Fix fractional(0.333) output in README 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-jsonrpcserver: Upgrade 4.1.2 -> 4.1.3Leon Anavi2020-06-301-2/+2
| | | | | | | | | | | | | | Upgrade to release 4.1.3: - In the case of a method returning a non-serializable value, return a JSON-RPC error response. It was previously erroring server-side without responding to the client. - Fix for Python 3.8 - ensures the same exceptions will be raised in 3.8 and pre-3.8. 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-pywbem: Upgrade 0.15.0 -> 0.17.2Leon Anavi2020-06-301-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.17.2: - Test: Fixed virtualenv related failures during install test. - Dev: Increased the versions of the base packages ‘pip’, ‘setuptools’ and ‘wheel’ to the content of Ubuntu 18.04 as a minimum, and to the lowest versions that support a particular Python versions beyond that. This only affects development of pywbem. - Setup: Added the scripts for installing OS-level dependencies (pywbem_os_setup.sh/.bat) to the source distribution archive. Note that starting with the upcoming pywbem 1.0.0, these scripts are no longer needed, so this change will not be rolled forward into 1.0.0. - Increased the version of ‘PyYAML’ from 5.1 to 5.3 on Python 2.7, to pick up a fix for dealing with Unicode characters above U+FFFF in narrow Python builds. This could not be fixed for Python 2.6 since PyYAML 3.12 dropped support for Python 2.6 - Fixed raise error for invalid reference_direction in WBEMServer.get_central_instances(). - Fixed raise error for missing ports in WBEMListener.__init__(). 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-pywbem: Consolidate in a single fileLeon Anavi2020-06-302-53/+51
| | | | | | | | 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-pyparted: Upgrade 3.11.3 -> 3.11.6Leon Anavi2020-06-301-6/+4
| | | | | | | | | | | | | | Inherit pypi. Upgrade to release 3.11.6: - Use preprocessor for the _ped module and what constants to include - Reduce libparted requirement to 3.2 - Update the pypi target in the Makefile - Reduce minimum Python required to 3.5 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-pyparted: Consolidate in a single fileLeon Anavi2020-06-302-24/+21
| | | | | | | | 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-bcrypt: Enable ptestZang Ruochen2020-06-292-1/+17
| | | | | | 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-backports-functools-lru-cache: Enable ptestZang Ruochen2020-06-292-1/+17
| | | | | | 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-atomicwrites: upgrade 1.3.0 -> 1.4.0Zang Ruochen2020-06-293-11/+28
| | | | | | | | -Enable ptest. 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-anyjson: Enable ptestZang Ruochen2020-06-292-1/+18
| | | | | | 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-ansicolors: Enable ptestZang Ruochen2020-06-292-1/+16
| | | | | | 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-pybind11: Upgrade 2.4.3 -> 2.5.0Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.5.0: - Use C++17 fold expressions in type casters, if available. This can improve performance during overload resolution when functions have multiple arguments. - Changed include directory resolution in pybind11/__init__.py and installation in setup.py. This fixes a number of open issues where pybind11 headers could not be found in certain environments. - C++20 char8_t and u8string support. - CMake: search for Python 3.9. - Fixes for MSYS-based build environments. - STL bindings for std::vector<...>::clear. - Read-only flag for py::buffer. - Exception handling during module initialization. - Support linking against a CPython debug build. - Fixed issues involving the availability and use of aligned new and delete. - Fixed a resource leak upon interpreter shutdown. - Fixed error handling in the boolean caster. 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: Consolidate in a single fileLeon Anavi2020-06-292-8/+8
| | | | | | | | 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-pulsectl: Upgrade 20.2.4 -> 20.5.1Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 20.5.1: - Drop unused decorator mode for _pulse_get_list wrapper-generator - volume_get_all_chans: add docstring to indicate that it doesn't poll libpulse - tests: fix tearDownClass for "python setup.py test" operation - tests: pass PATH= in subprocess environment for proper lookups there - tests: lookup executables in PATH 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-msm: Upgrade 0.8.3 -> 0.8.7Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | Upgrade to release 0.8.7: - Handle git:// urls more gracefully - Add final rstrip - Add another rstrip for checking if it is Github url - Convert Paths to str for python 3.5 compatibility 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.4.0 -> 1.5.1Leon Anavi2020-06-291-5/+3
| | | | | | | | | | | | | | | Inherit class pypi and upgrade to release 1.5.1: - Use poetry instead of setuptools directly - Fix: raise exception if package is missing - Fix version parsing for openssl-like version numbers - Fix: expose --modversion - Fix: strip whitespace from variable names - Fix: do not specify pytest Python 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>
* python3-greenlet: Upgrade 0.4.15 -> 0.4.16Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | Upgrade to release 0.4.16: - Support for DEC Alpha architecture - Support for Python 3.9 - Support for Python 3.10a0 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.17 -> 1.3.18Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.18: - orm: Improve error message when using Query.filter_by() in a query where the first entity is not a mapped class. - orm: Added a new parameter query_expression.default_expr to the query_expression() construct, which will be appled to queries automatically if the with_expression() option is not used. - engine: Further refinements to the fixes to the "reset" agent fixed in #5326, which now emits a warning when it is not being correctly invoked and corrects for the behavior. Additional scenarios have been identified and fixed where this warning was being emitted. - engine: Fixed issue in URL object where stringifying the object would not URL encode special characters, preventing the URL from being re-consumable as a real URL. - sql: Added a “.schema” parameter to the table() construct, allowing ad-hoc table expressions to also include a schema name. - sql: Introduce IdentityOptions to store common parameters for sequences and identity columns. - schema: Fixed issue where dialect_options were omitted when a database object (e.g., Table) was copied using tometadata(). 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-kiwisolver: Upgrade 1.1.0 -> 1.2.0Leon Anavi2020-06-292-16/+20
| | | | | | | | | | | Upgrade to release 1.2.0: - make the the c++ part of the code c++11 compliant - use cppy for Python/C bindings 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-cppy: Add new recipeLeon Anavi2020-06-291-0/+11
| | | | | | | | Add cppy release 1.1.0: C++ headers for C extension development. 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.17.3 -> 0.18.1Leon Anavi2020-06-291-3/+3
| | | | | | | | | | | | | | | | | | Upgrade to release 0.18.1: - explicit build-backend workaround for pip build isolation bug "AttributeError: 'module' object has no attribute '__legacy__'" on pip install https://github.com/httplib2/httplib2/issues/169 - IMPORTANT security vulnerability CWE-93 CRLF injection Force %xx quote of space, CR, LF characters in uri. https://cwe.mitre.org/data/definitions/93.html PKG-INFO md5 checksum changed, the license remains the same. 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-rdflib: Upgrade 4.2.2 -> 5.0.0Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | Upgrade to release 5.0.0: - Fix n3 parser exponent syntax of floats with leading dot. - FIX: Change is comparison to == for tuple - Added _parseBoolean function to enforce correct Lexical-to-value mapping - SPARQL fix CONSTRUCT resolve with initBindings fixes - Documentation 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-pyro4: Upgrade 4.77 -> 4.80Leon Anavi2020-06-291-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 4.80: - fix possible race condition when creating instances with instancemode "single" - cython compatibility fix - removed explicit version checks of dependencies such as serpent. This fixes crash error when dealing with prerelease versions that didn't match the pattern. - stick to an older serpent library version to install as a dependency when installing on old python versions - explain the delay and threading in the distributed-computing2 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>
* tracker: Fix build error when enable multilib.Zheng Ruoqin2020-06-291-1/+3
| | | | | | | | | | | ERROR: tracker-2.3.4-r0 do_package: QA Issue: tracker: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-store.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix build error when enable multilib.Zheng Ruoqin2020-06-291-0/+4
| | | | | | | | | | | | | ERROR: tracker-miners-2.3.3-r0 do_package: QA Issue: tracker-miners: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-extract.service /usr/lib64/systemd/user/tracker-writeback.service /usr/lib64/systemd/user/tracker-miner-fs.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>