<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, 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>MAINT: Bump gitpython from 3.1.13 to 3.1.14</title>
<updated>2021-03-08T07:47:11+00:00</updated>
<author>
<name>dependabot-preview[bot]</name>
<email>27856297+dependabot-preview[bot]@users.noreply.github.com</email>
</author>
<published>2021-03-08T07:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=56242433d7fc78b077dc3f8fa7a7b3a1d8c688c8'/>
<id>56242433d7fc78b077dc3f8fa7a7b3a1d8c688c8</id>
<content type='text'>
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/master/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.13...3.1.14)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/master/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.13...3.1.14)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18572 from seberg/ci-devdoc-branch</title>
<updated>2021-03-07T22:56:00+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-03-07T22:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0cea1d9b585ebe9895c898c60f05572840579c89'/>
<id>0cea1d9b585ebe9895c898c60f05572840579c89</id>
<content type='text'>
CI: Do not pass original branch name to `git branch -m main`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI: Do not pass original branch name to `git branch -m main`</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Do not pass original branch name to `git branch -m main`</title>
<updated>2021-03-07T22:21:31+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-03-07T21:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5631e8ee5aeea8fe645ee46aa12f76ecff1badf2'/>
<id>5631e8ee5aeea8fe645ee46aa12f76ecff1badf2</id>
<content type='text'>
Should fix the current failure that "master" does not exist.
I am a bit curious why master does not exist, maybe the CircleCI
git is set up to use some other default.
Move the branch rename to after the commit, to make sure that
the fact that the branch is empty (and `git branch` also)
cannot influence the result.

[ci-skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should fix the current failure that "master" does not exist.
I am a bit curious why master does not exist, maybe the CircleCI
git is set up to use some other default.
Move the branch rename to after the commit, to make sure that
the fact that the branch is empty (and `git branch` also)
cannot influence the result.

[ci-skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18570 from seberg/ci-devdoc-branch</title>
<updated>2021-03-07T20:32:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-03-07T20:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=516a0ce17153ffd3153bc9427869bff2b58e329a'/>
<id>516a0ce17153ffd3153bc9427869bff2b58e329a</id>
<content type='text'>
CI: Use `git branch -m` instead of `--initial-branch=main`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI: Use `git branch -m` instead of `--initial-branch=main`</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Use `git branch -m` instead of `--initial-branch=main`</title>
<updated>2021-03-07T19:22:17+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-03-07T19:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f2dd5ab63fad36c0dd6b5e16cd7883ad25b98100'/>
<id>f2dd5ab63fad36c0dd6b5e16cd7883ad25b98100</id>
<content type='text'>
It seems the git in the CircleCI environment does not have the
`--initial-branch` option that my local git has, hopefully
`git branch -m` works fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems the git in the CircleCI environment does not have the
`--initial-branch` option that my local git has, hopefully
`git branch -m` works fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18439 from WarrenWeckesser/random-choice-exc</title>
<updated>2021-03-07T19:00:50+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-03-07T19:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4af35a75b313411753b037f040d0eaf234321c5b'/>
<id>4af35a75b313411753b037f040d0eaf234321c5b</id>
<content type='text'>
MAINT: random: Use 'from exc' when raising a ValueError in choice.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: random: Use 'from exc' when raising a ValueError in choice.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18569 from seberg/ci-devdoc-branch</title>
<updated>2021-03-07T18:51:17+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-03-07T18:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6c00ecd490384abd407bf2da2ed70fc353a3b173'/>
<id>6c00ecd490384abd407bf2da2ed70fc353a3b173</id>
<content type='text'>
CI: Ensure that doc-build uses "main" as branch name</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI: Ensure that doc-build uses "main" as branch name</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Ensure that doc-build uses "main" as branch name</title>
<updated>2021-03-07T17:48:39+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-03-07T17:48:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9812cc869a1cbb47e4918e3eaff58d2a5e1b4d46'/>
<id>9812cc869a1cbb47e4918e3eaff58d2a5e1b4d46</id>
<content type='text'>
The default of git is still "master", so we need to set
`--initial-branch=main` to ensure that we use the name `main`
that is used in the devdoc repository.

Closes gh-18568
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default of git is still "master", so we need to set
`--initial-branch=main` to ensure that we use the name `main`
that is used in the devdoc repository.

Closes gh-18568
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: skip lint check on merges with main (#18567)</title>
<updated>2021-03-07T17:00:16+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-03-07T17:00:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=404e41fd16d456d83d4db538b7b39e0269522005'/>
<id>404e41fd16d456d83d4db538b7b39e0269522005</id>
<content type='text'>
There's no lint diff, so the check should not run</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no lint diff, so the check should not run</pre>
</div>
</content>
</entry>
<entry>
<title>CI: another master -&gt; main fix (#18566)</title>
<updated>2021-03-07T16:36:13+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-03-07T16:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3412ef6643a946a04f5e522e5a412ff24b0ea4b9'/>
<id>3412ef6643a946a04f5e522e5a412ff24b0ea4b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
