Skip to content

Commit dd7745c

Browse files
update to b4c504d76ff3aa42943854571fa7610db5407e80 (nightly)
1 parent dcb825e commit dd7745c

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

changelogs/nightly/focal

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-76-gb4c504d76f-1+focal1) focal; urgency=medium
2+
3+
* Update to v3.13.0-76-gb4c504d76f.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 12 Oct 2024 08:48:00 +0000
6+
17
python3.13 (3.13.0-67-gb3badabcd9-1+focal1) focal; urgency=medium
28

39
* Update to v3.13.0-67-gb3badabcd9.

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-76-gb4c504d76f-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.13.0-76-gb4c504d76f.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 12 Oct 2024 08:47:59 +0000
6+
17
python3.13 (3.13.0-67-gb3badabcd9-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.13.0-67-gb3badabcd9.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-76-gb4c504d76f-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.13.0-76-gb4c504d76f.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 12 Oct 2024 08:48:00 +0000
6+
17
python3.13 (3.13.0-67-gb3badabcd9-1+noble1) noble; urgency=medium
28

39
* Update to v3.13.0-67-gb3badabcd9.

patches/argparse-no-shutil.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: argparse-no-shutil
77
1 file changed, 6 insertions(+), 3 deletions(-)
88

99
diff --git a/Lib/argparse.py b/Lib/argparse.py
10-
index 6cc59f7..2084f06 100644
10+
index fce2be7..63acf5e 100644
1111
--- a/Lib/argparse.py
1212
+++ b/Lib/argparse.py
1313
@@ -176,9 +176,12 @@ def __init__(self,

patches/lib-argparse.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: lib-argparse
77
1 file changed, 10 insertions(+), 1 deletion(-)
88

99
diff --git a/Lib/argparse.py b/Lib/argparse.py
10-
index 71d0c8f..6cc59f7 100644
10+
index c625a96..fce2be7 100644
1111
--- a/Lib/argparse.py
1212
+++ b/Lib/argparse.py
1313
@@ -89,7 +89,16 @@

0 commit comments

Comments
 (0)