<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/aiomodernforms, 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>2025-12-10T17:09:49Z</updated>
<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>python3Packages.aimodernfroms: allow local networking on darwin</title>
<updated>2025-11-15T13:08:21Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-11-15T13:08:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=07e7f6f517ff74ecbf56b2b262f37229c93ca8ba'/>
<id>urn:sha1:07e7f6f517ff74ecbf56b2b262f37229c93ca8ba</id>
<content type='text'>
Fixes the test suite.
</content>
</entry>
<entry>
<title>python3Packages.aiomodernforms: replace async-timeout with asyncio.timeout</title>
<updated>2025-11-13T03:22:40Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2025-11-13T03:22:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=08b01b4771281dd90917d552adb429457f0191f3'/>
<id>urn:sha1:08b01b4771281dd90917d552adb429457f0191f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "treewide: replace `rev` with `tag`"</title>
<updated>2025-04-08T06:57:25Z</updated>
<author>
<name>Winter</name>
<email>winter@winter.cafe</email>
</author>
<published>2025-04-08T06:51:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a19cd4ffb1f4b953a76f3ac29c6520d0b1877108'/>
<id>urn:sha1:a19cd4ffb1f4b953a76f3ac29c6520d0b1877108</id>
<content type='text'>
This reverts commit 65a333600d5c88a98d674f637d092807cfc12253.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
</content>
</entry>
<entry>
<title>treewide: replace `rev` with `tag`</title>
<updated>2025-04-07T14:57:22Z</updated>
<author>
<name>Pol Dellaiera</name>
<email>pol.dellaiera@protonmail.com</email>
</author>
<published>2025-04-07T06:23:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=65a333600d5c88a98d674f637d092807cfc12253'/>
<id>urn:sha1:65a333600d5c88a98d674f637d092807cfc12253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python313Packages.aiomodernforms: fix async-timeout compat</title>
<updated>2025-02-06T17:55:49Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-02-05T23:28:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7975a0077a6a25e504072950a4d6e08b8b5085fd'/>
<id>urn:sha1:7975a0077a6a25e504072950a4d6e08b8b5085fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python312Packages.aiomodernforms: disable failing tests</title>
<updated>2024-11-07T18:05:09Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-11-07T01:41:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=11f23199bd0779ccfda411a8cc23cf38d111ef79'/>
<id>urn:sha1:11f23199bd0779ccfda411a8cc23cf38d111ef79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages: format with nixfmt</title>
<updated>2024-05-22T15:32:03Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-05-22T14:01:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=59b1aef59071cae6e87859dc65de973d2cc595c0'/>
<id>urn:sha1:59b1aef59071cae6e87859dc65de973d2cc595c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3.pkgs.*: Explicitly pass buildPythonPackage format parameter</title>
<updated>2023-12-07T16:46:49Z</updated>
<author>
<name>adisbladis</name>
<email>adisbladis@gmail.com</email>
</author>
<published>2023-12-07T03:53:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=02dab4ab5ce6cc7a03736f3937650a161f5b3ae4'/>
<id>urn:sha1:02dab4ab5ce6cc7a03736f3937650a161f5b3ae4</id>
<content type='text'>
Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.

cc https://github.com/NixOS/nixpkgs/issues/253154
cc @mweinelt @figsoda
</content>
</entry>
<entry>
<title>python3.pkgs: Migrate fetchers to use hash</title>
<updated>2023-03-03T22:59:29Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2023-03-03T00:48:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0215034f25d23eb6da0f8006a941ccbfd4d9c355'/>
<id>urn:sha1:0215034f25d23eb6da0f8006a941ccbfd4d9c355</id>
<content type='text'>
when they already rely on SRI hashes.
</content>
</entry>
</feed>
