<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-boto3, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-17T10:46:59Z</updated>
<entry>
<title>python-boto3: update to 1.42.89</title>
<updated>2026-04-17T10:46:59Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-17T06:55:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aab93a917feada5bd338221409c50ef71a2eb012'/>
<id>urn:sha1:aab93a917feada5bd338221409c50ef71a2eb012</id>
<content type='text'>
- bump 1.42.88 -&gt; 1.42.89

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: change maintainer from Daniel Danzberger to me</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ee6aae4e556a7a38c80bd4b39269968ca3c3f4b8'/>
<id>urn:sha1:ee6aae4e556a7a38c80bd4b39269968ca3c3f4b8</id>
<content type='text'>
Change PKG_MAINTAINER from Daniel Danzberger &lt;daniel@dd-wrt.com&gt;
to Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt; 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 &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-boto3: update to 1.42.88</title>
<updated>2026-04-14T05:00:30Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1e274804a89be391b54f62b49b7f4f002b90ce04'/>
<id>urn:sha1:1e274804a89be391b54f62b49b7f4f002b90ce04</id>
<content type='text'>
Bump version 1.42.86 -&gt; 1.42.88.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-boto3: update to 1.42.86</title>
<updated>2026-04-12T07:14:26Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-09T05:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bae2e54d90c8748226dcd2b4249db005a0e054c9'/>
<id>urn:sha1:bae2e54d90c8748226dcd2b4249db005a0e054c9</id>
<content type='text'>
Update package to 1.42.86.

Key changes since 1.28.7:

1.33.0: boto3 and botocore now share the same version number.

1.36.0 (S3 checksum overhaul): CRC32 is now calculated by default for
all supported S3 operations; Content-MD5 header no longer auto-populated;
response checksum validation added; CRC64NVME and SHA512 algorithms
supported via optional awscrt.

1.38.0 (Account-based endpoints): DynamoDB and future services now use
https://&lt;account-id&gt;.ddb.&lt;region&gt;.amazonaws.com endpoints when account
ID is available. Python 3.8 end of support.

1.40.0 (STS endpoint default): Changed from legacy to regional; override
via sts_regional_endpoints config or AWS_STS_REGIONAL_ENDPOINTS env var.

1.41.0 (New credential provider): login credential provider added,
allowing use of AWS Management Console credentials.

Hundreds of API additions across Bedrock, ECS, EKS, Lambda, SageMaker,
and many more services.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-boto3: Update to 1.28.7, update dependencies</title>
<updated>2023-07-25T05:47:29Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-07-20T09:54:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=182eaed42d4172fbe7ebd6bfe8f3ff0b4599ddbc'/>
<id>urn:sha1:182eaed42d4172fbe7ebd6bfe8f3ff0b4599ddbc</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-packages: Clean up Makefiles</title>
<updated>2020-04-22T08:36:55Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-21T17:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be'/>
<id>urn:sha1:2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be</id>
<content type='text'>
This removes:

* Python 3 variants (VARIANT:=python3)

* "for Python3" from package titles

* Package selection condition from package dependencies, e.g.
  +PACKAGE_python3-six:python3-light replaced with +python3-light

* "Default" package information sections, e.g.
  Package/python-six/Default removed and package details merged into
  Package/python3-six

* "(Variant for Python3)" from package descriptions

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Use pypi.mk for Python packages</title>
<updated>2019-10-30T15:16:18Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-10-20T19:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=635cb1309c4d52763c03bc00e7c367e06908b54f'/>
<id>urn:sha1:635cb1309c4d52763c03bc00e7c367e06908b54f</id>
<content type='text'>
This updates all Python packages that download their source from PyPi to
use pypi.mk.

This will allow future improvements/changes to pypi.mk to affect all
relevant packages.

This also makes it easier for future Python packages to start using
pypi.mk, when it's clear how it is used in existing packages.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-boto3: Add new package</title>
<updated>2019-05-06T15:30:09Z</updated>
<author>
<name>Daniel Danzberger</name>
</author>
<published>2019-04-25T20:40:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=128fa745e97c58573ccd29f07aa8db40c5391ce4'/>
<id>urn:sha1:128fa745e97c58573ccd29f07aa8db40c5391ce4</id>
<content type='text'>
Signed-off-by: Daniel Danzberger &lt;daniel@dd-wrt.com&gt;
</content>
</entry>
</feed>
