<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git, branch master</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>fix typos and some other minor bugs (#2253)</title>
<updated>2023-05-09T10:03:08+00:00</updated>
<author>
<name>cui fliter</name>
<email>imcusg@gmail.com</email>
</author>
<published>2023-05-09T10:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=49aba759744c06fb3a6fa998155428520f161734'/>
<id>49aba759744c06fb3a6fa998155428520f161734</id>
<content type='text'>
Signed-off-by: cui fliter &lt;imcusg@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: cui fliter &lt;imcusg@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>skip who CLI related test if necessary</title>
<updated>2023-05-02T11:01:20+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-05-02T11:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=5c52826e7eac9648006392f5d491f6fdf6ff50a8'/>
<id>5c52826e7eac9648006392f5d491f6fdf6ff50a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NetBSD, cmdline(): add debug message on EINVAL (re. to #2250)</title>
<updated>2023-05-02T10:38:32+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-05-02T10:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=72906618b6353ef7b47582d74b98aff61b0d577e'/>
<id>72906618b6353ef7b47582d74b98aff61b0d577e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>makefile: integrate abi3audit CLI tool + refactoring</title>
<updated>2023-04-29T09:49:44+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-29T09:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=4d5b9e89b5f258b71d8caab0d720e8762a31eb92'/>
<id>4d5b9e89b5f258b71d8caab0d720e8762a31eb92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert previous makefile commit as it requires bash</title>
<updated>2023-04-29T07:52:41+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-29T07:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=d6d368037d5eb463c47d6c7232d37229975e61b1'/>
<id>d6d368037d5eb463c47d6c7232d37229975e61b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: expand variables</title>
<updated>2023-04-28T23:12:33+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-28T23:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=29bd071a8180ad89f44988712d3ee68ce1c96faf'/>
<id>29bd071a8180ad89f44988712d3ee68ce1c96faf</id>
<content type='text'>
Using $(shell ...) instead of `...` expands all variables.

Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using $(shell ...) instead of `...` expands all variables.

Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Run `abi3audit` on produced abi3 wheels (#2247)</title>
<updated>2023-04-24T10:22:58+00:00</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2023-04-24T10:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=7282a9202bf101b13991e2163c8cabdae3ba62ba'/>
<id>7282a9202bf101b13991e2163c8cabdae3ba62ba</id>
<content type='text'>
Signed-off-by: mayeut &lt;mayeut@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: mayeut &lt;mayeut@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>SunOS: fix some C compilation warnings</title>
<updated>2023-04-22T20:00:03+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-22T20:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=12fe73d2ed9c10ee5fa9b2e9fe00a2a27fe77e22'/>
<id>12fe73d2ed9c10ee5fa9b2e9fe00a2a27fe77e22</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>use glob.glob() in setup.py</title>
<updated>2023-04-20T19:00:25+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-20T19:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=995fa82a5f0b5013ca5535a9f1669c96d07ef4ca'/>
<id>995fa82a5f0b5013ca5535a9f1669c96d07ef4ca</id>
<content type='text'>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giampaolo Rodola &lt;g.rodola@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OSX / refact: get rid of process_info.c (#2243)</title>
<updated>2023-04-20T18:19:12+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2023-04-20T18:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=747965f6dbffe0a664a2ae7816f6d9b9a0f83fb5'/>
<id>747965f6dbffe0a664a2ae7816f6d9b9a0f83fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
