<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/aws-lambda-builders, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>python3Packages.aws-lambda-builders: 1.59.0 -&gt; 1.61.0 (#459069)</title>
<updated>2026-01-18T05:20:25+00:00</updated>
<author>
<name>dotlambda</name>
<email>github@dotlambda.de</email>
</author>
<published>2026-01-18T05:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=50baa830aff8e51428ee9ad1b860002c80341a14'/>
<id>50baa830aff8e51428ee9ad1b860002c80341a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>1a04744f74b8d9330e36dfb401aea6dba74fba79</id>
<content type='text'>
There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:

    pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
    for f in $(find -name '*.nix'); do
        grep -q "$pattern" "$f" || continue
        sed -i "/$pattern/d" "$f"
        if [ $(grep -c pythonOlder "$f") == 1 ]; then
            sed -i '/^\s*pythonOlder,\s*$/d' "$f"
        fi
        nixfmt "$f"
    done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:

    pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
    for f in $(find -name '*.nix'); do
        grep -q "$pattern" "$f" || continue
        sed -i "/$pattern/d" "$f"
        if [ $(grep -c pythonOlder "$f") == 1 ]; then
            sed -i '/^\s*pythonOlder,\s*$/d' "$f"
        fi
        nixfmt "$f"
    done
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aws-lambda-builders: 1.59.0 -&gt; 1.61.0</title>
<updated>2026-01-03T18:24:52+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-01-03T18:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2510481e9a0c03883c50b29b06238d16b98d805d'/>
<id>2510481e9a0c03883c50b29b06238d16b98d805d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'staging-next' into staging</title>
<updated>2025-12-10T17:42:31+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-12-10T17:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=46c0c0eae768ef841bcb8bad12932748d9be8114'/>
<id>46c0c0eae768ef841bcb8bad12932748d9be8114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>aws-lambda-builders: 1.58.0 -&gt; 1.59.0</title>
<updated>2025-11-07T21:32:57+00:00</updated>
<author>
<name>Yiyu Zhou</name>
<email>yiyuzhou19@gmail.com</email>
</author>
<published>2025-11-07T06:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4383842c65815d8013836b634ba6136ef73526c6'/>
<id>4383842c65815d8013836b634ba6136ef73526c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aws-lambda-builders: 1.57.0 -&gt; 1.58.0</title>
<updated>2025-10-29T21:39:52+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-10-29T21:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4c1ef270e8c21bd5bedb1e008bfa20789fa40f52'/>
<id>4c1ef270e8c21bd5bedb1e008bfa20789fa40f52</id>
<content type='text'>
Diff: https://github.com/awslabs/aws-lambda-builders/compare/v1.57.0...v1.58.0

Changelog: https://github.com/aws/aws-lambda-builders/releases/tag/v1.58.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/awslabs/aws-lambda-builders/compare/v1.57.0...v1.58.0

Changelog: https://github.com/aws/aws-lambda-builders/releases/tag/v1.58.0
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aws-lambda-builders: 1.56.0 -&gt; 1.57.0</title>
<updated>2025-08-26T21:11:54+00:00</updated>
<author>
<name>Michael Barney, Jr</name>
<email>mbarneyme@gmail.com</email>
</author>
<published>2025-08-25T15:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4aebed42ee3797dd9693b8f1b0447e979dc58c18'/>
<id>4aebed42ee3797dd9693b8f1b0447e979dc58c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aws-lambda-builders: 1.53.0 -&gt; 1.56.0</title>
<updated>2025-08-09T16:58:04+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-05T02:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b0ade8079bc84d9b7cb09155bb719d3c6e1957dc'/>
<id>b0ade8079bc84d9b7cb09155bb719d3c6e1957dc</id>
<content type='text'>
https://github.com/aws/aws-lambda-builders/releases/tag/v1.56.0

This commit was automatically generated using update-python-libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/aws/aws-lambda-builders/releases/tag/v1.56.0

This commit was automatically generated using update-python-libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.aws-lambda-builders: 1.51.0 -&gt; 1.53.0</title>
<updated>2024-12-08T13:11:40+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2024-12-08T13:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=bc3b847e734dc8663ca7d4136ae0b520b16c7b7a'/>
<id>bc3b847e734dc8663ca7d4136ae0b520b16c7b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
