<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/aioelectricitymaps, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>treewide: prune pythonOlder 3.10/3.11</title>
<updated>2026-02-15T03:33:54+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-02-15T02:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8ea6bde88dd8ac77d9d81135d71a075d5d691c87'/>
<id>8ea6bde88dd8ac77d9d81135d71a075d5d691c87</id>
<content type='text'>
This is a post 3.10 removal cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a post 3.10 removal cleanup.
</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.aioelectricitymaps: 1.1.0 -&gt; 1.1.1</title>
<updated>2025-08-24T07:36:13+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>fabian@affolter-engineering.ch</email>
</author>
<published>2025-08-24T07:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=09ab794379be9d87f5e3f07dfd8cc662e94831f5'/>
<id>09ab794379be9d87f5e3f07dfd8cc662e94831f5</id>
<content type='text'>
Diff: https://github.com/jpbede/aioelectricitymaps/compare/v1.1.0...v1.1.1

Changelog: https://github.com/jpbede/aioelectricitymaps/releases/tag/v1.1.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/jpbede/aioelectricitymaps/compare/v1.1.0...v1.1.1

Changelog: https://github.com/jpbede/aioelectricitymaps/releases/tag/v1.1.1
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: pytestFlagsArray -&gt; pytestFlags and join flag and option argument</title>
<updated>2025-06-15T17:02:16+00:00</updated>
<author>
<name>Yueh-Shun Li</name>
<email>shamrocklee@posteo.net</email>
</author>
<published>2025-04-30T19:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=76e2a397c25a4a711abd5f4b697d54f0e509cb12'/>
<id>76e2a397c25a4a711abd5f4b697d54f0e509cb12</id>
<content type='text'>
This treewide change targets Python packages
that specifies pytest flags with pytestFlagsArray,
and whose flags cannot be consructed by other pytestCheckHook-honoured arguments.

Use the __structuredAttrs-agnostic argument pytestFlags
instead of the deprecated pytestFlagsArray.

For flags with option arguments,
join each flag and their option argument into a single command-line argument
following POSIX Utility Argument Syntax[1]
for easier overriding (remove/replace).

Examples:

* [ "-W" "ignore:message:WarningClass" ] -&gt;
  [ "-Wignore:message:WarningClass" ]

* [ "--reruns" "3" ] -&gt;
  [ "--reruns=3" ]

[1]: https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This treewide change targets Python packages
that specifies pytest flags with pytestFlagsArray,
and whose flags cannot be consructed by other pytestCheckHook-honoured arguments.

Use the __structuredAttrs-agnostic argument pytestFlags
instead of the deprecated pytestFlagsArray.

For flags with option arguments,
join each flag and their option argument into a single command-line argument
following POSIX Utility Argument Syntax[1]
for easier overriding (remove/replace).

Examples:

* [ "-W" "ignore:message:WarningClass" ] -&gt;
  [ "-Wignore:message:WarningClass" ]

* [ "--reruns" "3" ] -&gt;
  [ "--reruns=3" ]

[1]: https://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html
</pre>
</div>
</content>
</entry>
<entry>
<title>python313Packages.aioelectricitymaps: 1.0.0 -&gt; 1.1.0</title>
<updated>2025-02-08T12:00:13+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-02-08T12:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=86a9d3dabe21e9e04616672dc25bd72bec6db915'/>
<id>86a9d3dabe21e9e04616672dc25bd72bec6db915</id>
<content type='text'>
Diff: https://github.com/jpbede/aioelectricitymaps/compare/refs/tags/v1.0.0...v1.1.0

Changelog: https://github.com/jpbede/aioelectricitymaps/releases/tag/v1.1.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Diff: https://github.com/jpbede/aioelectricitymaps/compare/refs/tags/v1.0.0...v1.1.0

Changelog: https://github.com/jpbede/aioelectricitymaps/releases/tag/v1.1.0
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`</title>
<updated>2025-01-03T23:19:17+00:00</updated>
<author>
<name>Peder Bergebakken Sundt</name>
<email>pbsds@hotmail.com</email>
</author>
<published>2025-01-03T20:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0cd04d30366f52fe9dd7664fb7decf4b93b1d789'/>
<id>0cd04d30366f52fe9dd7664fb7decf4b93b1d789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.aioelectricitymaps: update test snapshots</title>
<updated>2024-12-09T02:46:33+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-12-08T23:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=e892f6e3c70a3c81b6314787ddf5c87076bc631a'/>
<id>e892f6e3c70a3c81b6314787ddf5c87076bc631a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.aioelectricitymaps: refactor</title>
<updated>2024-11-14T08:51:46+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-11-14T08:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=28a76a17bf5fa1e3369c1cdc2df78d119757169c'/>
<id>28a76a17bf5fa1e3369c1cdc2df78d119757169c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages: format with nixfmt</title>
<updated>2024-05-22T15:32:03+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-05-22T14:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=59b1aef59071cae6e87859dc65de973d2cc595c0'/>
<id>59b1aef59071cae6e87859dc65de973d2cc595c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python3Packages.aioelectricitymaps: 0.4.0 -&gt; 1.0.0</title>
<updated>2024-03-12T16:41:38+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-03-08T01:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3db5296f855ef9acd295e630f8f4bc64f17a278e'/>
<id>3db5296f855ef9acd295e630f8f4bc64f17a278e</id>
<content type='text'>
https://github.com/jpbede/aioelectricitymaps/releases/tag/v1.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/jpbede/aioelectricitymaps/releases/tag/v1.0.0
</pre>
</div>
</content>
</entry>
</feed>
