<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/setup.py, branch v1.21.4</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>MAINT: Add Python 3.10 to supported versions.</title>
<updated>2021-08-13T16:42:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-08-13T16:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e3b5f1d08d0503e9852f662f983f59ddb21cc55f'/>
<id>e3b5f1d08d0503e9852f662f983f59ddb21cc55f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: set Python upper bound to &lt;3.11</title>
<updated>2021-07-18T20:32:38+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-07-18T20:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1e8d6a83985f3191c63963414981743adc4353cf'/>
<id>1e8d6a83985f3191c63963414981743adc4353cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: set Python version correctly for 1.21.x (&lt;3.10)</title>
<updated>2021-07-16T20:52:23+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-07-16T20:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3d0843d81b3645383244cd40b8433a40566a7729'/>
<id>3d0843d81b3645383244cd40b8433a40566a7729</id>
<content type='text'>
Note that SciPy has a more elaborate method here, using
`IS_RELEASE_BRANCH`. Given that we're switching away from `setup.py` at
some point and the ship kind of has sailed for 1.21.x already,
I don't want to replicate that logic here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that SciPy has a more elaborate method here, using
`IS_RELEASE_BRANCH`. Given that we're switching away from `setup.py` at
some point and the ship kind of has sailed for 1.21.x already,
I don't want to replicate that logic here.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix setup.py to work in maintenance branches.</title>
<updated>2021-05-28T00:10:34+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-05-25T19:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b297420e2500c5ab7a7eeb9564a866f40f182ed'/>
<id>9b297420e2500c5ab7a7eeb9564a866f40f182ed</id>
<content type='text'>
This fixes setup.py to correctly detect the release status and base
version from the full version string provided by versioneer. Before
this fix, versions like '1.22.0.dev0+...' were correctly handled,
but versions like '1.21.0rc1+...' were not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes setup.py to correctly detect the release status and base
version from the full version string provided by versioneer. Before
this fix, versions like '1.22.0.dev0+...' were correctly handled,
but versions like '1.21.0rc1+...' were not.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Removed useless declarations in `bad_commands` </title>
<updated>2021-03-18T12:07:30+00:00</updated>
<author>
<name>Giulio Procopio</name>
<email>61784957+Giuppox@users.noreply.github.com</email>
</author>
<published>2021-03-18T12:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b39dc56bcbfb2990e970e405b863218980b6d68a'/>
<id>b39dc56bcbfb2990e970e405b863218980b6d68a</id>
<content type='text'>
When creating the `bad_commands` dictionary it is useless to declare commands that are already set with a default message in the 329th line's for loop</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating the `bad_commands` dictionary it is useless to declare commands that are already set with a default message in the 329th line's for loop</pre>
</div>
</content>
</entry>
<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>
</feed>
