aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-01-13libconfig: split package for C++Stefano Babic
There is current just one package for libconfig and libconfig++ library. In case footprint matters as an image in initramfs, the C++ binding if not required adds additional dependencies (libstdc++). This split the packages to let include just what is needed. Signed-off-by: Stefano Babic <sbabic@denx.de> Suggested-by : Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Reported-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13wireshark: Several securtiy fixesArmin Kuster
Source: Wireshark.org MR: 106181, 106696, 107655, 107673, 107682 Type: Security Fix Disposition: Backport from wireshark.org ChangeID: 57df6ac3b11aabd96e6aec728501ce7988bc176a Description: Bugfix only update including these cves: 3.2.8 CVE-2020-26575 CVE-2020-28030 3.2.9 CVE-2020-26418 CVE-2020-26421 CVE-2020-26420 Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-12python3-mock: Upgrade 4.0.2 -> 4.0.3Leon Anavi
Upgrade to release 4.0.3: - Remove unexpected call of __bool__ when passing a spec_arg argument to a Mock. - Revert bpo-25597. unittest.mock.MagicMock with wraps’ set uses default return values for magic methods. - Mock objects which are not unsafe will now raise an AttributeError if an attribute with the prefix asert, aseert, or assrt is accessed, in addition to this already happening for the prefixes assert or assret. - Fixed reverting multiple patches in unittest.mock. Patcher’s __exit__() is now never called if its __enter__() is failed. Returning true from __exit__() silences now the exception. 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>
2021-01-12python3-jedi: Upgrade 0.17.2 -> 0.18.0Leon Anavi
Upgrade to release 0.18.0: - Dropped Python 2 and Python 3.5 - Using pathlib.Path() as an output instead of str in most places: - Project.path - Script.path - Definition.module_path - Refactoring.get_renames - Refactoring.get_changed_files - Functions with @property now return property instead of function in Name().type - Started using annotations - Better support for the walrus operator - Project attributes are now read accessible - Removed all deprecations 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>
2021-01-12python3-certifi: Upgrade 2020.11.8 -> 2020.12.5Leon Anavi
Upgrade to release 2020.12.5: - Add 2 basic unit tests - Add Github workflow for pytest run - Various cleanups 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>
2021-01-12python3-ptyprocess: Upgrade 0.6.0 -> 0.7.0Leon Anavi
Upgrade to release 0.7.0: - Add pass_fds parameters - Switch to Github actions for CI 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>
2021-01-12python3-prompt-toolkit: Upgrade 3.0.9 -> 3.0.10Leon Anavi
Upgrade to release 3.0.10: - Improved `WordCompleter`: accept `display_dict`. Also accept formatted text for both `display_dict` and `meta_dict`. - Allow customization of button arrows. - Correctly recognize backtab on Windows. - Show original display text in fuzzy completer if no filtering was done. 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>
2021-01-12python3-dnspython: Upgrade 2.0.0 -> 2.1.0Leon Anavi
Upgrade to release 2.1.0: - End-of-line comments are now associated with rdata when read from text. For backwards compatibility with prior versions of dnspython, they are only emitted in to_text() when requested. - Synchronous I/O is a bit more efficient, as we now try the I/O and only use poll() or select() if the I/O would block. - The resolver cache classes now offer basic hit and miss statistics, and the LRUCache can also provide hits for every cache key. - The resolver has a canonical_name() method. - There is now a registration mechanism for EDNS option types. - The default EDNS payload size has changed from 1280 to 1232. - The SVCB, HTTPS, and SMIMEA RR types are now supported. - TSIG has been enhanced with TKEY and GSS-TSIG support. Thanks to Nick Hall for writing this. - Zones now can be updated via transactions. - A new zone subclass, dns.versioned.Zone is available which has a thread-safe transaction implementation and support for keeping many versions of a zone. - The zone file reading code has been adapted to use transactions, and is now a public API. - Inbound zone transfer support has been rewritten and is available as dns.query.inbound_xfr() and dns.asyncquery.inbound_xfr(). It uses the transaction mechanism, and fully supports IXFR and AXFR. 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>
2021-01-12python3-hyperlink: Upgrade 20.0.1 -> 21.0.0Leon Anavi
Upgrade to release 21.0.0: - Update plus sign (+) handling to work with/like HTML form encoding (POST) by default, fixes #129, and associated roundtripping - Package IDNA tables - Long overdue dependency bumps 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>
2021-01-12python3-pychromecast: Upgrade 7.7.1 -> 7.7.2Leon Anavi
Upgrade to release 7.7.2: - Use urllib.request instead of requests - docs: fix simple typo, neeeded -> needed 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>
2021-01-12python3-croniter: Upgrade 0.3.37 -> 1.0.1Leon Anavi
Upgrade to release 1.0.1: - no changes, just to make sense with new semver2 (making croniter on a stable 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>
2021-01-12python3-pillow: Upgrade 7.2.0 -> 8.1.0Leon Anavi
Upgrade to release 8.1.0: - Fix TIFF OOB Write error - Fix for Buffer Read Overrun in PCX Decoding - Fix for SGI Decode buffer overrun - Fix OOB Read when saving GIF of xsize=1 - Add support for PySide6 - Moved QApplication into one test - Use disposal settings from previous frame in APNG - Revert "skip wheels on 3.10-dev due to wheel#354" - Better _binary module use - Added exception explaining that repr_png saves to PNG - Use previous disposal method in GIF load_end - Do not catch a ValueError only to raise another - Allow putpalette to accept 1024 integers to include alpha values - Fix OOB Read when writing TIFF with custom Metadata - Removed unused variable - Fix dereferencing of potential null pointers - Fixed warnings assigning to "unsigned char *" from "char *" - Add append_images support for ICO - Fixed comparison warnings - Block TIFFTAG_SUBIFD - Fix dereferencing potential null pointer - Replaced PyErr_NoMemory with ImagingError_MemoryError - Remove duplicate code - Moved warning to end of execution - Removed unused fromstring and tostring C methods - init() if one of the formats is unrecognised License-Update: 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>
2021-01-12python3-parso: Upgrade 0.8.0 -> 0.8.1Leon Anavi
Upgrade to release 0.8.1: - Various small bugfixes 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>
2021-01-12python3-pymisp: Upgrade 2.4.133 -> 2.4.135.3Leon Anavi
Upgrade to release 2.4.135.3: - Bump version. - Improve typing. - Improve add_attribute with a list. 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>
2021-01-12python3-jsonrpcserver: Upgrade 4.1.3 -> 4.2.0Leon Anavi
Upgrade to release 4.2.0: - Add ability to use custom serializer and deserializer - Add ability to use custom method name - Deny additional parameters in json-rpc request 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>
2021-01-12python3-coloredlogs: Upgrade 14.0 -> 15.0Leon Anavi
Upgrade to release 15.0: - Don’t enable system logging on MacOS and Windows anymore. 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>
2021-01-12python3-aiohttp: Upgrade 3.7.2 -> 3.7.3Leon Anavi
Upgrade to release 3.7.3: - Use Brotli instead of brotlipy - Made exceptions pickleable. Also changed the repr of some exceptions. - Raise a ClientResponseError instead of an AssertionError for a blank HTTP Reason Phrase. - Fix web_middlewares.normalize_path_middleware behavior for patch without slash. - Fix overshadowing of overlapped sub-applications prefixes. - Make BaseConnector.close() a coroutine and wait until the client closes all connections. Drop deprecated "with Connector():" syntax. - Reset the sock_read timeout each time data is received for a aiohttp.client response. - Fixed type annotation for add_view method of UrlDispatcher to accept any subclass of View - Fixed querying the address families from DNS that the current host supports. - Change return type of MultipartReader.aiter() and BodyPartReader.aiter() to AsyncIterator. - 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>
2021-01-12libsmi: set awk as target pathOleksiy Obitotskyy
smistrip contains absolute path and prevent to create reproducible builds. smistrip should use target awk not host one, so override path. Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-12opensc: Fix the wrong version number.Zheng Ruoqin
The corresponding version number of commit 30180986a08cf71fe4af4b50251a8bb5b1ab95af is 0.21.0. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-12mdns: upgrade 1096.40.7 -> 1310.40.42Zheng Ruoqin
Refresh the following patch: 0001-mdns-include-stddef.h-for-NULL.patch Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-12igmpproxy: upgrade 0.2.1 -> 0.3Zheng Ruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-12firewalld: upgrade 0.9.1 -> 0.9.2Zheng Ruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-12cifs-utils: upgrade 6.11 -> 6.12Zheng Ruoqin
0001-Bugfix-Modify-the-dir-of-install-exec-hook-and.patch Removed since this is included in 6.12. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-11mcelog: fix the pfa test hangMingli Yu
Per [1], the pfa test needs to install page-types and the pfa test will hang forever if there is no page-types installed. Improve the test script to avoid the pfa test hang. [1] https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/tree/tests/pfa/PFA_test_howto?id=7b776a8c005b60572f49797e81287540f99fff1f Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-11packagegroup-meta-oe: Add new package influxdbKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
2021-01-11influxdb: Fix build on mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
2021-01-11influxdb: add new recipeThomas Perrot
InfluxDB is a time series database designed to handle high write and query loads. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-11dbus-broker: enable SO_PEERSEC usage by defaultLuca Boccassi
Linux 4.17 is quite old at the moment, the last 3 LTS kernels are all newver, so it should be safe to enable a better security option by default. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-11libmicrohttpd: allow native/nativesdk buildsRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09htop: Update to 3.0.4Robert Joslyn
Along with the update, make a few cleanups to the recipe: * Refresh patch with devtool. * The cgroup and taskstats configure options are no longer provided by upstream. * Add ancient-vserver configure option. Leave it disabled by default since it is rarly used. * Reorder PACKAGECONFIG options to match upstream ./configure --help output to make future updates easier. * Add new sensors PACKAGECONFIG option that adds lmsensors integration. htop will dlopen libsensors. Disable by default to avoid pulling in excess dependencies. * Package new icon. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09dlt-daemon: update to new release 2.18.6Gianfranco Costamagna
- drop patches 241 245 275: upstream 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>
2021-01-09libxfce4ui: Fix sporadic install errorAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09xfce4-screenshooter: replace gtk+ -> gtk+3 in DEPENDSAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09libunique: removeAndreas Müller
* development has stopped almost a decade ago * since xfce 4.16 no recipe requires it any more * it is GTK2 based Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09imapfilter: Upgrade 2.6.16 -> 2.7.5Alejandro Enedino Hernandez Samaniego
- License dates were updated - Source code was updated to use libpcre2 Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09remmina: Update to 1.4.10Alejandro Enedino Hernandez Samaniego
Set PV to contain SRCPV properly as well Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-08python3-babel: Upgrade 2.8.0 -> 2.9.0Leon Anavi
Upgrade to release 2.9.0: - CLDR: Use CLDR 37 - Dates: Handle ZoneInfo objects in get_timezone_location, get_timezone_name - Numbers: Add group_separator feature in number formatting - Dates: Correct default Format().timedelta format to 'long' to mute deprecation warnings - Import: Simplify iteration code in "import_cldr.py" - Import: Stop using deprecated ElementTree methods "getchildren()" and "getiterator()" - Messages: Fix unicode printing error on Python 2 without TTY. - Messages: Introduce invariant that _invalid_pofile() takes unicode line. - Tests: fix tests when using Python 3.9 - Tests: Remove deprecated 'sudo: false' from Travis configuration - Tests: Support Py.test 6.x - Utilities: LazyProxy: Handle AttributeError in specified func - Utilities: Replace usage of parser.suite with ast.parse 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>
2021-01-08python3-sentry-sdk: Upgrade 0.19.1 -> 0.19.5Leon Anavi
Upgrade to release 0.19.5: - Fix two regressions added in 0.19.2 with regard to sampling behavior when reading the sampling decision from headers. - Increase internal transport queue size and make it configurable. 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>
2021-01-08python3-cantools: Upgrade 35.5.0 -> 36.1.0Leon Anavi
Upgrade to release 36.1.0: - Added sub command plot - plot test: parse output of cantools decode - added plot subcommand to readme - removed unneeded 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>
2021-01-08python3-smbus2: Upgrade 0.3.0 -> 0.4.0Leon Anavi
Upgrade to release 0.4.0: - Support for SMBus PEC (Packet Error Checking). - Support for Python 3 type hinting and mypy static type analysis. Type stubs added to the project. 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>
2021-01-08python3-pytest-metadata: Upgrade 1.10.0 -> 1.11.0Leon Anavi
Upgrade to release 1.11.0: - Provide a session fixture to include metadata in Junit XMLs as property tags 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>
2021-01-08python3-transitions: Upgrade 0.8.5 -> 0.8.6Leon Anavi
Upgrade to release 0.8.6: - HierarchicalMachine.add_states will raise a ValueError when an Enum name contains the currently used NestedState.separator. - Bugfix: Reset NestedState._scope when enter/exit callbacks raise an exception - Bugfix: Let HierarchicalMachine._get_trigger which is bound to model.trigger raise a MachineError for invalid events and AttributeError for unknown events - Introduced HierarchicalMachine.has_trigger to determine whether an event is valid for an HSM - Feature: AsyncMachine features an event queue dictionary for individual models when queued='model' - Feature: Machine.remove_model will now also remove model events from the event queue when queued=True - Feature: Machine.get_transitions and its HSM counterpart now accept Enum and State for source and dest 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>
2021-01-08python3-sqlalchemy: Upgrade 1.3.20 -> 1.3.22Leon Anavi
Upgrade to release 1.3.22: - Fixed regression which occured due to #5755 which implemented isolation level support for Oracle. It has been reported that many Oracle accounts don't actually have permission to query the v$transaction view so this feature has been altered to gracefully fallback when it fails upon database connect, where the dialect will assume "READ COMMITTED" is the default isolation level as was the case prior to SQLAlchemy 1.3.21. However, explicit use of the Connection.get_isolation_level() method must now necessarily raise an exception, as Oracle databases with this restriction explicitly disallow the user from reading the current isolation 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>
2021-01-08python3-humanfriendly: Upgrade 8.2 -> 9.1Leon Anavi
Upgrade to release 9.1: - Added on_macos() function to detect Apple MacOS - Changed format_number() to properly support negative numbers - Changed pluralize() to generate “1.5 seconds” instead of "1.5 second" - Enhanced concatenate() to support conjunction and serial_comma keyword arguments - Added pluralize_raw() to select singular or plural form without prefixing the count to the text that is returned 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>
2021-01-08python3-twine: Upgrade 3.2.0 -> 3.3.0Leon Anavi
Upgrade to release 3.3.0: - Print files to be uploaded using upload --verbose - Print configuration file location when using upload --verbose - Print source and values of credentials when using upload --verbose - Add support for Python 3.9 - Turn warnings into errors when using check --strict 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>
2021-01-08python3-sympy: Upgrade 1.6.2 -> 1.7.1Leon Anavi
Upgrade to release 1.7.1: - There was a regression in 1.7 that meant that __slots__ would not work correctly for Basic instances and they would end up having __dict__. This also made it possible to set arbitrary attributes on Basic instances such as symbols which breaks immutability. This was fixed in 1.7.1 to ensure that Basic instances do not have __dict__ and it is not possible to set attributes on them. - Fixed lazy iteration of series with expr.series(x, n=None) which was broken in the 1.7 release. - Updated documentation for sympy.stats.sample for seed argument. - sympy.stats.sample now has an optional seed argument. - Random failures with sympy.stats.sample have now been fixed. 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>
2021-01-08python3-pandas: Upgrade 1.1.4 -> 1.2.0Leon Anavi
Upgrade to release 1.2.0: - Optionally disallow duplicate labels - Passing arguments to fsspec backends - Support for binary file handles in to_csv - Support for short caption and table position in to_latex - Change in default floating precision for read_csv and read_table - Experimental nullable data types for float data - Index/column name preservation when aggregating - GroupBy supports EWM operations directly - Various 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>
2021-01-08python3-croniter: Upgrade 0.3.36 -> 0.3.37Leon Anavi
Upgrade to release 0.3.37: - Added Python 3.8 and 3.9 support 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>
2021-01-08python3-txaio: Upgrade 20.4.1 -> 20.12.1Leon Anavi
Upgrade to release 20.12.1: - CI/CD migrated to GitHub Actions - support Python 3.9 (CI / testing added) - minimum Python version is now 3.6 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>
2021-01-08python3-pychromecast: Upgrade 7.6.0 -> 7.7.1Leon Anavi
Upgrade to release 7.7.1: - Update local http API, re-add get_multizone_status - Don't throw if socket is already closed when cleaning up 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>