<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/dbus-python, branch origin/inadyn</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Finadyn</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Finadyn'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2024-11-23T09:48:14Z</updated>
<entry>
<title>python312Packages.dbus-python: increase test timeout</title>
<updated>2024-11-23T09:48:14Z</updated>
<author>
<name>FliegendeWurst</name>
<email>2012gdwu+github@posteo.de</email>
</author>
<published>2024-11-07T06:49:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=12836c78ba011e974c596bea0e433e0eb2073ce9'/>
<id>urn:sha1:12836c78ba011e974c596bea0e433e0eb2073ce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove unused with statements from maintainer lists</title>
<updated>2024-07-29T02:06:20Z</updated>
<author>
<name>Jörg Thalheim</name>
<email>joerg@thalheim.io</email>
</author>
<published>2024-07-28T14:44:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5356420466c4d7901b63acc5e337c5bf30573f8a'/>
<id>urn:sha1:5356420466c4d7901b63acc5e337c5bf30573f8a</id>
<content type='text'>
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
</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>Merge pull request #308196 from Mic92/element-desktop</title>
<updated>2024-05-10T20:07:38Z</updated>
<author>
<name>Maximilian Bosch</name>
<email>maximilian@mbosch.me</email>
</author>
<published>2024-05-10T20:07:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5f6f3dce0672fd64c2cb0d7cc9e4bf302cc6eec5'/>
<id>urn:sha1:5f6f3dce0672fd64c2cb0d7cc9e4bf302cc6eec5</id>
<content type='text'>
element-desktop,electron: fix cross build</content>
</entry>
<entry>
<title>python3.pkgs.dbus-python: fix cross build</title>
<updated>2024-05-10T15:48:33Z</updated>
<author>
<name>Jörg Thalheim</name>
<email>joerg@thalheim.io</email>
</author>
<published>2024-05-08T10:35:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8df62b078d46adec7da4daf8ab6b4132082283a1'/>
<id>urn:sha1:8df62b078d46adec7da4daf8ab6b4132082283a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.dbus-python: fix cross</title>
<updated>2024-05-10T15:08:36Z</updated>
<author>
<name>Alyssa Ross</name>
<email>hi@alyssa.is</email>
</author>
<published>2024-05-10T14:55:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=6ffea0de4c13c1987adec5e06f369514c1b15eb2'/>
<id>urn:sha1:6ffea0de4c13c1987adec5e06f369514c1b15eb2</id>
<content type='text'>
Looks for dbus-run-session when tests are enabled, which is only
provided through nativeCheckInputs (or buildInputs when not cross
compiling).

Fixes: 275ba0f1cb37 ("python311Packages.dbus-python: 1.2.18 -&gt; 1.3.2")
</content>
</entry>
<entry>
<title>python311Packages.dbus-python: 1.2.18 -&gt; 1.3.2</title>
<updated>2024-04-22T11:59:39Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2023-12-04T02:13:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=275ba0f1cb3779ed1f07438ad7f7a4d70efe72a5'/>
<id>urn:sha1:275ba0f1cb3779ed1f07438ad7f7a4d70efe72a5</id>
<content type='text'>
Migrates the build from autotools to meson-python.

Co-Authored-By: adisbladis &lt;adisbladis@gmail.com&gt;
Co-Authored-By: Sandro Jäckel &lt;sandro.jaeckel@gmail.com&gt;
</content>
</entry>
<entry>
<title>python312Packages.dbus-python: disable</title>
<updated>2023-12-20T19:46:25Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2023-12-13T23:59:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a507e4934859005e1c65107046b9f79b1eba3e6d'/>
<id>urn:sha1:a507e4934859005e1c65107046b9f79b1eba3e6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python311Packages.dbus-python: move from dbus to dbus-python</title>
<updated>2023-12-20T19:45:51Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2023-12-04T21:01:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9be98b9712156a97135f09fa4b6d7e91d87c4181'/>
<id>urn:sha1:9be98b9712156a97135f09fa4b6d7e91d87c4181</id>
<content type='text'>
</content>
</entry>
</feed>
