|
[layerindex][PATCH 16/18] rrs: add 0030_alter_recipeupgrade_maintainer.py miagration
Signed-off-by: Tim Orling <tim.orling@...> --- .../0030_alter_recipeupgrade_maintainer.py | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rrs/migrations/0030_alte
Signed-off-by: Tim Orling <tim.orling@...> --- .../0030_alter_recipeupgrade_maintainer.py | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rrs/migrations/0030_alte
|
By
Tim Orling
· #55867
·
|
|
[layerindex][PATCH 15/18] Dockerfile: fix warnings
* Define LANGUAGE * Set DEBIAN_FRONTEND=noninteractive before apt call Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --
* Define LANGUAGE * Set DEBIAN_FRONTEND=noninteractive before apt call Signed-off-by: Tim Orling <tim.orling@...> --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --
|
By
Tim Orling
· #55866
·
|
|
[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
· #55865
·
|
|
[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
· #55864
·
|
|
[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
· #55863
·
|
|
[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
· #55862
·
|
|
[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 delet
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 delet
|
By
Tim Orling
· #55861
·
|
|
[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
· #55860
·
|
|
[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
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
|
By
Tim Orling
· #55859
·
|
|
[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
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
|
By
Tim Orling
· #55858
·
|
|
[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
· #55857
·
|
|
[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
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
|
By
Tim Orling
· #55856
·
|
|
[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_wi
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_wi
|
By
Tim Orling
· #55855
·
|
|
[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/d
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/d
|
By
Tim Orling
· #55854
·
|
|
[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 deleti
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 deleti
|
By
Tim Orling
· #55853
·
|
|
[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
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
|
By
Tim Orling
· #55852
·
|
|
[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
· #55851
·
|
|
[docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
Maybe? https://github.com/python/docsbuild-scripts/ Found on https://pythondev.readthedocs.io/infra.html
Maybe? https://github.com/python/docsbuild-scripts/ Found on https://pythondev.readthedocs.io/infra.html
|
By
Tim Orling
· #55526
·
|
|
[OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?
I forgot to include the recipe link: https://layers.openembedded.org/layerindex/recipe/89268/
I forgot to include the recipe link: https://layers.openembedded.org/layerindex/recipe/89268/
|
By
Tim Orling
· #55431
·
|
|
[OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?
Please look at the layer index for recipes: https://layers.openembedded.org/layerindex/branch/master/layers/ I don’t have any advice for building it however.
Please look at the layer index for recipes: https://layers.openembedded.org/layerindex/branch/master/layers/ I don’t have any advice for building it however.
|
By
Tim Orling
· #55430
·
|