|
[layerindex][PATCH 14/18] rrs/admin.py: drop curry import
Dropped in Django 3.0 [1] Suggested replacements are functools.partial() or functools.partialmethod() [2] [1] https://docs.djangoproject.com/en/4.0/releases/3.0/ [2] https://github.com/django/django/c
Dropped in Django 3.0 [1] Suggested replacements are functools.partial() or functools.partialmethod() [2] [1] https://docs.djangoproject.com/en/4.0/releases/3.0/ [2] https://github.com/django/django/c
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 13/18] README.devel: update versions
This updated code-base should be compatible with Django 3.1 and obviously 3.2 (but not 3.0 or earlier). Django 3.2 requires Python 3.6+. With the upgrade to Celery 5, it is safer to recommend RabbitMQ
This updated code-base should be compatible with Django 3.1 and obviously 3.2 (but not 3.0 or earlier). Django 3.2 requires Python 3.6+. With the upgrade to Celery 5, it is safer to recommend RabbitMQ
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 12/18] docker-compose: fix celery
In celery 5, the --workdir argument must come before the 'worker' subcommand. Without this, celery cannot load the layerindex module and this causes the celery container to continually restart. Signed
In celery 5, the --workdir argument must come before the 'worker' subcommand. Without this, celery cannot load the layerindex module and this causes the celery container to continually restart. Signed
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 11/18] settings: set DEFAULT_AUTO_FIELD
New in Django 3.2 To quiet warnings, set DEFAULT_AUTO_FIELD to the default value 'django.db.models.AutoField' NOTE: The default value for newly created Django 3.2 projects is django.db.models.BigAutoF
New in Django 3.2 To quiet warnings, set DEFAULT_AUTO_FIELD to the default value 'django.db.models.AutoField' NOTE: The default value for newly created Django 3.2 projects is django.db.models.BigAutoF
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 10/18] requirements.txt: bump to Django 3.2 LTS
Upgrade to the latest Django 3.2.x LTS for extended support up until April 2024. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di
Upgrade to the latest Django 3.2.x LTS for extended support up until April 2024. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 09/18] requirements.txt: update all to latest
Since we are on a "modern" version of Python in Debian buster container (3.7) and a modern version of Django (3.1.x) we should be able to run with the latest of all dependencies. Signed-off-by: Tim Or
Since we are on a "modern" version of Python in Debian buster container (3.7) and a modern version of Django (3.1.x) we should be able to run with the latest of all dependencies. Signed-off-by: Tim Or
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 08/18] docker-compose: bump mariadb to 10.3
10.2 was based on Ubuntu bionic 18.04, bumping to 10.3 as it is the first release on Ubuntu focal 20.04 Signed-off-by: Tim Orling <tim.orling@...> --- docker-compose.yml | 2 +- 1 file changed, 1 inser
10.2 was based on Ubuntu bionic 18.04, bumping to 10.3 as it is the first release on Ubuntu focal 20.04 Signed-off-by: Tim Orling <tim.orling@...> --- docker-compose.yml | 2 +- 1 file changed, 1 inser
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 07/18] requirements.txt: bump to Django 3.1
Another incremental upgrade towards 3.2 LTS Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/require
Another incremental upgrade towards 3.2 LTS Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/require
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 06/18] Updates for Django 3.0
* Update requirements.txt versions - Mostly update to latest pre-Django 3.1 versions * Fix deprecated axes.backends.AxesModelBackend - settings.py - docker/settings.py * Fix template syntax 'staticfil
* Update requirements.txt versions - Mostly update to latest pre-Django 3.1 versions * Fix deprecated axes.backends.AxesModelBackend - settings.py - docker/settings.py * Fix template syntax 'staticfil
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 05/18] requirements.txt: bump to Django 3.0
Incremental upgrade towards 3.2 LTS version. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requir
Incremental upgrade towards 3.2 LTS version. Signed-off-by: Tim Orling <tim.orling@...> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requir
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 04/18] layerindex/*: make all shebangs python3
Several scripts still had /usr/bin/env python Signed-off-by: Tim Orling <tim.orling@...> --- layerindex/bulkchange.py | 2 +- layerindex/recipedesc.py | 2 +- layerindex/tools/import_classic_wiki.py | 2
Several scripts still had /usr/bin/env python Signed-off-by: Tim Orling <tim.orling@...> --- layerindex/bulkchange.py | 2 +- layerindex/recipedesc.py | 2 +- layerindex/tools/import_classic_wiki.py | 2
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 03/18] dockersetup.py: letsencrypt 2048 bit rsa
The minimum length for an RSA pem is 2048 for the dummy cert. Signed-off-by: Tim Orling <tim.orling@...> --- dockersetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockersetu
The minimum length for an RSA pem is 2048 for the dummy cert. Signed-off-by: Tim Orling <tim.orling@...> --- dockersetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockersetu
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 02/18] Dockerfile: cleanup, install python3-wheel
Remove duplicate python3-pip, etc. lines Need python3-wheel for bdist_wheel command Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) di
Remove duplicate python3-pip, etc. lines Need python3-wheel for bdist_wheel command Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) di
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 01/18] dockersetup.py: fix EMAIL_USE_SSL/TLS
From: Tim Orling <timothy.t.orling@...> Need to concatenate str(boolean), not bool Signed-off-by: Tim Orling <timothy.t.orling@...> --- dockersetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 delet
From: Tim Orling <timothy.t.orling@...> Need to concatenate str(boolean), not bool Signed-off-by: Tim Orling <timothy.t.orling@...> --- dockersetup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 delet
|
By
Tim Orling
·
|
|
[layerindex][PATCH v2 00/18] Upgrade to Django 3.2 LTS and Celery 5
The current code base uses Django 2.2.x which will go out of extended support in April 2022, but also holds us back from updating a number of dependencies and is currently failing to update layers. Up
The current code base uses Django 2.2.x which will go out of extended support in April 2022, but also holds us back from updating a number of dependencies and is currently failing to update layers. Up
|
By
Tim Orling
·
|
|
problem with interpreter 3 messages
I need to include an old open source project named judy for a legacy utility dependency. The recipe I have so far is listed at the end of this email. The build host is 64bit linux, I'm using dunfell a
I need to include an old open source project named judy for a legacy utility dependency. The recipe I have so far is listed at the end of this email. The build host is 64bit linux, I'm using dunfell a
|
By
swhite
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 1/13/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Alexandre, Bruce, Michael, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor ARs: N/A Notes: - ~50% of AB workers have been switche
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Alexandre, Bruce, Michael, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor ARs: N/A Notes: - ~50% of AB workers have been switche
|
By
Trevor Gamblin
·
|
|
Reproducible build website broken (CORS setting on git.yoctoproject.org?) 2 messages
Michael, I noticed that the https://www.yoctoproject.org/reproducible-build-results/ website went down (it always shows "Error fetching test results"). I did a little debugging and I think that the CO
Michael, I noticed that the https://www.yoctoproject.org/reproducible-build-results/ website went down (it always shows "Error fetching test results"). I did a little debugging and I think that the CO
|
By
Joshua Watt
·
|
|
The "/etc/resolv.conf" file becomes empty after each restart 2 messages
#yocto
Hi, I assume it shouldn't be empty resov. conf. Manually I am updating nameserver always. but when I reboot my machine it's empty. So for this, I want to make permanent my nameserver always. I have ad
Hi, I assume it shouldn't be empty resov. conf. Manually I am updating nameserver always. but when I reboot my machine it's empty. So for this, I want to make permanent my nameserver always. I have ad
|
By
sateesh m
·
|
|
[meta-zephyr][PATCH v3] README.txt: Document generate-zephyr-machine use
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit just adds some documentation on how to use the machine generation recipe. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> -
From: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> This commit just adds some documentation on how to use the machine generation recipe. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@...> -
|
By
Eilís Ní Fhlannagáin
·
|