summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201Tim Orling2022-11-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://metacpan.org/dist/Compress-Raw-Bzip2/changes License-Update: Update copyright years. 2.201 25 June 2022 * 2.201 Sat Jun 25 08:46:32 2022 +0100 92a318bb03b85e2dcb4991f4b958fbce6ce9913f * Add perl 5.36 Sun Jun 5 13:45:55 2022 +0100 23064d78dcd14f0898aeb64ce408914dac0805a0 * 2.103 3 April 2022 * Silence uninitialized warnings https://github.com/pmqs/Compress-Raw-Bzip2/pull/5 ff3d907325091287ac1525db384b99a968d763d7 641a440ec6229c1d368b9ead48f4968b955c0115 * 2.101 20 February 2021 * fix version numbers in meta files * 2.100 7 January 2021 * trim whitespace f5bb5c5d254f2a9ac6c6e67a5a4823d0f67e7ecb Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: Upgrade 0.39.2 -> 0.39.4Leon Anavi2022-11-071-1/+1
| | | | | | | | | | Upgrade to release 0.39.4: - Fix IP changes being missed by ServiceInfo - Fix port changes not being seen by ServiceInfo Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: Fix install conflict with multilib enabled.leimaohui2022-11-072-0/+123
| | | | | Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websockets: upgrade 10.3 -> 10.4Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New features ------------ Validated compatibility with Python 3.11. Added the latency property to protocols. Changed ping to return the latency of the connection. Supported overriding or removing the User-Agent header in clients and the Server header in servers. Added deployment guides for more Platform as a Service providers. Improvements ------------- Improved FAQ. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-html: upgrade 3.1.1 -> 3.2.0Wang Mingyu2022-11-072-27/+1
| | | | | | | | | | | no-pip.patch removed since it's included in 3.2.0 Changelog: chore: Deactivate broken test for now (#557) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0Wang Mingyu2022-11-071-5/+2
| | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2022. Changelog: ========== Dropped support for legacy Pythons (2.7, 3.6 or older). Switched CI to GitHub Actions. Removed dependency on the py library (that was not properly specified as a dependency anyway). Fix skipping test in test_utils.py if appropriate VCS not available. Also fix typo. Contributed by Sam James in #211. Added support for pytest 7.2.0 by using pytest.hookimpl and pytest.hookspec to configure hooks. Contributed by Florian Bruhin in #224. Now no save is attempted if --benchmark-disable is used. Fixes #205. Contributed by Friedrich Delgado in #207. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.8 -> 4.21.9Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.20 -> 0.20.1Wang Mingyu2022-11-071-1/+1
| | | | | | | | | | | | | | | Changelog: ========= - Simplify registry subclassing. (Issue #1631) - Restore intersphinx cross reference functionality. (Issue #1637) - Use a newer version of flexparser that can deal with imports in linked/temporary folders. (Issue #1634) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nmap: upgrade 1.5.4 -> 1.6.0Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: upgrade 3.8.1 -> 3.9.0Wang Mingyu2022-11-071-2/+2
| | | | | | | | | | | | License-Update: Copyright year updated to 2022 Changelog: ========== Use native namespace package configuration Drop support for Python 3.6 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0Wang Mingyu2022-11-071-2/+2
| | | | | | | | | | | | | | License-Update: Copyright year updated to 2022. Changelog: ========== Cleaned up use of cPickle. Contributed by Sandro Tosi in #62. Cleaned up more dead Python 2 code. Added Python 3.11 wheels. Dropped support for Python 3.6. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asttokens: Upgrade 2.0.8 -> 2.1.0Leon Anavi2022-11-021-1/+1
| | | | | | | | | | | | | | | | | Upgrade to release 2.1.0: - Remove 'unmarked' from public API - Remove remaining mentions of init_tokens - Teach ASTText the special handling for f-strings - Explore a clearer lazy-parsing behaviour API - Handle and test f-strings better - Handle node being None in same way as token-using methods - Make get_text_positions docstring match get_text_range better - Handle f-string nodes even when tokens are present - Type checking blocks will never get runtime coverage Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-automat: Upgrade 20.2.0 -> 22.10.0Leon Anavi2022-11-022-59/+1
| | | | | | | | | | | | Upgrade to release 22.10.0: - Added double-spaces after embedded youtube links - Add explanation for how to use assert to pacify mypy - Allow enter to have a default - CI improvements Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmitool: fix typo in .bb file's comments, using = instead of =?Xiangyu Chen2022-11-011-1/+1
| | | | | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: upgrade 1.50.0 -> 1.50.1Wang Mingyu2022-11-011-1/+1
| | | | | | | | Changelog: Fix Bazel 4 support and objc bazel tests on python3.9 (#31410) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice-gtk: add recipeMarkus Volk2022-11-011-0/+43
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jwt-cpp: add recipeMeier Boas2022-10-311-0/+18
| | | | | Signed-off-by: Boas Meier <boas.meier@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.1 -> 3.2Wang Mingyu2022-10-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: upgrade 1.12.2 -> 1.12.3Wang Mingyu2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - GH #3682: Including Any.h causes Compiler error on Visual Studio - GH #3683: Poco::format receives empty Vector<Any> - GH #3692: v1.12.0 and v1.12.1 Poco::Any compile problem - GH #3723: DateTimeFormatter creates invalid ISO8601 string - GH #3737: Poco EventImpl for Win32 breaks INFINITE wait - GH #3744: bindImplLOB zero size (or NULL) HY104 "Invalid precision value" - GH #3748: Poco 1.12.2 - Building DataMySQL still fails (issue #3689) - GH #3753: Fix optional JSON support for MySQL - GH #3763: Poco::Util::Application VxWorks main is incorrect - GH #3769: Fixed converting/correcting pre-gregorian dates (#3723). - GH #3795: aix system NumberFormatter.cpp build error - GH #3805: Upgrade expat to 2.4.9 - GH #3814: Security Vulnerability identified in POCO version 1.12.2 - GH #3825: VS 2022 Net project missing ARM64 config - GH #3834: SocketImpl::available() - GH #3846: Upgrade bundled zlib to 1.2.13 [fixes CVE] - GH #3847: Upgrade bundled SQLite to 3.39.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* function2: upgrade 4.2.1 -> 4.2.2Wang Mingyu2022-10-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 22.9.29 -> 22.10.26Wang Mingyu2022-10-311-2/+2
| | | | | | | | | | | Changelog: ========== Create release.yml [Python] Fixed the issue with nested unions relying on InitFromBuf. FlatBuffers Version 22.10.26 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0Wang Mingyu2022-10-311-1/+1
| | | | | | | | Changelog: lregex: warn if mgroup= flag is not given in --mline-regex-<LANG> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cglm: upgrade 0.8.5 -> 0.8.7Wang Mingyu2022-10-311-1/+1
| | | | | | | | Changelog: fix build: add missing struct affine functions and headers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 5.5.1 -> 5.5.2Wang Mingyu2022-10-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.4.0 -> 3.4.1Wang Mingyu2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== * Fixes to VAPI file * Fixes to IRI escaping checks in TrackerResource * Move fts: prefix definition to base ontology * Improve memory usage of already executed TrackerBatch objects for GC languages * Replace deprecated egrep tool usage in bash completion script * Fixes for memory leaks and invalid memory access * Fix endpoint-side cancellation of client-side D-Bus cancelled queries Translations: ab, bg, hr, sk, tr Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: upgrade 3.2.1 -> 3.4.1Wang Mingyu2022-10-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-perl: mv libcompress-raw-*-perlTim Orling2022-10-301-3/+3
| | | | | | | | Renamed compress-raw-*-perl to libcompress-raw-*-perl, update the packagegroup accordingly. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcompress-raw-*-perl: cleanup; fixesTim Orling2022-10-303-25/+21
| | | | | | | | | | * Add SUMMARY * Fix HOMEPAGE * Fix RDEPENDS * Use README for LIC_FILES_CHKSUM Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-compress*-perl: cleanup; fixesTim Orling2022-10-302-22/+40
| | | | | | | | | | | | | | | | | | * Fix hardcoded PV in SRC_URI * Use README for LIC_FILES_CHKSUM * Fix HOMEPAGE * Add SUMMARY * Use upstream README for DESCRIPTION * Correct libcompression-*-perl RDEPENDS * Fix RDEPENDS Handy on-target check for dependencies: for path in $(find /usr/lib/perl5/vendor_perl/5.36.0/IO -name *.pm | sed -e 's~/usr/lib/perl5/vendor_perl/5.36.0/~~' -e 's~/~::~g' -e 's~.pm~~'); do perl -M${path} -e'print'; done Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcompress-raw*-perl: move from libio/compress-*Tim Orling2022-10-303-0/+0
| | | | | | | | These modules do not follow our Debian naming and should never have been allowed to be added as libio/compress-raw*.bb. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.17 -> 2.22Tim Orling2022-10-301-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix RDEPENDS, in particular perl-module-perlio-encoding and perl-module-encode-encoding were needed to be able to open the database in /usr/lib/perl5/5.36.0/vendor_perl/MIME/types.db... even though no warnings or errors were reported. bin/collect-types was dropped in 2.18 Upstream release notes: version 2.22: Wed 27 Oct 16:54:38 CEST 2021 Changes: - webm keeps on producting unexpected results [issue #11, Даша Федорова] - iana updates version 2.21: Fri 28 May 12:01:00 CEST 2021 Changes: - application/octet-stream is better for .dat [issue #11, Даша Федорова] - add video/webm which Google forgot to register [issue #12, Brent Laabs] - add image/webp which Google registered too late [issue #12, Brent Laabs] version 2.20: Thu 22 Apr 12:48:35 CEST 2021 Fixes: - problems with PAUSE cause the previous release to show-up in the wrong location. Let's hope this release solves it. Changes: - heif/heic/heifs/heics/hif fix [issue #9, Даша Федорова] - no 'and' and 'or' extensions [issue #9, Даша Федорова] - application/octet-stream is better for .bin [issue #10, Даша Федорова] version 2.19: Fri 16 Apr 11:47:10 CEST 2021 Improvements: - update with the newest data from IANA and Apache httpd Changes: - mp4 preference is video/mp4 [issue #5, Даша Федорова] - yt preference is video/vnd.youtube.yt [issue #6, Даша Федорова] - 3gp and 3gpp preference is video/3gpp [issue #7, Даша Федорова] version 2.18: Wed 9 Dec 10:29:46 CET 2020 Improvements: - update with newest data Changes: - Mojo 6.0 changed types() into mapping() [Dmitry Latin] - Mojo 7.94 adds experimental file_type() - Mojo 7.94 adds experimental content_type() Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-vnc: add recipeMarkus Volk2022-10-291-0/+26
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools-conf-configfs: Allow handling two or more UDC controllersBhupesh Sharma2022-10-281-1/+3
| | | | | | | | | Several Qualcomm platforms support setting two or more (or even all) UDC controllers in 'peripheral' mode. Modify the android-tools-conf-configfs scriptware to handle such cases. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-amdgpu: add new recipe xf86-video-amdgpuVincent Davis Jr2022-10-281-0/+22
| | | | | | | | Supports the Xorg driver for AMD Radeon GPUs that utilizes the amdgpu kernel driver. Signed-off-by: Vincent Davis Jr <vince@underview.tech> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: Add native supportJoshua Watt2022-10-281-0/+2
| | | | | | | | Native tools may link against libzip, so extend it to be a native recipe also. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: Add native supportJoshua Watt2022-10-281-0/+2
| | | | | | | | Native tools may link against iniparser, so extend it to be a native recipe also. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vbxguestdrivers: upgrade 7.0.0 -> 7.0.2Gianfranco Costamagna2022-10-281-1/+1
| | | | | | 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>
* cpputest: add possibility to build extensionsPeter Marko2022-10-281-1/+3
| | | | | Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpputest: remove dev package dependencyPeter Marko2022-10-281-0/+2
| | | | | | | | The main package is empty so it was not possible to install dev package to sdk as it depends on main package. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: Add ipv6 supportJoshua Watt2022-10-271-1/+2
| | | | | | | Adds a PACKAGECONFIG to enable ipv6 in nginx Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valijson: use install task from CMakeLists.txtEero Aaltonen2022-10-271-16/+0
| | | | | | | | | | | Upstream CMakeLists.txt has improved and in version 0.7 install both the headers and a config-file package to packages-split/valijson-dev/usr/lib/cmake/valijson/valijsonConfig.cmake , so drop the custom `do_install` task and use the CMake install task directly instead. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0Leon Anavi2022-10-271-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 9.0.0: - Changes to lscpu breaks parsing of cache info - CPU stepping, model, and family values are blank if 0 - Officially drop support for Python 2 - Replace Python 3.11 deprecated unittest.makeSuite - Fix lgtm.com alerts - Support Wheel - Add support for RISC-V License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: Upgrade 5.4.0 -> 5.5.0Leon Anavi2022-10-271-2/+2
| | | | | | | | | | | | | | | Upgrade to release 5.5.0: - Update tests and docs to use non-deprecated functions - Clean up version handling - Prep for jupyter releaser - Format the changelog - Clean up application typing License-Update: formating change, the license remains the same Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: mark as incompatible with python 3.11Alexander Kanavin2022-10-271-0/+2
| | | | | | | | A request to release a new version is here: https://github.com/sumerc/yappi/issues/122 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: skip the recipeAlexander Kanavin2022-10-271-0/+2
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip3: remove the recipeAlexander Kanavin2022-10-272-41/+0
| | | | | | | | | | | | | | It is not compatible with python 3.11, and all development on that series has ceased: https://riverbankcomputing.com/software/sip/download There is an actively maintained version https://www.riverbankcomputing.com/news/SIP_v6.6.2_Released https://pypi.org/project/sip/ but it probably needs a newly written recipe if someone has interest in it. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade 0.19.2 -> 0.20Leon Anavi2022-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.20: - Reorganized code into facets Each facet encapsulate a Pint functionality - The definition parser is now completely appart, making it easy to try other formats - Extra requires for optional packages are now explicit in setup.cfg - Parse both Greek mu and micro Unicode points without error - Added angular frequency documentation page - Move ASV benchmarks to dedicated folder - Implement `numpy.broadcast_arrays` - An ndim attribute has been added to Quantity and DataFrame has been added to upcast types for pint-pandas compatibility - Fix a recursion error that would be raised when passing quantities to `cond` and `x` - Update test_non_int tests for pytest - Create NaN-value quantities of appropriate non-int-type - New documentation format and organization - Better support for pandas and dask Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorama: Upgrade 0.4.5 -> 0.4.6Leon Anavi2022-10-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.4.6: - Add alternative to 'init()', called 'just_fix_windows_console'. This fixes many longstanding problems with 'init', such as working incorrectly on modern Windows terminals, and wonkiness when init gets called multiple times. The intention is that it just makes all Windows terminals treat ANSI the same way as other terminals do. - Support Windows 10's ANSI/VT console. This didn't exist when Colorama was created, and avoiding us causing havok there is long overdue. - Internal overhaul of package metadata declaration, which abolishes our use of the now heavily discouraged setuptools (and hence setup.py, setup.cfg and MANIFEST.in), in favor of hatchling (and hence pyproject.toml). This includes dropping support Python3.5 and 3.6, which are EOL, and were already dropped from setuptools, so this should not affect our users. - Attention to detail award to LqdBcnAtWork for a spelling fix in demo06 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>