Skip to content

Commit

Permalink
update to fcfe78664bf740a7fb059f9817e584a612e09f54 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Sep 21, 2024
1 parent 6638c08 commit 167f841
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelogs/nightly/focal
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.12 (3.12.6-46-gfcfe78664b-1+focal1) focal; urgency=medium

* Update to v3.12.6-46-gfcfe78664b.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 21 Sep 2024 08:47:59 +0000

python3.12 (3.12.6-42-geca08d3687-1+focal1) focal; urgency=medium

* Update to v3.12.6-42-geca08d3687.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.12 (3.12.6-46-gfcfe78664b-1+jammy1) jammy; urgency=medium

* Update to v3.12.6-46-gfcfe78664b.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 21 Sep 2024 08:47:59 +0000

python3.12 (3.12.6-42-geca08d3687-1+jammy1) jammy; urgency=medium

* Update to v3.12.6-42-geca08d3687.
Expand Down
2 changes: 1 addition & 1 deletion patches/argparse-no-shutil.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: argparse-no-shutil
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 166f16e..ed71a7e 100644
index 8bf5207..3c44710 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -178,9 +178,12 @@ def __init__(self,
Expand Down
2 changes: 1 addition & 1 deletion patches/lib-argparse.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: lib-argparse
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index e489295..166f16e 100644
index adf8bdf..8bf5207 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -91,7 +91,16 @@
Expand Down

0 comments on commit 167f841

Please sign in to comment.