From: Alexandru Ardelean Date: Mon, 13 Apr 2026 07:43:32 +0000 (+0000) Subject: treewide: change maintainer from Daniel Danzberger to me X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ee6aae4e556a7a38c80bd4b39269968ca3c3f4b8;p=openwrt-packages.git treewide: change maintainer from Daniel Danzberger to me Change PKG_MAINTAINER from Daniel Danzberger to Alexandru Ardelean for: - python-boto3 - python-botocore - python-awscli - python-colorama - python-docutils - python-jmespath - python-psycopg2 - python-rsa - python-s3transfer These packages seem pretty neglected and the community has been updating them periodically. Will pick these up to keep them maintained. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-awscli/Makefile b/lang/python/python-awscli/Makefile index 6cc69f90b..03e3160eb 100644 --- a/lang/python/python-awscli/Makefile +++ b/lang/python/python-awscli/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=awscli PKG_HASH:=009010f85e5198b7ad2860cc9c66c8a378be46d35dde1e14f8c1f245cfe6aece -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt diff --git a/lang/python/python-boto3/Makefile b/lang/python/python-boto3/Makefile index 978e2fcba..93f95cb30 100644 --- a/lang/python/python-boto3/Makefile +++ b/lang/python/python-boto3/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=boto3 PKG_HASH:=2d22c70de5726918676a06f1a03acfb4d5d9ea92fc759354800b67b22aaeef19 -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE diff --git a/lang/python/python-botocore/Makefile b/lang/python/python-botocore/Makefile index c5d86487d..ddf146ccc 100644 --- a/lang/python/python-botocore/Makefile +++ b/lang/python/python-botocore/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=botocore PKG_HASH:=cbb59ee464662039b0c2c95a520cdf85b1e8ce00b72375ab9cd9f842cc001301 -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt diff --git a/lang/python/python-colorama/Makefile b/lang/python/python-colorama/Makefile index fca74e002..8331e09df 100644 --- a/lang/python/python-colorama/Makefile +++ b/lang/python/python-colorama/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=colorama PKG_HASH:=08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.txt diff --git a/lang/python/python-docutils/Makefile b/lang/python/python-docutils/Makefile index eb041e797..13b2adc51 100644 --- a/lang/python/python-docutils/Makefile +++ b/lang/python/python-docutils/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=docutils PKG_HASH:=4db53b1fde9abecbb74d91230d32ab626d94f6badfc575d6db9194a49df29968 -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Public-Domain BSD-2-License Python-2.0.1 GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING.txt licenses/BSD-2-Clause.txt licenses/python-2-1-1.txt licenses/gpl-3-0.txt diff --git a/lang/python/python-jmespath/Makefile b/lang/python/python-jmespath/Makefile index c3cda14d1..81fb9e11a 100644 --- a/lang/python/python-jmespath/Makefile +++ b/lang/python/python-jmespath/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=jmespath PKG_HASH:=472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt diff --git a/lang/python/python-psycopg2/Makefile b/lang/python/python-psycopg2/Makefile index edf5d946f..86a2342c9 100644 --- a/lang/python/python-psycopg2/Makefile +++ b/lang/python/python-psycopg2/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PYPI_NAME:=psycopg2 PKG_HASH:=964d31caf728e217c697ff77ea69c2ba0865fa41ec20bb00f0977e62fdcc52e3 -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=LGPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE diff --git a/lang/python/python-rsa/Makefile b/lang/python/python-rsa/Makefile index 0fc39a821..b865d0b88 100644 --- a/lang/python/python-rsa/Makefile +++ b/lang/python/python-rsa/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=rsa PKG_HASH:=e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75 -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:python-rsa_project:python-rsa diff --git a/lang/python/python-s3transfer/Makefile b/lang/python/python-s3transfer/Makefile index b4625be7f..19004ef62 100644 --- a/lang/python/python-s3transfer/Makefile +++ b/lang/python/python-s3transfer/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PYPI_NAME:=s3transfer PKG_HASH:=8e990f13268025792229cd52fa10cb7163744bf56e719e0b9cb925ab79abf920 -PKG_MAINTAINER:=Daniel Danzberger +PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.txt