|
Re: Question of Yocto dunfell LTS period
Hello together,
I would like to add a question to the topic:
Why was the LTS period for dunfell extended?
Can we expect the same for kirstone?
Many greetings,
Matthias
-----Ursprüngliche
Hello together,
I would like to add a question to the topic:
Why was the LTS period for dunfell extended?
Can we expect the same for kirstone?
Many greetings,
Matthias
-----Ursprüngliche
|
By
Matthias Klein
·
#55870
·
|
|
[layerindex][PATCH 18/18] requirements.txt: bump all to latest
Run pip-upgrade and update all to latest
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18
Run pip-upgrade and update all to latest
Signed-off-by: Tim Orling <tim.orling@...>
---
requirements.txt | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18
|
By
Tim Orling
·
#55869
·
|
|
[layerindex][PATCH 17/18] Dockerfile: add back python2 dependencies
We have some layers and especially older releases that still support
python2. Add python2 dependencies back to the container so that the
older releases still function.
Signed-off-by: Tim Orling
We have some layers and especially older releases that still support
python2. Add python2 dependencies back to the container so that the
older releases still function.
Signed-off-by: Tim Orling
|
By
Tim Orling
·
#55868
·
|
|
[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
Signed-off-by: Tim Orling <tim.orling@...>
---
.../0030_alter_recipeupgrade_maintainer.py | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644
|
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
* Define LANGUAGE
* Set DEBIAN_FRONTEND=noninteractive before apt call
Signed-off-by: Tim Orling <tim.orling@...>
---
Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1
|
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]
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]
|
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
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
|
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
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
|
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
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
|
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
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
|
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
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
|
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
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
|
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
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
|
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
* 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
|
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
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
|
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
Several scripts still had /usr/bin/env python
Signed-off-by: Tim Orling <tim.orling@...>
---
layerindex/bulkchange.py | 2 +-
layerindex/recipedesc.py | 2
|
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
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
|
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
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
|
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
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
|
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
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
|
By
Tim Orling
·
#55851
·
|