<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/azure-storage-queue, 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.azure-storage-queue: 12.14.1 -&gt; 12.15.0</title>
<updated>2026-02-01T15:42:19+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-01-21T17:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=179e8e43a35912e5d962db11b42ecc4706a0cedc'/>
<id>179e8e43a35912e5d962db11b42ecc4706a0cedc</id>
<content type='text'>
https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.15.0/sdk/storage/azure-storage-queue/CHANGELOG.md

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/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.15.0/sdk/storage/azure-storage-queue/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
</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>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>python3Packages.azure-storage-queue: 12.14.0 -&gt; 12.14.1</title>
<updated>2025-10-30T19:23:41+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-10-30T19:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=96b912fcc057b73a278134c110f4d317fbd43d4d'/>
<id>96b912fcc057b73a278134c110f4d317fbd43d4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.azure-storage-queue: 12.13.0 -&gt; 12.14.0</title>
<updated>2025-10-21T12:56:08+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-10-21T12:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3e9e6bd925b58235ba0d0acd00d0b93a3dd41b46'/>
<id>3e9e6bd925b58235ba0d0acd00d0b93a3dd41b46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.azure-storage-queue: 12.12.0 -&gt; 12.13.0</title>
<updated>2025-08-09T16:58:13+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-05T02:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f02a4748716229a60bd9a25f22b8ba539eb210a0'/>
<id>f02a4748716229a60bd9a25f22b8ba539eb210a0</id>
<content type='text'>
https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.13.0/sdk/storage/azure-storage-queue/CHANGELOG.md

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/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.13.0/sdk/storage/azure-storage-queue/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: replace passthru.optional-dependencies with optional-dependencies</title>
<updated>2024-09-30T03:37:23+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>mail@dotlambda.de</email>
</author>
<published>2024-09-29T05:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=543781083afffe71d6250862eb494c244355fa11'/>
<id>543781083afffe71d6250862eb494c244355fa11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.azure-storage-queue: 12.11.0 -&gt; 12.12.0</title>
<updated>2024-09-19T22:10:13+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-09-19T22:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=93ae83cf97286817978e7fcfa507f6a038df0810'/>
<id>93ae83cf97286817978e7fcfa507f6a038df0810</id>
<content type='text'>
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.12.0/sdk/storage/azure-storage-queue/CHANGELOG.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.12.0/sdk/storage/azure-storage-queue/CHANGELOG.md
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.azure-storage-queue: 12.10.0 -&gt; 12.11.0</title>
<updated>2024-07-24T20:45:29+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2024-07-24T20:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e53abebca5ec2582f77d72fe02a0d02c7b3372c5'/>
<id>e53abebca5ec2582f77d72fe02a0d02c7b3372c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.azure-storage-queue: 12.9.0 -&gt; 12.10.0</title>
<updated>2024-06-06T06:28:05+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-06-06T06:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8a2f14aed868e038d766ef74167dc048625ea3a2'/>
<id>8a2f14aed868e038d766ef74167dc048625ea3a2</id>
<content type='text'>
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.10.0/sdk/storage/azure-storage-queue/CHANGELOG.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.10.0/sdk/storage/azure-storage-queue/CHANGELOG.md
</pre>
</div>
</content>
</entry>
</feed>
