<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/boschshcpy, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>python314Packages.boschshcpy: migrate to finalAttrs</title>
<updated>2026-02-15T09:55:07+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2026-02-15T09:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ea2518380857f4b87de07a3caffb311164e90671'/>
<id>ea2518380857f4b87de07a3caffb311164e90671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.boschshcpy: 0.2.109 -&gt; 0.2.111</title>
<updated>2026-02-14T06:46:13+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-02-14T06:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b77155e84f3cdc9763a04e04e4a96541d90c648a'/>
<id>b77155e84f3cdc9763a04e04e4a96541d90c648a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.boschshcpy: 0.2.107 -&gt; 0.2.109</title>
<updated>2026-02-08T09:52:05+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2026-02-08T09:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=d927e23ac4bef3db74bfd4659f8353d3fc6018bd'/>
<id>d927e23ac4bef3db74bfd4659f8353d3fc6018bd</id>
<content type='text'>
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.107...0.2.109
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.107...0.2.109
</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.boschshcpy: 0.2.105 -&gt; 0.2.107</title>
<updated>2025-08-22T00:40:15+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-22T00:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=7ecfb2b81d69f622cbc61a1dd16685c7f2e899cd'/>
<id>7ecfb2b81d69f622cbc61a1dd16685c7f2e899cd</id>
<content type='text'>
https://github.com/tschamm/boschshcpy/compare/0.2.105...0.2.107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/tschamm/boschshcpy/compare/0.2.105...0.2.107
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.boschshcpy: 0.2.104 -&gt; 0.2.105</title>
<updated>2025-02-01T10:22:14+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-02-01T10:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=cfdbb4ef3b7c4deea66f8abfcac24523f5b55557'/>
<id>cfdbb4ef3b7c4deea66f8abfcac24523f5b55557</id>
<content type='text'>
Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.104...0.2.105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.104...0.2.105
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.boschshcpy: 0.2.101 -&gt; 0.2.104</title>
<updated>2025-01-12T12:09:05+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-01-12T12:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=974d40a9001d5f97ac6b47c0b98595db5542a543'/>
<id>974d40a9001d5f97ac6b47c0b98595db5542a543</id>
<content type='text'>
Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.101...0.2.104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.101...0.2.104
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.boschshcpy: refactor</title>
<updated>2025-01-10T07:51:20+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-01-10T07:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=090e31fe60f77a47dfc23bc1ef2aa7cdd9686015'/>
<id>090e31fe60f77a47dfc23bc1ef2aa7cdd9686015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.boschshcpy: 0.2.95 -&gt; 0.2.101</title>
<updated>2025-01-10T07:50:43+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-01-10T07:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=da959d85736e5922edf01ff0f0a51581a1701cd6'/>
<id>da959d85736e5922edf01ff0f0a51581a1701cd6</id>
<content type='text'>
Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.95...0.2.101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.95...0.2.101
</pre>
</div>
</content>
</entry>
</feed>
