From 2bc1d4a99a1ac5893e4bf3af74dff2355ec296cc Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Sun, 24 Jul 2022 12:04:08 +0300 Subject: [PATCH 1/3] Loosen README check for CPython forks --- blurb/blurb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blurb/blurb.py b/blurb/blurb.py index 19bf854..83b6d05 100755 --- a/blurb/blurb.py +++ b/blurb/blurb.py @@ -701,7 +701,7 @@ def run(s): return process.stdout.decode('ascii') -readme_re = re.compile(r"This is Python version [23]\.\d").match +readme_re = re.compile(r"This is \w+thon version [23]\.\d").match def chdir_to_repo_root(): global root From 6017c3f116de10dc2d03b19c90c1b4b71b7062b4 Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Mon, 16 Jan 2023 13:52:49 +0400 Subject: [PATCH 2/3] Update blurb/blurb.py Co-authored-by: Ezio Melotti --- blurb/blurb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blurb/blurb.py b/blurb/blurb.py index 83b6d05..b710c32 100755 --- a/blurb/blurb.py +++ b/blurb/blurb.py @@ -701,7 +701,7 @@ def run(s): return process.stdout.decode('ascii') -readme_re = re.compile(r"This is \w+thon version [23]\.\d").match +readme_re = re.compile(r"This is \w+ version \d\.\d+").match def chdir_to_repo_root(): global root From 0b1be676fa9cfc1f75dc1bc435da6836343d0297 Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Fri, 10 Feb 2023 10:51:42 +0400 Subject: [PATCH 3/3] Update blurb/blurb.py Co-authored-by: C.A.M. Gerlach --- blurb/blurb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blurb/blurb.py b/blurb/blurb.py index b710c32..8f9a16f 100755 --- a/blurb/blurb.py +++ b/blurb/blurb.py @@ -701,7 +701,7 @@ def run(s): return process.stdout.decode('ascii') -readme_re = re.compile(r"This is \w+ version \d\.\d+").match +readme_re = re.compile(r"This is \w+ version \d+\.\d+").match def chdir_to_repo_root(): global root pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy