[python-committers] How does GitHub count contributors?

2017-06-24 Thread Antoine Pitrou
Hello, This is a bit of a futile question, but I realize I'm nowhere to be seen in https://github.com/python/cpython/graphs/contributors Is there some map file somewhere that I must update to match my commit e-mail to my GitHub account? Regards Antoine.

Re: [python-committers] [Python-Dev] New workflow change: Welcome to blurb

2017-06-24 Thread Larry Hastings
On 06/23/2017 10:55 PM, Nick Coghlan wrote: Aye, towncrier and OpenStack's reno were the two main alternatives we looked at in addition to Larry's offer of creating a tool specifically for CPython: https://github.com/python/core-workflow/issues/6 Fun fact: all three tools started at about the s

Re: [python-committers] How does GitHub count contributors?

2017-06-24 Thread Terry Reedy
On 6/24/2017 11:05 AM, Antoine Pitrou wrote: Hello, This is a bit of a futile question, but I realize I'm nowhere to be seen in https://github.com/python/cpython/graphs/contributors Is there some map file somewhere that I must update to match my commit e-mail to my GitHub account? All I did

Re: [python-committers] How does GitHub count contributors?

2017-06-24 Thread Antoine Pitrou
Le 24/06/2017 à 18:05, Terry Reedy a écrit : > > I use the same > email for both github and bpo. I can't see if your github email is the > same as your primary bpo email and I don't know if that makes any > difference. I added a secondary e-mail to my GitHub account (matching the e-mail I us

Re: [python-committers] How does GitHub count contributors?

2017-06-24 Thread Brett Cannon
On Sat, 24 Jun 2017 at 09:22 Antoine Pitrou wrote: > > Le 24/06/2017 à 18:05, Terry Reedy a écrit : > > > > I use the same > > email for both github and bpo. I can't see if your github email is the > > same as your primary bpo email and I don't know if that makes any > > difference. > > I added

Re: [python-committers] How does GitHub count contributors?

2017-06-24 Thread Donald Stufft
> On Jun 24, 2017, at 11:05 AM, Antoine Pitrou wrote: > > > Hello, > > This is a bit of a futile question, but I realize I'm nowhere to be seen > in https://github.com/python/cpython/graphs/contributors > > Is there some map file somewhere that I must update to match my commit > e-mail to my

Re: [python-committers] New workflow change: Welcome to blurb

2017-06-24 Thread Larry Hastings
On 06/23/2017 11:25 PM, Serhiy Storchaka wrote: I have installed it, but how to use it? $ python3 -m pip install --user blurb Collecting blurb Using cached blurb-1.0-py3-none-any.whl Installing collected packages: blurb Successfully installed blurb-1.0 $ python3 -m blurb /usr/bin/python3: No

Re: [python-committers] New workflow change: Welcome to blurb

2017-06-24 Thread Terry Reedy
On 6/23/2017 11:24 PM, Larry Hastings wrote: > You can install blurb from pip: > > % pip3.6 install blurb This does not seem to work right. On Windows: C:\Users\Terry>py -3 -m pip install blurb Collecting blurb Downloading blurb-1.0-py3-none-any.whl Installing collected packages: blurb S

Re: [python-committers] New workflow change: Welcome to blurb

2017-06-24 Thread Larry Hastings
On 06/24/2017 09:40 AM, Terry Reedy wrote: On 6/23/2017 11:24 PM, Larry Hastings wrote: > You can install blurb from pip: > > % pip3.6 install blurb This does not seem to work right. On Windows: C:\Users\Terry>py -3 -m pip install blurb Collecting blurb Downloading blurb-1.0-py3-none-an

Re: [python-committers] [Python-Dev] New workflow change: Welcome to blurb

2017-06-24 Thread Brett Cannon
On Sat, 24 Jun 2017 at 09:46 Larry Hastings wrote: > On 06/24/2017 09:40 AM, Terry Reedy wrote: > > On 6/23/2017 11:24 PM, Larry Hastings wrote: > > > You can install blurb from pip: > > > > % pip3.6 install blurb > > This does not seem to work right. On Windows: > > C:\Users\Terry>py -3 -m

Re: [python-committers] [Python-Dev] New workflow change: Welcome to blurb

2017-06-24 Thread Brett Cannon
I just pushed blurb 1.0.0.post1 which re-packages everything using flit so there's a blurb.py and an entry point for the `blurb` command. That should meet everyone's needs for launching the tool. On Sat, 24 Jun 2017 at 09:54 Brett Cannon wrote: > On Sat, 24 Jun 2017 at 09:46 Larry Hastings wrot

Re: [python-committers] New workflow change: Welcome to blurb

2017-06-24 Thread Terry Reedy
On 6/24/2017 12:45 PM, Larry Hastings wrote: On 06/24/2017 09:40 AM, Terry Reedy wrote: On 6/23/2017 11:24 PM, Larry Hastings wrote: > You can install blurb from pip: > > % pip3.6 install blurb This does not seem to work right. On Windows: C:\Users\Terry>py -3 -m pip install blurb Collec

Re: [python-committers] New workflow change: Welcome to blurb

2017-06-24 Thread Larry Hastings
On 06/24/2017 10:30 AM, Terry Reedy wrote: Solution: name the file blurb.py and put it in site-packages. This is standard and what is done by all other pip-installs that I have run. Put a copy in /Scripts if you want, but that is really optional and only sometimes effective. Brett redid th

[python-committers] Travis now checks for whitespace issues in PRs

2017-06-24 Thread Brett Cannon
I just pushed a change to master, 3.6, and 3.5 where Tools/scripts/patchcheck.py now has a --travis option which will run the whitespace fixers from `make patchcheck` but trigger a Travis build failure if any changes were necessary. This only runs on Linux so it is a PR blocker, but also so it isn'