<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/python-modules/aiosyncthing, 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.aiosyncthing: 0.6.3 -&gt; 0.7.1</title>
<updated>2026-02-01T15:41:37+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2026-01-21T17:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2e793262cb0b2f832eb32cb19ec1a6b8edbf86d7'/>
<id>2e793262cb0b2f832eb32cb19ec1a6b8edbf86d7</id>
<content type='text'>
https://github.com/zhulik/aiosyncthing/releases/tag/v0.7.1

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/zhulik/aiosyncthing/releases/tag/v0.7.1

This commit was automatically generated using update-python-libraries.
</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>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>python312Packages.aiosyncthing: refactor</title>
<updated>2025-01-06T11:12:43+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-01-06T11:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f3fe1478712c25d6729a21f9187112bad0575916'/>
<id>f3fe1478712c25d6729a21f9187112bad0575916</id>
<content type='text'>
- add changelog to meta
- migrate build-system
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add changelog to meta
- migrate build-system
</pre>
</div>
</content>
</entry>
<entry>
<title>python312Packages.aiosyncthing: migrate to pytest-cov-stub</title>
<updated>2025-01-06T11:08:43+00:00</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-01-06T11:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b6f118ba5b1a286b12ad1d82c9ac66fe6362ba93'/>
<id>b6f118ba5b1a286b12ad1d82c9ac66fe6362ba93</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>python3.pkgs.*: Explicitly pass buildPythonPackage format parameter</title>
<updated>2023-12-07T16:46:49+00:00</updated>
<author>
<name>adisbladis</name>
<email>adisbladis@gmail.com</email>
</author>
<published>2023-12-07T03:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=02dab4ab5ce6cc7a03736f3937650a161f5b3ae4'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>python3.pkgs: Migrate fetchers to use hash</title>
<updated>2023-03-03T22:59:29+00:00</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2023-03-03T00:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0215034f25d23eb6da0f8006a941ccbfd4d9c355'/>
<id>0215034f25d23eb6da0f8006a941ccbfd4d9c355</id>
<content type='text'>
when they already rely on SRI hashes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when they already rely on SRI hashes.
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: switch to nativeCheckInputs</title>
<updated>2023-01-21T12:00:00+00:00</updated>
<author>
<name>Guillaume Girol</name>
<email>symphorien+git@xlumurb.eu</email>
</author>
<published>2023-01-21T12:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=33afbf39f6f2a6b37e99f070ba7d17a28c416d02'/>
<id>33afbf39f6f2a6b37e99f070ba7d17a28c416d02</id>
<content type='text'>
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
</pre>
</div>
</content>
</entry>
<entry>
<title>python310Packages.aiosyncthing: test in asyncio auto mode</title>
<updated>2022-11-16T16:45:47+00:00</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2022-11-12T23:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=be64e576776e2a5b35fafffbaa95e39e836a72f1'/>
<id>be64e576776e2a5b35fafffbaa95e39e836a72f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
