Go to file
Liu Yiding a1fed5675c
python3-portalocker: upgrade 3.1.1 -> 3.2.0
fix the issue that:
| ImportError while importing test module '/usr/lib/python3-portalocker/ptest/tests/test_lock_flags.py'.
| Hint: make sure your test modules/packages have valid Python names.
| Traceback:
| ../../python3.13/importlib/__init__.py:88: in import_module
|     return _bootstrap._gcd_import(name[level:], package, level)
|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| tests/test_lock_flags.py:7: in <module>
|     from portalocker_tests.conftest import LOCKERS
| E   ModuleNotFoundError: No module named 'portalocker_tests'
| ERROR: tests/test_lock_flags.py:tests/test_lock_flags.py

portalocker_tests is a dir in source, we need to keep it

python3-portalocker/3.2.0/sources/portalocker-3.2.0$ ls -l -t portalocker_tests/
total 60
-rw-r--r-- 1 userland userland 2019 Jun 14 13:20 conftest.py

Changelog:
==========
- Rewrote locking mechanism to allow for custom locking classes so both Windows and
  Posix (Linux/Mac/BSD) systems have configurable locking options for both exclusive and shared locking.

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-22 00:16:43 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems aufs-util: Always use libgcc as compiler runtime with clang on x86 2025-07-20 21:21:32 -07:00
meta-gnome mutter: upgrade 48.0 -> 48.4 2025-07-21 22:43:59 -07:00
meta-initramfs klibc: Use libgcc for compiler runtime with clang on arm 2025-07-18 21:22:17 -07:00
meta-multimedia libmusicbrainz: Upgrade to tip of trunk 2025-07-15 23:54:14 -07:00
meta-networking nbdkit: upgrade 1.43.11 -> 1.45.1 2025-07-21 22:43:59 -07:00
meta-oe imx-cst: update to v3.4.1 2025-07-21 10:10:47 -07:00
meta-perl libio-socket-ssl-perl: upgrade 2.090 -> 2.095 2025-07-21 22:43:58 -07:00
meta-python python3-portalocker: upgrade 3.1.1 -> 3.2.0 2025-07-22 00:16:43 -07:00
meta-webserver apache2: upgrade 2.4.63 -> 2.4.64 2025-07-15 23:54:14 -07:00
meta-xfce xfce4-screenshooter: Upgrade to 1.11.2 2025-07-16 08:52:06 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories