<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/matplotlib, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=master</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2026-01-19T22:21:32Z</updated>
<entry>
<title>pypy3Packages.matplotlib: fix shebang to fix build</title>
<updated>2026-01-19T22:21:32Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2026-01-19T20:09:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=042bbfd3e73c6b4082502b102691283c12e4a1e9'/>
<id>urn:sha1:042bbfd3e73c6b4082502b102691283c12e4a1e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.matplotlib: remove superfluous pythonOlder</title>
<updated>2026-01-13T16:11:51Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-13T16:11:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=b099b57c739e05f0f0efe1537a8e1ac0775a1336'/>
<id>urn:sha1:b099b57c739e05f0f0efe1537a8e1ac0775a1336</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49Z</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Revert "python311Packages.matplotlib: disable Tk on Python 3.11"</title>
<updated>2025-10-11T15:37:23Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2025-10-11T15:37:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c3dd2c7888dc536a31bb31b540c92ae6cb1fb72f'/>
<id>urn:sha1:c3dd2c7888dc536a31bb31b540c92ae6cb1fb72f</id>
<content type='text'>
This reverts commit 22412a6ab0448c78663d60277cc0a47a3f1987f4.
</content>
</entry>
<entry>
<title>python311Packages.matplotlib: disable Tk on Python 3.11</title>
<updated>2025-10-11T03:31:11Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2025-10-11T03:31:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=22412a6ab0448c78663d60277cc0a47a3f1987f4'/>
<id>urn:sha1:22412a6ab0448c78663d60277cc0a47a3f1987f4</id>
<content type='text'>
The tkinter package fails to build on Python 3.11.
</content>
</entry>
<entry>
<title>python3Packages.matplotlib: 3.10.3 -&gt; 3.10.5</title>
<updated>2025-08-09T16:57:40Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-08-04T15:59:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1b205d1645d52b27f100ab609800ad67fbfa3609'/>
<id>urn:sha1:1b205d1645d52b27f100ab609800ad67fbfa3609</id>
<content type='text'>
https://github.com/matplotlib/matplotlib/releases/tag/v3.10.4
https://github.com/matplotlib/matplotlib/releases/tag/v3.10.5
</content>
</entry>
<entry>
<title>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40Z</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>urn:sha1:5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python313Packages.matplotlib: 3.10.1 -&gt; 3.10.3</title>
<updated>2025-05-23T15:37:15Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-05-17T01:15:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2a276b78f443e2dcbbafcdcc69f7c2bf9bcc8e61'/>
<id>urn:sha1:2a276b78f443e2dcbbafcdcc69f7c2bf9bcc8e61</id>
<content type='text'>
https://github.com/matplotlib/matplotlib/releases/tag/v3.10.3
</content>
</entry>
<entry>
<title>treewide: remove usage of deprecated apple_sdk framework stubs</title>
<updated>2025-04-20T00:28:20Z</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-04-14T13:29:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=dd0f03a56cf2be99f0904ff1f64e1cc5fb201d43'/>
<id>urn:sha1:dd0f03a56cf2be99f0904ff1f64e1cc5fb201d43</id>
<content type='text'>
They are not doing anything right now. This is in preparation for their
complete removal from the tree.

Note: several changes that affect the derivation inputs (e.g. removal of
references to stub paths in build instructions) were left out. They will
be cleaned up the next iteration and will require special care.

Note: this PR is a result of a mix of ugly regex (not AST) based
automation and some manual labor. For reference, the regex automation
part was hacked in: https://github.com/booxter/nix-clean-apple_sdk

Signed-off-by: Ihar Hrachyshka &lt;ihar.hrachyshka@gmail.com&gt;
</content>
</entry>
</feed>
