<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/bitarray, 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.bitarray: 3.7.1 -&gt; 3.8.0</title>
<updated>2026-02-01T15:42:21+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-01-21T17:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=29edd8a55d2186e9b44478332408de1e3cbbfa15'/>
<id>29edd8a55d2186e9b44478332408de1e3cbbfa15</id>
<content type='text'>
https://github.com/ilanschnell/bitarray/raw/3.8.0/CHANGE_LOG

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/ilanschnell/bitarray/raw/3.8.0/CHANGE_LOG

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>maintainers: drop bhipple</title>
<updated>2025-12-09T20:05:55+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-12-02T20:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=de7ce5a9252264f890cc50c5d9a234218593fa37'/>
<id>de7ce5a9252264f890cc50c5d9a234218593fa37</id>
<content type='text'>
Reacted to 1 out of 57 maintainer pings in the least 180 days.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reacted to 1 out of 57 maintainer pings in the least 180 days.
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.bitarray: 3.6.0 -&gt; 3.7.1</title>
<updated>2025-09-10T17:52:43+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-09-10T17:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3f7c2865fc17fb6fe24fbaf8e5f4a80fa64274c3'/>
<id>3f7c2865fc17fb6fe24fbaf8e5f4a80fa64274c3</id>
<content type='text'>
Changelog: https://github.com/ilanschnell/bitarray/raw/3.7.1/CHANGE_LOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://github.com/ilanschnell/bitarray/raw/3.7.1/CHANGE_LOG
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.bitarray: 3.4.3 -&gt; 3.6.0</title>
<updated>2025-08-01T14:14:48+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-08-01T14:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=494514a67039f7d88e12e4ad454e29ebf1d1414c'/>
<id>494514a67039f7d88e12e4ad454e29ebf1d1414c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.bitarray: 3.4.1 -&gt; 3.4.3</title>
<updated>2025-06-26T12:07:45+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-06-26T12:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=51f47686d075a6bf5ad4929d3146cd4ab4add0b6'/>
<id>51f47686d075a6bf5ad4929d3146cd4ab4add0b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.bitarray: 3.3.0 -&gt; 3.4.1</title>
<updated>2025-05-17T15:39:03+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-05-17T15:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=bdb59d089f8ba2c24b22a638e4ef3d401aafd9c5'/>
<id>bdb59d089f8ba2c24b22a638e4ef3d401aafd9c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.bitarray: 3.1.0 -&gt; 3.3.0</title>
<updated>2025-04-03T21:12:08+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-04-01T05:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=fd9288dce4d92477416086ec5eebf41e45eb1cf4'/>
<id>fd9288dce4d92477416086ec5eebf41e45eb1cf4</id>
<content type='text'>
https://github.com/ilanschnell/bitarray/raw/3.3.0/CHANGE_LOG

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/ilanschnell/bitarray/raw/3.3.0/CHANGE_LOG

This commit was automatically generated using update-python-libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.bitarray: 3.0.0 -&gt; 3.1.0</title>
<updated>2025-03-11T12:18:03+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-03-04T01:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b0ebd6389f8a3d0a4b86a482fa031c9afabe4e47'/>
<id>b0ebd6389f8a3d0a4b86a482fa031c9afabe4e47</id>
<content type='text'>
https://github.com/ilanschnell/bitarray/raw/3.1.0/CHANGE_LOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ilanschnell/bitarray/raw/3.1.0/CHANGE_LOG
</pre>
</div>
</content>
</entry>
</feed>
