Commit Graph

24453 Commits

Author SHA1 Message Date
Joshua Watt
7056f31fd9 iniparser: Add native support
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>
2022-10-28 10:05:38 -07:00
Gianfranco Costamagna
cb50a9eb7c vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
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>
2022-10-28 10:05:38 -07:00
Peter Marko
8c0402f7c4 cpputest: add possibility to build extensions
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-28 10:05:38 -07:00
Peter Marko
8210e5904c cpputest: remove dev package dependency
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>
2022-10-28 10:05:38 -07:00
Joshua Watt
fe4c5cb101 nginx: Add ipv6 support
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>
2022-10-27 10:44:16 -07:00
Eero Aaltonen
cca9e65fae valijson: use install task from CMakeLists.txt
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>
2022-10-27 08:55:20 -07:00
Leon Anavi
b1a3c0c3c3 python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
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>
2022-10-27 08:55:20 -07:00
Leon Anavi
51aea2c8ee python3-traitlets: Upgrade 5.4.0 -> 5.5.0
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>
2022-10-27 08:55:20 -07:00
Alexander Kanavin
aa652dbed9 python3-yappi: mark as incompatible with python 3.11
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>
2022-10-27 08:55:20 -07:00
Alexander Kanavin
f2eff02962 python3-wxgtk4: skip the recipe
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-27 08:55:20 -07:00
Alexander Kanavin
4dc1c6e16b sip3: remove the recipe
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>
2022-10-27 08:55:20 -07:00
Leon Anavi
0ff42a7e9f python3-pint: Upgrade 0.19.2 -> 0.20
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>
2022-10-26 07:04:06 -07:00
Leon Anavi
06f4c93a06 python3-colorama: Upgrade 0.4.5 -> 0.4.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>
2022-10-26 07:04:06 -07:00
Leon Anavi
6b4f2590d8 python3-pythonping: Upgrade 1.1.3 -> 1.1.4
Upgrade to release 1.1.4:

- count parameter can now go beyond 16-bit
- README.md is updated to describe how the module works in detail
- Linting issues have been fixed

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-26 07:04:06 -07:00
Leon Anavi
facbd80e82 python3-dill: Upgrade 0.3.5.1 -> 0.3.6
Upgrade to release 0.3.6:

- Ensure tempfiles are deleted by default
- Fix pickling errors thrown when saving some Stdlib modules
- Move session-related code to new session module
- Fix load_session() and restrict loading a session in a different
  modude
- Rewrite _create_code() with Structural Pattern Matching (limited
  to tuples)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-25 08:14:08 -07:00
Leon Anavi
aa1523d9df python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
Upgrade to release 3.2.6.post1:

- Improvement and refactoring in CI and tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-25 08:14:08 -07:00
zhengruoqin
49aed62f34 python3-zeroconf: upgrade 0.39.1 -> 0.39.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
zhengruoqin
fb1c56aa59 python3-xxhash: upgrade 3.0.0 -> 3.1.0
Changelog:
=========
 Type annotations.
 Enabled muslinux wheels building.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
zhengruoqin
18db045554 python3-stevedore: upgrade 4.0.1 -> 4.1.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
c6ef4d9828 python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
940e750b82 python3-socketio: upgrade 5.7.1 -> 5.7.2
Changelog:
==========
 Fixed disconnect implementation when using a message queue #1002 (commit)
 Fixed remote async disconnects via message queue #1003 (commit)
 Support optional payloads in msgpack implementation #981 (commit) (thanks Cromfel!)
 Recommend ASGI integration for Sanic in Documentation (commit)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
528bc40fae python3-robotframework: upgrade 5.0.1 -> 6.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
1605c2bf33 python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
d8706e5b33 python3-pymongo: upgrade 4.2.0 -> 4.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
7e53ce578f python3-pyjwt: upgrade 2.5.0 -> 2.6.0
Changed
--------
    bump up cryptography >= 3.4.0 by @jpadilla in #807
    Remove types-cryptography from crypto extra by @lautat in #805

Fixed
---------
    Invalidate token on the exact second the token expires #797
    fix: version 2.5.0 heading typo by @c0state in #803

Added
-------
    Adding validation for issued_at when iat > (now + leeway) as ImmatureSignatureError by @sriharan16 in #794

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
2f52d33495 python3-protobuf: upgrade 4.21.7 -> 4.21.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
7a439be8b0 python3-portalocker: upgrade 2.5.1 -> 2.6.0
License-Update: updated to BSD-3-Clause

Changelog:
==========
Added fileno() support. Fixes #80 on posix systems

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
3b17c8b520 python3-pika: upgrade 1.3.0 -> 1.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
bce0c91031 python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
Changelog:
=========
 Fix python_requires package metadata to support Python 3.7+.
 Drop support for Python 2, as well as 3.4, 3.5, and 3.6.
 Fix a broken compatibility shim that would cause the ConfigParser to fail on Python 3.12 when ConfigParser.readfp is removed.
 Drop setuptools dependency and start using importlib.metadata instead.
 Refactor repository into a src folder layout.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
4fa639ee1b python3-pandas: upgrade 1.5.0 -> 1.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:34 -07:00
Wang Mingyu
eb6ccb958e python3-oauthlib: upgrade 3.2.1 -> 3.2.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
2f15b2e4ba python3-luma-core: upgrade 2.3.1 -> 2.4.0
License-Update: Copyright updated to 2022.

Changelog:
===========

    Drop support for Python 3.6
    Switch to implicit namespace package configuration
    Add support for variable-width GPIO ports on FT23xx chips
    Use time.perf_counter_ns() to avoid loss of precision
    Remove cmdline.make_serial (deprecated since 1.17.1)
    Pillow 9.2.0 or newer is required now

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
da03296419 python3-incremental: upgrade 21.3.0 -> 22.10.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
e7c7c60edd python3-huey: upgrade 2.4.3 -> 2.4.4
Changelog:
===========
 Add is_locked(lock_name) to test whether lock is held.
 Allow raising CancelExecution within a Task, and override retries.
 Add a very basic redis-backed lock that can be acquired more than once (to provide a rudimentary semaphore).
 Add a periodic_task() wrapper for MiniHuey class.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
8eea58d636 python3-grpcio: upgrade 1.49.1 -> 1.50.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
52cae04d99 python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
0789ccf0cb python3-google-auth: upgrade 2.12.0 -> 2.13.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
a25ba3ae91 python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
577bc31a0a python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
Changelog:
===========
Added

    Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results
    Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES
    Add parameter language_threshold in from_bytes, from_path and from_fp to adjust the minimum expected coherence ratio
    normalizer --version now specify if current version provide extra speedup (meaning mypyc compilation whl)

Changed

    Build with static metadata using 'build' frontend
    Make the language detection stricter
    Optional: Module md.py can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1

Fixed

    CLI with opt --normalize fail when using full path for files
    TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it
    Sphinx warnings when generating the documentation

Removed

    Coherence detector no longer return 'Simple English' instead return 'English'
    Coherence detector no longer return 'Classical Chinese' instead return 'Chinese'
    Breaking: Method first() and best() from CharsetMatch
    UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII)
    Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches
    Breaking: Top-level function normalize
    Breaking: Properties chaos_secondary_pass, coherence_non_latin and w_counter from CharsetMatch
    Support for the backport unicodedata2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
5bdd2eb08b python3-astroid: upgrade 2.12.11 -> 2.12.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
zhengruoqin
bebe7f7963 tio: upgrade 2.1 -> 2.2
Changelog:
===========
 * Add shell completion of sub-configuration names
   Does not work with sub configuration names that contains one or more
   white spaces.
 * Beautify help
 * Fix error message
 * Simplify configfile implementation

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
cc532b9d4e sanlock: upgrade 3.8.4 -> 3.8.5
setuptools.patch
removed since it's included in 3.8.5.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
9712b6ea41 makedumpfile: upgrade 1.7.1 -> 1.7.2
Changelog:
=========
- LoongArch64 architecture support
- Support kernels up to v6.0 (x86_64)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Vincent Davis Jr
09dc7c7806 libglvnd: add new recipe libglvnd v1.5.0
This recipe is meant to be an optional dependency of mesa.
This recipe will allow for glvnd support in mesa. Thus,
giving access to the GLX window-system API library and
related libraries, mesa will build libGLX_mesa.so.*.*
and libEGL_mesa.so.*.* or whatever specified in
-Dglvnd-vendor-name. There may be applications that require
direct access to the GLX window-system API library in order
to build/execute. This will allow for multiple layers to
have generic support for libraries in libglvnd
(GLX window-system API library, etc...) without needing to
implement their own version of the libglvnd recipe.

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
6a0ea55c1a fvwm: upgrade 2.6.9 -> 2.7.0
Changelog:
==========
* Bug fixes:

  - Fix handling of configure's --enable-mandoc/--enable-htmldoc
  - Fix crash in FvwmPager when desk height or width is 0
  - Added DoubleClick time to man page.
  - Fix to FvwmIconMan to disable a SizeHint warning.
  - Allow for reproducible builds.
  - Increase the number of supported mouse buttons to 15.
  - Tweaks to configure.ac

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
443259d5db ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Wang Mingyu
8dd9faa5c6 bats: upgrade 1.8.0 -> 1.8.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
zhengruoqin
8e64d8f7af tcpslice: upgrade 1.5 -> 1.6
Changelog:
=========
- Call pcap_dump_close() on the output file.
- Implement new flags in ./configure: --enable-instrument-functions,
  --without-libnids, --without-libosipparser2 and --without-libooh323c.
- autoconf: Add the option to print functions and files names
- Update config.{guess,sub}, timestamps 2022-01-09,2022-01-03
- configure: use pcap-config --static-pcap-only if available
- Remove awk code from mkdep.
- Refine the man page.
- Refine the documentation files.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00
Robert Joslyn
2ab46bac63 fwupd: Fix plugin_gpio PACKAGECONFIG
Trying to disable the gpio plugin results in an error

	ERROR: Option 'plugin_gpio' must have a value separated by equals sign.

Correct the PACKAGECONFIG for this option so it can be disabled.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-23 22:10:01 -07:00
Markus Volk
1032bce778 libcamera: upgrade -> 0.0.1
libcamera has recently received its first release.
Note: meta-raspberrypi needs to adjust the name of libcamera.bbappend

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-22 16:01:22 -07:00