add sqlite-orm v1.5#165
Conversation
| SRC_URI[md5sum] = "f50ea3ff480f402bb7d96011643477c6" | ||
| SRC_URI[sha256sum] = "4c77fc203954bfa48d6e9e89b386050599478f8e6c994d37e9a5a823261c52e6" | ||
|
|
||
| S = "${WORKDIR}/sqlite_orm-1.5" |
There was a problem hiding this comment.
this should be ${WORKDIR}/sqlite_orm-${PV}
|
|
||
| DEPENDS += "sqlite3" | ||
|
|
||
| SRC_URI = "https://github.com/fnc12/sqlite_orm/archive/v1.5.tar.gz" |
There was a problem hiding this comment.
github archives can be re-generated occasionally and change the checksums, therefore in OE we do not prefer archive, releases are ok. So I would suggest to use
SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b"
SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https"
S = "${WORKDIR}/git"
| SRC_URI[md5sum] = "f50ea3ff480f402bb7d96011643477c6" | ||
| SRC_URI[sha256sum] = "4c77fc203954bfa48d6e9e89b386050599478f8e6c994d37e9a5a823261c52e6" | ||
|
|
||
| S = "${WORKDIR}/sqlite_orm-${PV}" |
|
Hi @kraj , I changed the code as you requested but I have some issues on |
you can add following to recipe
|
|
in master now |
setup.py-use-setuptools-instead-of-distutils.patch removed since it's included in 2.4.0 Changelog: ========= * enable building wheels for multiple platforms and Python versions using pypa/cibuildwheel, see openembedded#165 and openembedded#170 * use setuptools instead of distutils in 'setup.py', openembedded#168 * add missing type hinting for '.count()' step argument Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
setup.py-use-setuptools-instead-of-distutils.patch removed since it's included in 2.4.0 Changelog: ========= * enable building wheels for multiple platforms and Python versions using pypa/cibuildwheel, see openembedded#165 and openembedded#170 * use setuptools instead of distutils in 'setup.py', openembedded#168 * add missing type hinting for '.count()' step argument Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
setup.py-use-setuptools-instead-of-distutils.patch removed since it's included in 2.4.0 Changelog: ========= * enable building wheels for multiple platforms and Python versions using pypa/cibuildwheel, see openembedded#165 and openembedded#170 * use setuptools instead of distutils in 'setup.py', openembedded#168 * add missing type hinting for '.count()' step argument Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Change branch name master -> main according to upstream repository.
- Update 2.0.15 -> 2.0.16. Changelog:
1df82b9 Add param traits for CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM (openembedded#165)
814e7b2 update the C++ bindings code example (openembedded#151)
6d833a5 Update opencl.hpp: Add CL_DEVICE_BOARD_NAME_AMD (openembedded#160)
25ad589 Added missing definitions for deprecated prefixes and suffixes for version 2.2 (openembedded#159)
21a34b0 Test two additional defines and update descriptions in header (openembedded#147)
ff7318c Fix cl::enqueueMapSVM for cl::vector and cl::pointer (openembedded#145)
30d4219 Test most of the possible defines (openembedded#140)
63d9e41 Fix unreasonable error handling in opencl.hpp (openembedded#139)
0198c41 Add support for cl_khr_integer_dot_product v2 (openembedded#141)
8df6c8f Transition CI to Github Actions (openembedded#142)
Signed-off-by: Daniel Gomez <daniel@qtec.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Change branch name master -> main according to upstream repository.
- Update 2.0.15 -> 2.0.16. Changelog:
1df82b9 Add param traits for CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM (openembedded#165)
814e7b2 update the C++ bindings code example (openembedded#151)
6d833a5 Update opencl.hpp: Add CL_DEVICE_BOARD_NAME_AMD (openembedded#160)
25ad589 Added missing definitions for deprecated prefixes and suffixes for version 2.2 (openembedded#159)
21a34b0 Test two additional defines and update descriptions in header (openembedded#147)
ff7318c Fix cl::enqueueMapSVM for cl::vector and cl::pointer (openembedded#145)
30d4219 Test most of the possible defines (openembedded#140)
63d9e41 Fix unreasonable error handling in opencl.hpp (openembedded#139)
0198c41 Add support for cl_khr_integer_dot_product v2 (openembedded#141)
8df6c8f Transition CI to Github Actions (openembedded#142)
Signed-off-by: Daniel Gomez <daniel@qtec.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Change branch name master -> main according to upstream repository.
- Update 2.0.15 -> 2.0.16. Changelog:
1df82b9 Add param traits for CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM (openembedded#165)
814e7b2 update the C++ bindings code example (openembedded#151)
6d833a5 Update opencl.hpp: Add CL_DEVICE_BOARD_NAME_AMD (openembedded#160)
25ad589 Added missing definitions for deprecated prefixes and suffixes for version 2.2 (openembedded#159)
21a34b0 Test two additional defines and update descriptions in header (openembedded#147)
ff7318c Fix cl::enqueueMapSVM for cl::vector and cl::pointer (openembedded#145)
30d4219 Test most of the possible defines (openembedded#140)
63d9e41 Fix unreasonable error handling in opencl.hpp (openembedded#139)
0198c41 Add support for cl_khr_integer_dot_product v2 (openembedded#141)
8df6c8f Transition CI to Github Actions (openembedded#142)
Signed-off-by: Daniel Gomez <daniel@qtec.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- remove x11 features-check because there aren't dependencies that would explicilty require x11 as a DISTRO_FEATURE ============================ GParted 1.4.0 (2022-03-28) ============================ Release Notes ------------- This release of GParted includes enhancements, bug fixes and language translation updates. * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems * Fix detection of mount points for encrypted file systems * Fix crash scrolling quickly in the drive selection combobox * Add bcache detection * Add JBD external EXT3/4 journal detection Bug Fixes --------- * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (openembedded#163, !87) * Fix detection of mount points for encrypted file systems (openembedded#162, !88) * Fix unmount error when unmounting below a bind mount point (!89) * Fix crash scrolling quickly in the drive selection combobox (openembedded#165, !91) * Add initial Indonesian translation of help (!90) * Add accessibility relations for screen readers like Orca (!92) * Fix partition creation at sector 2048 if partition before it (openembedded#172, !93) * Make more getter methods use return-by-constant-reference (!94) * Check copy destination instead of source (!95) * Add bcache detection (openembedded#183, !96) * Add JBD external EXT3/4 journal detection (openembedded#89, !97) * Fix translation of DocBook markup tag of the GParted Manual (!98) Code Credits ------------ Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and Mike Fleetwood. Translations (new/updated) -------------------------- cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia), fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam), pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh) Dependencies (new/updated) -------------------------- * n/a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- remove x11 features-check because there aren't dependencies that would explicilty require x11 as a DISTRO_FEATURE ============================ GParted 1.4.0 (2022-03-28) ============================ Release Notes ------------- This release of GParted includes enhancements, bug fixes and language translation updates. * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems * Fix detection of mount points for encrypted file systems * Fix crash scrolling quickly in the drive selection combobox * Add bcache detection * Add JBD external EXT3/4 journal detection Bug Fixes --------- * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (openembedded#163, !87) * Fix detection of mount points for encrypted file systems (openembedded#162, !88) * Fix unmount error when unmounting below a bind mount point (!89) * Fix crash scrolling quickly in the drive selection combobox (openembedded#165, !91) * Add initial Indonesian translation of help (!90) * Add accessibility relations for screen readers like Orca (!92) * Fix partition creation at sector 2048 if partition before it (openembedded#172, !93) * Make more getter methods use return-by-constant-reference (!94) * Check copy destination instead of source (!95) * Add bcache detection (openembedded#183, !96) * Add JBD external EXT3/4 journal detection (openembedded#89, !97) * Fix translation of DocBook markup tag of the GParted Manual (!98) Code Credits ------------ Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and Mike Fleetwood. Translations (new/updated) -------------------------- cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia), fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam), pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh) Dependencies (new/updated) -------------------------- * n/a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- remove x11 features-check because there aren't dependencies that would explicilty require x11 as a DISTRO_FEATURE - replace basename() by g_path_get_basename() to fix up musl build ============================ GParted 1.4.0 (2022-03-28) ============================ Release Notes ------------- This release of GParted includes enhancements, bug fixes and language translation updates. * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems * Fix detection of mount points for encrypted file systems * Fix crash scrolling quickly in the drive selection combobox * Add bcache detection * Add JBD external EXT3/4 journal detection Bug Fixes --------- * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (openembedded#163, !87) * Fix detection of mount points for encrypted file systems (openembedded#162, !88) * Fix unmount error when unmounting below a bind mount point (!89) * Fix crash scrolling quickly in the drive selection combobox (openembedded#165, !91) * Add initial Indonesian translation of help (!90) * Add accessibility relations for screen readers like Orca (!92) * Fix partition creation at sector 2048 if partition before it (openembedded#172, !93) * Make more getter methods use return-by-constant-reference (!94) * Check copy destination instead of source (!95) * Add bcache detection (openembedded#183, !96) * Add JBD external EXT3/4 journal detection (openembedded#89, !97) * Fix translation of DocBook markup tag of the GParted Manual (!98) Code Credits ------------ Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and Mike Fleetwood. Translations (new/updated) -------------------------- cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia), fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam), pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh) Dependencies (new/updated) -------------------------- * n/a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- remove x11 features-check because there aren't dependencies that would explicilty require x11 as a DISTRO_FEATURE - use POSIX basename() to fix up musl build ============================ GParted 1.4.0 (2022-03-28) ============================ Release Notes ------------- This release of GParted includes enhancements, bug fixes and language translation updates. * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems * Fix detection of mount points for encrypted file systems * Fix crash scrolling quickly in the drive selection combobox * Add bcache detection * Add JBD external EXT3/4 journal detection Bug Fixes --------- * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (openembedded#163, !87) * Fix detection of mount points for encrypted file systems (openembedded#162, !88) * Fix unmount error when unmounting below a bind mount point (!89) * Fix crash scrolling quickly in the drive selection combobox (openembedded#165, !91) * Add initial Indonesian translation of help (!90) * Add accessibility relations for screen readers like Orca (!92) * Fix partition creation at sector 2048 if partition before it (openembedded#172, !93) * Make more getter methods use return-by-constant-reference (!94) * Check copy destination instead of source (!95) * Add bcache detection (openembedded#183, !96) * Add JBD external EXT3/4 journal detection (openembedded#89, !97) * Fix translation of DocBook markup tag of the GParted Manual (!98) Code Credits ------------ Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and Mike Fleetwood. Translations (new/updated) -------------------------- cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia), fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam), pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh) Dependencies (new/updated) -------------------------- * n/a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- remove x11 features-check because there aren't dependencies that would explicilty require x11 as a DISTRO_FEATURE - use POSIX basename() to fix up musl build ============================ GParted 1.4.0 (2022-03-28) ============================ Release Notes ------------- This release of GParted includes enhancements, bug fixes and language translation updates. * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems * Fix detection of mount points for encrypted file systems * Fix crash scrolling quickly in the drive selection combobox * Add bcache detection * Add JBD external EXT3/4 journal detection Bug Fixes --------- * Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (#163, !87) * Fix detection of mount points for encrypted file systems (#162, !88) * Fix unmount error when unmounting below a bind mount point (!89) * Fix crash scrolling quickly in the drive selection combobox (#165, !91) * Add initial Indonesian translation of help (!90) * Add accessibility relations for screen readers like Orca (!92) * Fix partition creation at sector 2048 if partition before it (#172, !93) * Make more getter methods use return-by-constant-reference (!94) * Check copy destination instead of source (!95) * Add bcache detection (#183, !96) * Add JBD external EXT3/4 journal detection (#89, !97) * Fix translation of DocBook markup tag of the GParted Manual (!98) Code Credits ------------ Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and Mike Fleetwood. Translations (new/updated) -------------------------- cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia), fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam), pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh) Dependencies (new/updated) -------------------------- * n/a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== Address changes of final V2 api release (openembedded#175) Use non-deprecated logging warn method (openembedded#174) Add support for smart_scene resource (openembedded#170) Add support for matter resource (openembedded#171) Fix: KeepAlive workaround causes Geofence to malfunction (openembedded#163) Fix: Missing repeated events for Philips Hue Tap Dial switch (openembedded#167) Fix error in log when an empty dict is received for an optional value (openembedded#164) Add sparkle effect to fix new Festavia lights (openembedded#165) Fix typo in discovery (openembedded#158) Pin github actions and add dependabot actions ecosystem (openembedded#151) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== - The changelog now only explictly exists in the repository (issue openembedded#162) - Inputs with spaces near adjascent to the extension are now sorted correctly for os_sorted on Windows (issues openembedded#165 and openembedded#166) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog: ========== -Wrapped exceptions now cause dispatching.dispatch() to raise SystemExit(1) instead of returning without error. -Renamed arguments in add_commands() (openembedded#165 / openembedded#178): -Can control exit status (see Backwards Incompatible Changes above) when raising CommandError using the code keyword arg. -Positional arguments should not lead to removal of short form of keyword argument -Avoid depending on iocapture by using pytest's built-in feature -chore: publishing to prod PyPI -test: add coverage for action="count" (openembedded#127) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
No description provided.