From f07f48c6f52ab5ecf7cf6c8fc7fdf87e984e72ad Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Sat, 24 Feb 2024 19:09:16 -0500 Subject: [PATCH] Updated authorship for 0.15.0 --- .authors.yml | 12 ++++++++---- .mailmap | 7 ++++--- AUTHORS.rst | 7 ++++--- rever.xsh | 1 - 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.authors.yml b/.authors.yml index 001ea6e05..af82403dc 100644 --- a/.authors.yml +++ b/.authors.yml @@ -64,7 +64,7 @@ - Gilbert.Forsyth@capitalone.com - gforsyth@gwu.edu - gil@forsyth.dev - num_commits: 638 + num_commits: 641 first_commit: 2015-10-19 16:04:32 github: gforsyth - name: Morten Enemark Lund @@ -291,7 +291,7 @@ github: shahinism - name: Jason R. Coombs email: jaraco@jaraco.com - num_commits: 12 + num_commits: 13 first_commit: 2018-04-23 15:25:29 github: jaraco - name: torgny @@ -1440,7 +1440,7 @@ first_commit: 2022-05-08 00:26:57 - name: dependabot[bot] email: 49699333+dependabot[bot]@users.noreply.github.com - num_commits: 7 + num_commits: 8 first_commit: 2022-06-08 09:43:32 - name: jbw3 email: jbw3@users.noreply.github.com @@ -1464,7 +1464,7 @@ first_commit: 2022-06-27 22:21:34 - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 39 + num_commits: 44 first_commit: 2022-07-11 14:26:34 - name: jgart email: 47760695+jgarte@users.noreply.github.com @@ -1576,3 +1576,7 @@ email: 108220148+rautyrauty@users.noreply.github.com num_commits: 1 first_commit: 2023-12-31 10:08:28 +- name: Matthieu LAURENT + email: matthieu.laurent69@protonmail.com + num_commits: 1 + first_commit: 2024-01-30 06:24:36 diff --git a/.mailmap b/.mailmap index 543501c2b..14c1590ff 100644 --- a/.mailmap +++ b/.mailmap @@ -40,8 +40,8 @@ Jean-Benoist Leger Jean-Benoist Leger christopher Klaus Alexander Seistrup Klaus Alexander Seistrup Leonardo Santagada -Burak Yiğit Kaya Burak Yigit Kaya pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> +Burak Yiğit Kaya Burak Yigit Kaya Matthias Bussonnier Aaron Griffin Rob Brewer Robert W. Brewer @@ -69,11 +69,11 @@ Paul Goelz cryzed Frank Sachsenheim Frank Sachsenheim Kurtis Rader +Jason R. Coombs Brian Visel cafehaine Andrew Hundt Jonathan Slenders -Jason R. Coombs Justin Moen Raphael Das Gupta Raphael Borun Das Gupta Caleb Hattingh @@ -87,11 +87,11 @@ Will Wykeham Oleh Prypin Brian Skinn Wendell Turner +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Alessio Bogon Alessio Bogon Yohei Tamura Maximilian Köhl Alexander Sosedkin -dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Cody Scott Jake Hedman traverseda @@ -343,5 +343,6 @@ Joshix-1 <57299889+Joshix-1@users.noreply.github.com> Nathan Monfils JamesParrott <80779630+JamesParrott@users.noreply.github.com> Airat Makhmutov <108220148+rautyrauty@users.noreply.github.com> +Matthieu LAURENT goodboy Atsushi Morimoto diff --git a/AUTHORS.rst b/AUTHORS.rst index 267f16b1a..65b36d046 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -20,8 +20,8 @@ Authors are sorted by number of commits. * christopher * Klaus Alexander Seistrup * Leonardo Santagada -* Burak Yiğit Kaya * pre-commit-ci[bot] +* Burak Yiğit Kaya * Matthias Bussonnier * Aaron Griffin * Rob Brewer @@ -47,11 +47,11 @@ Authors are sorted by number of commits. * cryzed * Frank Sachsenheim * Kurtis Rader +* Jason R. Coombs * Brian Visel * cafehaine * Andrew Hundt * Jonathan Slenders -* Jason R. Coombs * Justin Moen * Raphael Das Gupta * Caleb Hattingh @@ -65,11 +65,11 @@ Authors are sorted by number of commits. * Oleh Prypin * Brian Skinn * Wendell Turner +* dependabot[bot] * Alessio Bogon * Yohei Tamura * Maximilian Köhl * Alexander Sosedkin -* dependabot[bot] * Cody Scott * Jake Hedman * traverseda @@ -321,5 +321,6 @@ Authors are sorted by number of commits. * Nathan Monfils * JamesParrott * Airat Makhmutov +* Matthieu LAURENT * goodboy * Atsushi Morimoto diff --git a/rever.xsh b/rever.xsh index 88b6e8d80..95677a526 100644 --- a/rever.xsh +++ b/rever.xsh @@ -8,7 +8,6 @@ $ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage', 'tag', 'push_tag', 'ghrelease', 'sphinx', - 'conda_forge', ] $PYPI_SIGN = False $PYPI_BUILD_COMMANDS = ("sdist")