<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/fcompiler/gnu.py, branch dependabot/pip/gitpython-3.1.14</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Update gnu.py</title>
<updated>2020-12-03T15:44:16+00:00</updated>
<author>
<name>FX Coudert</name>
<email>fxcoudert@gmail.com</email>
</author>
<published>2020-12-03T15:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1ccb4c6dbfa6194d1627885e39f81823bce44fc7'/>
<id>1ccb4c6dbfa6194d1627885e39f81823bce44fc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: use sysconfig not distutils.sysconfig where possible</title>
<updated>2020-09-02T12:44:35+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-09-02T12:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=42f9d02a249103fd024241a17ba5896fd2e18bff'/>
<id>42f9d02a249103fd024241a17ba5896fd2e18bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove _EXTRAFLAGS variable (#17050)</title>
<updated>2020-08-12T17:55:50+00:00</updated>
<author>
<name>jakobjakobson13</name>
<email>43045863+jakobjakobson13@users.noreply.github.com</email>
</author>
<published>2020-08-12T17:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2b54640ad50bbbfecfb4c9cc8c9dd9c161f6a52e'/>
<id>2b54640ad50bbbfecfb4c9cc8c9dd9c161f6a52e</id>
<content type='text'>
Delete unused _EXTRAFLAGS variable throughout file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete unused _EXTRAFLAGS variable throughout file</pre>
</div>
</content>
</entry>
<entry>
<title>BLD, ENH: Add RPATH support for AIX (#16710)</title>
<updated>2020-07-08T00:35:16+00:00</updated>
<author>
<name>EGuesnet</name>
<email>51407514+EGuesnet@users.noreply.github.com</email>
</author>
<published>2020-07-08T00:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=084c1dc7524016a59248b811270e8e4d210b7c1d'/>
<id>084c1dc7524016a59248b811270e8e4d210b7c1d</id>
<content type='text'>
* ENH: Add RPATH support for AIX

* ENH: Rewrite function returning RPATH

* MAINT: Use f-strings for clarity.

Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ENH: Add RPATH support for AIX

* ENH: Rewrite function returning RPATH

* MAINT: Use f-strings for clarity.

Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: gcc &gt;= 10: correctly compare major version</title>
<updated>2020-06-02T16:28:11+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-06-01T16:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6deecb9e5a13a51f2e27a7af34aa1868f0330f6a'/>
<id>6deecb9e5a13a51f2e27a7af34aa1868f0330f6a</id>
<content type='text'>
The comparison of GCC major version used a string
comparison, which is known to break when comparing
single vs. double version numbers. This fix
compares the integer of the major GCC version.

Before this fix, GCC/Gfortran 10 would get inappropriate
flag "-mno-cygwin" applied, which was removed in GCC 4
and makes GCC error out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comparison of GCC major version used a string
comparison, which is known to break when comparing
single vs. double version numbers. This fix
compares the integer of the major GCC version.

Before this fix, GCC/Gfortran 10 would get inappropriate
flag "-mno-cygwin" applied, which was removed in GCC 4
and makes GCC error out.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: update default MACOSX_DEPLOYMENT_TARGET to 10.9 (from review)</title>
<updated>2020-04-08T05:58:18+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-04-08T05:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=42281e9523572e299ab90446f4d83cb50f1149e4'/>
<id>42281e9523572e299ab90446f4d83cb50f1149e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: use sysconfig instead of probing Makefile</title>
<updated>2020-04-07T09:08:51+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-04-07T09:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=303c704660e06fe6828eb6140bcc19bba9a8c834'/>
<id>303c704660e06fe6828eb6140bcc19bba9a8c834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: cleanup unused imports; avoid redefinition of imports</title>
<updated>2020-02-06T09:16:23+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-02-04T19:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=07bf33fbf5be8143aab037dc65aba3086f8badf6'/>
<id>07bf33fbf5be8143aab037dc65aba3086f8badf6</id>
<content type='text'>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup unused imports (F401) of mostly standard Python modules,
  or some internal but unlikely referenced modules
* Where internal imports are potentially used, mark with noqa
* Avoid redefinition of imports (F811)
</pre>
</div>
</content>
</entry>
<entry>
<title>[MAINT] Cleanup python2 sys.version checks</title>
<updated>2020-01-20T23:22:57+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-16T01:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9a21ec857b22ff0140a7f71a12f2cc943f163404'/>
<id>9a21ec857b22ff0140a7f71a12f2cc943f163404</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15248 from eric-wieser/avoid-exc_info</title>
<updated>2020-01-06T00:27:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-01-06T00:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ba81c4200f289b393755d954f7450804ec8f897a'/>
<id>ba81c4200f289b393755d954f7450804ec8f897a</id>
<content type='text'>
MAINT: cleanup use of sys.exc_info</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: cleanup use of sys.exc_info</pre>
</div>
</content>
</entry>
</feed>
