[python-committers] Re: bedevere/issue-number and bedevere/news: waiting for status to be reported

2020-12-21 Thread Brett Cannon
BTW if people want to help move Bedevere's functionality out of the bot and
into GitHub Actions so it's more visible and easier for others to help
maintain then that would be appreciated 😁 (I'm planning to spend my
holidays developing a GitHub Action to take over the news entry file check
and very likely our file regeneration, for instance).

On Sat, Dec 19, 2020 at 2:52 PM Eric V. Smith  wrote:

> Thanks, Mariatta.
>
> I just removed the "skip issue" tag, and presto: "All checks have passed".
> I'm not sure what's up, but at least I can merge this issue now.
>
> Eric
> On 12/19/2020 3:24 PM, Mariatta wrote:
>
> I tried removing the labels and adding them back. I didn't see any error
> logged in heroku. The app is running, yet the webhooks appeared to be
> delivered successfully, returning 200 status.
>
> Perhaps there's a problem from GitHub side.
>
> I'm on my phone right now and not able to further investigate until later
> this evening.
>
>
> On Sat., Dec. 19, 2020, 11:50 a.m. Eric V. Smith, 
> wrote:
>
>> I'm trying to merge this: https://github.com/python/cpython/pull/23855
>>
>> It says that it's waiting on bedevere/issue-number and bedevere/news,
>> with status "Waiting for status to be reported". The PR is tagged with
>> "skip issue" and "skip news" (even though it has an issue). So I guess
>> these are inspected by bedevere, which isn't responding.
>>
>> I've tried opening and closing the issue to re-trigger things, to no
>> avail.
>>
>> What can I do to commit this PR? Does bedevere need to be kicked into
>> life somehow? Is anyone else seeing this problem?
>>
>> Thanks.
>>
>> Eric
>> ___
>> python-committers mailing list -- [email protected]
>> To unsubscribe send an email to [email protected]
>> https://mail.python.org/mailman3/lists/python-committers.python.org/
>> Message archived at
>> https://mail.python.org/archives/list/[email protected]/message/4QD47S5OB4EVC6A2QTT7EH26EQBW4PGR/
>> Code of Conduct: https://www.python.org/psf/codeofconduct/
>>
> ___
> python-committers mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3/lists/python-committers.python.org/
> Message archived at
> https://mail.python.org/archives/list/[email protected]/message/L5FSQC4EEQ5LTLAWAZZ62GNT5US62HP3/
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
___
python-committers mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/NBSIJN54KA3RSVPYAS3YKSARJC4DAOPQ/
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] [RELEASE] Python 3.8.7 is now available

2020-12-21 Thread Łukasz Langa
Python 3.8.7 is the seventh maintenance release of Python 3.8. Go get it here:

https://www.python.org/downloads/release/python-387/ 

Note: this is a bugfix release for the 3.8 series which was superseded by 
Python 3.9, currently the latest feature release series of Python 3. You can 
find the latest release of 3.9.x here .

Maintenance releases for the 3.8 series will continue at regular bi-monthly 
intervals, with 3.8.8 planned for February 2021.

macOS 11 Big Sur not fully supported

Python 3.8.7 is not yet fully supported on macOS 11 Big Sur. It will install on 
macOS 11 Big Sur and will run on Apple Silicon Macs using Rosetta 2 
translation. However, a few features do not work correctly, most noticeably 
those involving searching for system libraries (vs user libraries) such as 
ctypes.util.find_library() and in Distutils. This limitation affects both Apple 
Silicon and Intel processors. We are looking into improving the situation for 
Python 3.8.8.

Python 3.9.1  provides 
full support for Big Sur and Apple Silicon Macs, including building natively on 
Apple Silicon Macs and support for universal2 binaries.

What’s new?

The Python 3.8 series contains many new features and optimizations over 3.7. 
See the “What’s New in Python 3.8 
” document for more information 
about features included in the 3.8 series.

Detailed information about all changes made in version 3.8.7 specifically can 
be found in its change log 
. 
Note that compared to 3.8.6 this release also contains all changes present in 
3.8.7rc1.

We hope you enjoy Python 3.8!

Thanks to all of the many volunteers who help make Python Development and these 
releases possible! Please consider supporting our efforts by volunteering 
yourself or through organization contributions to the Python Software 
Foundation.

Your friendly release team,
Ned Deily @nad 
Steve Dower @steve.dower 
Łukasz Langa @ambv ___
python-committers mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/MMLVSZLBWXUCX2UTBIEV7PTPVQA4BCZW/
Code of Conduct: https://www.python.org/psf/codeofconduct/