<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/setup.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>BLD: fix issue with `bdist_egg`, which made `make dist` in doc/ fail</title>
<updated>2021-01-27T21:50:43+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-01-27T21:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=491d26b2bcbc3b1c57c3310d8a81f694c3450da3'/>
<id>491d26b2bcbc3b1c57c3310d8a81f694c3450da3</id>
<content type='text'>
This issue came in because of commit 9b3f65096e a month ago.
`bdist_egg` has always been missing from the command list, but
that wasn't a problem because missing commands were simply
ignored by the validation. After that commit we started raising
a RuntimeError instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This issue came in because of commit 9b3f65096e a month ago.
`bdist_egg` has always been missing from the command list, but
that wasn't a problem because missing commands were simply
ignored by the validation. After that commit we started raising
a RuntimeError instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18042 from charris/testing</title>
<updated>2020-12-27T20:56:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-27T20:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7d0430be0712f0a02102c8637da7741eb3b948bb'/>
<id>7d0430be0712f0a02102c8637da7741eb3b948bb</id>
<content type='text'>
MAINT: Add dist_info to "other" setup.py commands.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Add dist_info to "other" setup.py commands.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Add dist_info to valid setup.py commands.</title>
<updated>2020-12-27T19:57:19+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-20T23:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b3f65096ee6bee277552da987ce296985baa96d'/>
<id>9b3f65096ee6bee277552da987ce296985baa96d</id>
<content type='text'>
The follwing changes are made to 'setup.py'.

- Add 'dist_info' to the valid 'setup.py' commands. The 'dist_info'
  command was added to setuptools in 2017 and we were following the
  unrecognized command path in setup.py which raised a warning.
- Add 'version' to the recognized information commands, it came in with
  the move to versioneer.
- Include the arguments passed to 'setup.py' when the unrecognized
  command warning is raised. This will aid in maintaining the command
  checks in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The follwing changes are made to 'setup.py'.

- Add 'dist_info' to the valid 'setup.py' commands. The 'dist_info'
  command was added to setuptools in 2017 and we were following the
  unrecognized command path in setup.py which raised a warning.
- Add 'version' to the recognized information commands, it came in with
  the move to versioneer.
- Include the arguments passed to 'setup.py' when the unrecognized
  command warning is raised. This will aid in maintaining the command
  checks in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: ensure we give the right error message for old Python versions</title>
<updated>2020-12-22T20:11:50+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2020-12-22T20:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f66d5dbb02f576541133f1108d73ae81f8a8f42f'/>
<id>f66d5dbb02f576541133f1108d73ae81f8a8f42f</id>
<content type='text'>
Before this change, it would give a random syntax error somewhere
in `versioneer`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this change, it would give a random syntax error somewhere
in `versioneer`.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Replace f-string in root setup.py</title>
<updated>2020-12-12T15:17:01+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-12T15:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ca11e4e2ebde67743c3ce09ccd265ffd855dbf4f'/>
<id>ca11e4e2ebde67743c3ce09ccd265ffd855dbf4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Make sdist use distutils.</title>
<updated>2020-12-10T18:58:47+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-10T18:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fed2509471e77e0357c5252e69fc6159881f6cb2'/>
<id>fed2509471e77e0357c5252e69fc6159881f6cb2</id>
<content type='text'>
If sdist uses setuptools there can be problems, see gh-7127.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If sdist uses setuptools there can be problems, see gh-7127.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Use versioneer to manage numpy versions.</title>
<updated>2020-12-08T17:25:28+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-02T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=40fd17e3a2418d54284b53dbcf2ba72dbfbb58ad'/>
<id>40fd17e3a2418d54284b53dbcf2ba72dbfbb58ad</id>
<content type='text'>
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.

See https://github.com/python-versioneer/python-versioneer/ for more
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.

See https://github.com/python-versioneer/python-versioneer/ for more
information.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove remaining uses of Python 3.6.</title>
<updated>2020-12-02T20:35:57+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-02T20:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=88be44bacffeb336317e51c5199e1ef6e41ee183'/>
<id>88be44bacffeb336317e51c5199e1ef6e41ee183</id>
<content type='text'>
We missed a few first time around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We missed a few first time around.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Timestamp development versions.</title>
<updated>2020-11-30T21:33:20+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-11-30T21:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=242a1b52fba8e654f3d2a309a6390fac51909df5'/>
<id>242a1b52fba8e654f3d2a309a6390fac51909df5</id>
<content type='text'>
This adds a timestamp to development versions of NumPy. We used to do
this for NumPy nightly builds so that pip would pickup the latest
version, but pip 20.3 breaks with that as there is disagreement between
the wheel name and the internal version.

Closes #17885.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a timestamp to development versions of NumPy. We used to do
this for NumPy nightly builds so that pip would pickup the latest
version, but pip 20.3 breaks with that as there is disagreement between
the wheel name and the internal version.

Closes #17885.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Update master after 1.20.x branch.</title>
<updated>2020-11-27T15:12:20+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-11-27T14:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a37b3a82f1abc3e73287883acfd2b06f88a09f13'/>
<id>a37b3a82f1abc3e73287883acfd2b06f88a09f13</id>
<content type='text'>
- Update setup.py
- Update pavement.py
- Add 1.21.0-note.rst
- Update npyconfig.h
- Clear release/upcoming_changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update setup.py
- Update pavement.py
- Add 1.21.0-note.rst
- Update npyconfig.h
- Clear release/upcoming_changes
</pre>
</div>
</content>
</entry>
</feed>
