<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/elementpath, 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.elementpath: 5.1.0 -&gt; 5.1.1</title>
<updated>2026-02-01T15:43:43+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-01-21T17:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ec1c4933e854b25d1ed19eaba53d677444963f55'/>
<id>ec1c4933e854b25d1ed19eaba53d677444963f55</id>
<content type='text'>
https://github.com/sissaschool/elementpath/blob/v5.1.1/CHANGELOG.rst

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/sissaschool/elementpath/blob/v5.1.1/CHANGELOG.rst

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>python3Packages.elementpath: 5.0.4 -&gt; 5.1.0</title>
<updated>2026-01-02T22:29:59+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-12-30T03:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=da78b679c6feddd2d99669052a9e4f898d10f217'/>
<id>da78b679c6feddd2d99669052a9e4f898d10f217</id>
<content type='text'>
https://github.com/sissaschool/elementpath/blob/v5.1.0/CHANGELOG.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/sissaschool/elementpath/blob/v5.1.0/CHANGELOG.rst
</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>python313Packages.elementpath: 5.0.3 -&gt; 5.0.4</title>
<updated>2025-09-21T07:16:15+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2025-09-21T07:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=351312ca3a89a5afc7fb2da178cc841f2989e0d7'/>
<id>351312ca3a89a5afc7fb2da178cc841f2989e0d7</id>
<content type='text'>
Diff: https://github.com/sissaschool/elementpath/compare/v5.0.3...v5.0.4

Changelog: https://github.com/sissaschool/elementpath/blob/v5.0.4/CHANGELOG.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/sissaschool/elementpath/compare/v5.0.3...v5.0.4

Changelog: https://github.com/sissaschool/elementpath/blob/v5.0.4/CHANGELOG.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.elementpath: 4.8.0 -&gt; 5.0.3</title>
<updated>2025-08-09T16:59:16+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-05T02:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b0c5ee065c0010ff7934e41927870ed0205cbac5'/>
<id>b0c5ee065c0010ff7934e41927870ed0205cbac5</id>
<content type='text'>
https://github.com/sissaschool/elementpath/blob/v5.0.3/CHANGELOG.rst

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/sissaschool/elementpath/blob/v5.0.3/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.elementpath: 4.7.0 -&gt; 4.8.0</title>
<updated>2025-03-13T21:25:22+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-03-13T21:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8a20a69f7a850426fae67cad8623be9c9624546b'/>
<id>8a20a69f7a850426fae67cad8623be9c9624546b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.elementpath: 4.6.0 -&gt; 4.7.0</title>
<updated>2025-01-27T09:55:18+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-01-19T20:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=34f7a6272af9fbbbb584a79ed00766a174d390a3'/>
<id>34f7a6272af9fbbbb584a79ed00766a174d390a3</id>
<content type='text'>
https://github.com/sissaschool/elementpath/blob/v4.7.0/CHANGELOG.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/sissaschool/elementpath/blob/v4.7.0/CHANGELOG.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.elementpath: update disabled</title>
<updated>2025-01-11T19:16:23+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-12-11T07:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5ef0268f7ff514fcba39560c1ef5be7836ff7392'/>
<id>5ef0268f7ff514fcba39560c1ef5be7836ff7392</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.elementpath: 4.5.0 -&gt; 4.6.0</title>
<updated>2025-01-11T19:16:20+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-12-11T07:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6762e6e33e7a2d57f57f447a0722600b6001304f'/>
<id>6762e6e33e7a2d57f57f447a0722600b6001304f</id>
<content type='text'>
Diff: https://github.com/sissaschool/elementpath/compare/refs/tags/v4.5.0...v4.6.0

Changelog: https://github.com/sissaschool/elementpath/blob/v4.6.0/CHANGELOG.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/sissaschool/elementpath/compare/refs/tags/v4.5.0...v4.6.0

Changelog: https://github.com/sissaschool/elementpath/blob/v4.6.0/CHANGELOG.rst
</pre>
</div>
</content>
</entry>
</feed>
