Upgrade to release 0.136.2:
- fix: retrigger release from failed github workflow
- fix(ci): run release workflow only on main repository
- fix(docs): update python to 3.8
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upgrade to release 4.4.1:
- Dropped Python 3.8 support
- Changed the signature of typeguard_ignore() to be compatible with
typing.no_type_check()
- Avoid creating reference cycles when type checking uniontypes and
classes
- Fixed checking of variable assignments involving tuple unpacking
- Fixed TypeError when checking a class against type[Self]
- Fixed checking of protocols on the class level (against
type[SomeProtocol])
- Fixed Self checks in instance/class methods that have
positional-only arguments
- Fixed explicit checks of PEP 604 unions against types.UnionType
- Fixed checks against annotations wrapped in NotRequired not being
run unless the NotRequired is a forward reference
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fixes errors like
| koishi| Checking for function "getcontext" : NO (cached)
| koishi| Checking for function "setcontext" : NO
| koishi| Checking for function "makecontext" : NO (cached)
| koishi| Checking for function "swapcontext" : NO (cached)
| koishi| Message: ** Backend `ucontext_sjlj` is not supported
|
| ../git/subprojects/koishi/src/meson.build:43:4: ERROR: Problem encountered: Unsupported platform
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Set HOME_DIR back to /var/lib/gdm. If this is not specified, gdm will store its
files in $HOME/.cache. This is pretty ugly because I think this directory should
only be used by real users? Maybe /var/cache would be a better place, because it
would be the system equivalent of $HOME/.cache?
Use tmpfiles.d to ensure /var/lib/gdm is created with the right permissions
even in case /var would be tmpfs
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Do not check for these files to exist during build time, they are
needed during runtime.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
fixes:
| Configuring org.gnome.Geary.service using configuration
| Program itstool found: NO
|
| ../git/help/meson.build:21:6: ERROR: Program 'itstool' not found or not executable
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fixes
{'python3-marshmallow': 'START: ptest-runner\n'
'2024-11-22T04:11\n'
'ImportError while loading conftest '
"'/usr/lib/python3-marshmallow/ptest/tests/conftest.py'.\n"
'tests/conftest.py:5: in <module>\n'
' from tests.base import Blog, User, UserSchema\n'
'tests/base.py:14: in <module>\n'
' central = ZoneInfo("America/Chicago")\n'
'../../python3.13/zoneinfo/_common.py:24: in '
'load_tzdata\n'
' raise ZoneInfoNotFoundError(f"No time zone found '
'with key {key}")\n'
"E zoneinfo._common.ZoneInfoNotFoundError: 'No time "
"zone found with key America/Chicago'\n"
'\n'
'ERROR: Exit status is 4\n'
'DURATION: 1\n'}
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240730
Update from Mozilla repository to 2024-07-30
Added certificates:
FIRMAPROFESIONAL CA ROOT-A WEB sha256: bef256daf26e9c69bdec1602359798f3caf71821a03e018257c53c65617f3d4a
Removed certificates:
GLOBALTRUST 2020 sha256: 9a296a5182d1d451a2e37f439b74daafa267523329f90f9a0d2007c334e23c9a
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20231213
Update from Mozilla repository to 2023-12-13
Added certificates:
CommScope Public Trust ECC Root-01 sha256: 11437cda7bb45e41365f45b39a38986b0de00def348e0c7bb0873633800bc38b
CommScope Public Trust ECC Root-02 sha256: 2ffb7f813bbbb3c89ab4e8162d0f16d71509a830cc9d73c262e5140875d1ad4a
CommScope Public Trust RSA Root-01 sha256: 02bdf96e2a45dd9bf18fc7e1dbdf21a0379ba3c9c2610344cfd8d606fec1ed81
CommScope Public Trust RSA Root-02 sha256: ffe943d793424b4f7c440c1c3d648d5363f34b82dc87aa7a9f118fc5dee101f1
TrustAsia Global Root CA G3 sha256: e0d3226aeb1163c2e48ff9be3b50b4c6431be7bb1eacc5c36b5d5ec509039a08
TrustAsia Global Root CA G4 sha256: be4b56cb5056c0136a526df444508daa36a0b54f42e4ac38f72af470e479654c
Removed certificates:
Security Communication Root CA sha256: e75e72ed9f560eec6eb4800073a43fc3ad19195a392282017895974a99026b6c
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230807
Prevent extra headers in tarball and make it reproducible
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
CANopenTerm is an open-source software tool designed for the development,
testing, and analysis of CANopen CC networks and devices. It extends its
capabilities to support other CAN CC protocols, including SAE J1939 and
OBD-II.
Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
pocketpy is a portable Python 3.x Interpreter in Modern C.
It aims to be an alternative to lua for game scripting, with elegant
syntax, powerful features and competitive performance. pkpy is
extremely easy to embed via a single header file pocketpy.h, without
external dependencies.
Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
During cross-compiling it needs to know the location of
staging area where these files are installed in RSS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The versioning scheme was changed to align to GNOME releases.
This version resolves stack frames properly, as opposed to 3.48.
Depends on libdex/libpanel recipes to be able to build the sysprof
UI, besides the sysprof-cli executable.
Co-Authored-By: Nikolas Zimmermann <nzimmermann@igalia.com>
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
this is an utility designed to efficiently write disk images
to storage devices using block mapping (BMAP).
It serves as a lightweight alternative to the Yocto BMAP tool.
it is C++ based does not require Python and focuses solely on writing an image.
Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The LoadGen is a reusable module that efficiently and fairly
measures the performance of inference systems.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>