[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCHES - Countdown for January 27th
From: |
Jonas Hahnfeld |
Subject: |
Re: PATCHES - Countdown for January 27th |
Date: |
Mon, 27 Jan 2020 14:41:36 +0100 |
User-agent: |
Evolution 3.34.3 |
Am Montag, den 27.01.2020, 12:38 +0100 schrieb James:
> Hello,
>
> Here is the current patch countdown list. The next countdown will be on
> January 29th
>
> A quick synopsis of all patches currently in the review process can be
> found here:
>
> http://philholmes.net/lilypond/allura/
> [1]
>
> ****
> Push:
>
> No patches to Push at this time.
>
> COUNTDOWN:
>
> [...]
>
> REVIEW:
>
> [...]
>
> 5646 Switch to Python 3.x - Jonas Hahnfeld
>
> https://sourceforge.net/p/testlilyissues/issues/5646
> [27]
> http://codereview.appspot.com/545370043
Looking at the SF issue right now, it has already moved to "countdown"?
In case you want to have a look at the squashed commit, it's in branch
dev/hahnjo/python3-push:
---
commit e99751b16e67da239c910eb6d61aba350a96be66
Author: Jonas Hahnfeld <address@hidden>
Date: Mon Jan 27 14:40:04 2020 +0100
Issue 5646: Switch to Python 3.x
Find and require at least Python 3.5 which will allow us to address
some deprecation warnings, most notably about the 'imp' module.
This version was released in September 2015 and should be available
in all major distributions, including Ubuntu LTS 16.04 and 18.04 as
well as CentOS/RHEL 7.x and 8.x.
Changes folded into this commit:
* Run "2to3 --write --nobackups ."
The automated conversion of the remaining issues.
* Manual changes for compatibility with Python 3
Mostly related to encoding.
* output-distance.py: Replace cgi.escape by html.escape
cgi.escape() has been deprecated since Python 3.2 and was
completely removed in the latest Python 3.8.
---
Cheers,
Jonas
signature.asc
Description: This is a digitally signed message part