[python-committers] Re: dependabot gone bonkers?

2020-12-01 Thread Guido van Rossum
Yup, it's because upstream cpython has this file:

https://github.com/gvanrossum/cpython/blob/master/.github/dependabot.yml

I still think this is a bug (or missing feature) in dependabot. Please +1
that issue!

On Tue, Dec 1, 2020 at 7:52 AM Mariatta  wrote:

> Maybe a recent change in dependabot. This open ticket seems related
> https://github.com/dependabot/dependabot-core/issues/2804
>
> On Tue., Dec. 1, 2020, 7:36 a.m. Guido van Rossum, 
> wrote:
>
>> I got this too on two forks of cpython. It smells like a dependabot
>> mistake.
>>
>> On Tue, Dec 1, 2020 at 04:59 Terry Reedy  wrote:
>>
>>> This morning I woke to find that dependabot had added two new branches
>>> to my cpython fork
>>> https://github.com/terryjreedy/cpython/branches
>>> and had created corresponding PRs
>>> https://github.com/terryjreedy/cpython/pull/3
>>> https://github.com/terryjreedy/cpython/pull/4
>>>
>>> Whether all forks or all committers or just me got these, it seems
>>> wrong.  I suspect that I should just close the extraneous PRs and delete
>>> the branches.
>>>
>>> Dependabot also created the same branches and PRs directly on
>>> python/cpython.
>>> https://github.com/python/cpython/branches
>>> https://github.com/python/cpython/pull/23582
>>> https://github.com/python/cpython/pull/23583
>>> Only these PRs got the proper labels.  Someone should merge these PRs
>>> and delete the branches.
>>>
>>> Also, it seems that dependabot should be reconfigured to not create
>>> duplicate branches and PRs.
>>>
>>> --
>>> Terry Jan Reedy
>>> ___
>>> python-committers mailing list -- python-committers@python.org
>>> To unsubscribe send an email to python-committers-le...@python.org
>>> https://mail.python.org/mailman3/lists/python-committers.python.org/
>>> Message archived at
>>> https://mail.python.org/archives/list/python-committers@python.org/message/3NREMKOZNH6Q5KMUFTPD66YAXUP6DIC4/
>>> Code of Conduct: https://www.python.org/psf/codeofconduct/
>>>
>> --
>> --Guido (mobile)
>> ___
>> python-committers mailing list -- python-committers@python.org
>> To unsubscribe send an email to python-committers-le...@python.org
>> https://mail.python.org/mailman3/lists/python-committers.python.org/
>> Message archived at
>> https://mail.python.org/archives/list/python-committers@python.org/message/F6YDV3LBHIHORFMEGVIIFCYKZS7M4GET/
>> Code of Conduct: https://www.python.org/psf/codeofconduct/
>>
>

-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*

___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/BDVBZIONX76PGR5PMV2BH72YRMKIADF6/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: dependabot gone bonkers?

2020-12-01 Thread Mariatta
Maybe a recent change in dependabot. This open ticket seems related
https://github.com/dependabot/dependabot-core/issues/2804

On Tue., Dec. 1, 2020, 7:36 a.m. Guido van Rossum,  wrote:

> I got this too on two forks of cpython. It smells like a dependabot
> mistake.
>
> On Tue, Dec 1, 2020 at 04:59 Terry Reedy  wrote:
>
>> This morning I woke to find that dependabot had added two new branches
>> to my cpython fork
>> https://github.com/terryjreedy/cpython/branches
>> and had created corresponding PRs
>> https://github.com/terryjreedy/cpython/pull/3
>> https://github.com/terryjreedy/cpython/pull/4
>>
>> Whether all forks or all committers or just me got these, it seems
>> wrong.  I suspect that I should just close the extraneous PRs and delete
>> the branches.
>>
>> Dependabot also created the same branches and PRs directly on
>> python/cpython.
>> https://github.com/python/cpython/branches
>> https://github.com/python/cpython/pull/23582
>> https://github.com/python/cpython/pull/23583
>> Only these PRs got the proper labels.  Someone should merge these PRs
>> and delete the branches.
>>
>> Also, it seems that dependabot should be reconfigured to not create
>> duplicate branches and PRs.
>>
>> --
>> Terry Jan Reedy
>> ___
>> python-committers mailing list -- python-committers@python.org
>> To unsubscribe send an email to python-committers-le...@python.org
>> https://mail.python.org/mailman3/lists/python-committers.python.org/
>> Message archived at
>> https://mail.python.org/archives/list/python-committers@python.org/message/3NREMKOZNH6Q5KMUFTPD66YAXUP6DIC4/
>> Code of Conduct: https://www.python.org/psf/codeofconduct/
>>
> --
> --Guido (mobile)
> ___
> python-committers mailing list -- python-committers@python.org
> To unsubscribe send an email to python-committers-le...@python.org
> https://mail.python.org/mailman3/lists/python-committers.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-committers@python.org/message/F6YDV3LBHIHORFMEGVIIFCYKZS7M4GET/
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/KXPH7VN5WBSTOG4KKXB6IYD5O4KOA76V/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: dependabot gone bonkers?

2020-12-01 Thread Guido van Rossum
I got this too on two forks of cpython. It smells like a dependabot mistake.

On Tue, Dec 1, 2020 at 04:59 Terry Reedy  wrote:

> This morning I woke to find that dependabot had added two new branches
> to my cpython fork
> https://github.com/terryjreedy/cpython/branches
> and had created corresponding PRs
> https://github.com/terryjreedy/cpython/pull/3
> https://github.com/terryjreedy/cpython/pull/4
>
> Whether all forks or all committers or just me got these, it seems
> wrong.  I suspect that I should just close the extraneous PRs and delete
> the branches.
>
> Dependabot also created the same branches and PRs directly on
> python/cpython.
> https://github.com/python/cpython/branches
> https://github.com/python/cpython/pull/23582
> https://github.com/python/cpython/pull/23583
> Only these PRs got the proper labels.  Someone should merge these PRs
> and delete the branches.
>
> Also, it seems that dependabot should be reconfigured to not create
> duplicate branches and PRs.
>
> --
> Terry Jan Reedy
> ___
> python-committers mailing list -- python-committers@python.org
> To unsubscribe send an email to python-committers-le...@python.org
> https://mail.python.org/mailman3/lists/python-committers.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-committers@python.org/message/3NREMKOZNH6Q5KMUFTPD66YAXUP6DIC4/
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
-- 
--Guido (mobile)
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/F6YDV3LBHIHORFMEGVIIFCYKZS7M4GET/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] dependabot gone bonkers?

2020-12-01 Thread Terry Reedy
This morning I woke to find that dependabot had added two new branches 
to my cpython fork

https://github.com/terryjreedy/cpython/branches
and had created corresponding PRs
https://github.com/terryjreedy/cpython/pull/3
https://github.com/terryjreedy/cpython/pull/4

Whether all forks or all committers or just me got these, it seems 
wrong.  I suspect that I should just close the extraneous PRs and delete 
the branches.


Dependabot also created the same branches and PRs directly on 
python/cpython.

https://github.com/python/cpython/branches
https://github.com/python/cpython/pull/23582
https://github.com/python/cpython/pull/23583
Only these PRs got the proper labels.  Someone should merge these PRs 
and delete the branches.


Also, it seems that dependabot should be reconfigured to not create 
duplicate branches and PRs.


--
Terry Jan Reedy
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/3NREMKOZNH6Q5KMUFTPD66YAXUP6DIC4/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] Re: Voter Roll for 2020 Steering Council Election (2021 term)

2020-12-01 Thread Ernest W. Durbin III
Confirming that ballots have been sent and voting is open.

Voting will close at 12:00 UTC on December 16th.

If you have any issues with your ballot please email psf-electi...@python.org

-Ernest


On November 30, 2020 at 1:39:06 PM, Ernest W. Durbin III (ern...@python.org) 
wrote:

The voter roll for the 2020 Steering Council Election (2021 term) has been 
established. Please see the output from the tooling at 
https://github.com/python/voters/pull/33 and the resulting change to PEP 8102 
at https://github.com/python/peps/pull/1723.

The election will be opened at 12:00 UTC December 1st, 2020 and will end 12:00 
UTC December 16th, 2020 (December 15th AoE).

Ballots will be delivered via the Helios voting system from 
sys...@heliosvoting.org with the subject “Vote: 2021 Python Steering Council 
Election"

Important!

All core devs should review 
https://www.python.org/dev/peps/pep-8102/#active-python-core-developers and 
https://github.com/python/voters/blob/master/voter-files/2020-12-01-python-steering-council-election.csv
 to ensure that you're listed (if you expect to be) and that your information 
is correct (specifically the email address).

The voter list has been updated since the last election so we want to make sure 
all the correct voters are captured before voting begins.

If there are discrepancies in the voter list, please contact 
psf-electi...@python.org.

On behalf of myself, Joe Carey, and Ewa Jodlowska,

-Ernest W. Durbin III
Director of Infrastructure
Python Software Foundation
___
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/python-committers@python.org/message/F2SE5G4NYIP6B7REDD2BNXTYPQJKUORP/
Code of Conduct: https://www.python.org/psf/codeofconduct/