Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit e4569e6

Browse files
committed
* Python 3.12.0 release candidate 1.
* Update symbols files.
1 parent b1c2eef commit e4569e6

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

debian/changelog

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
python3.12 (3.12.0~b3-2) UNRELEASED; urgency=medium
1+
python3.12 (3.12.0~rc1-1) unstable; urgency=medium
22

3+
* Python 3.12.0 release candidate 1.
4+
* Update symbols files.
5+
6+
-- Matthias Klose <[email protected]> Wed, 09 Aug 2023 16:24:31 +0200
7+
8+
python3.12 (3.12.0~b4-1) unstable; urgency=medium
9+
10+
* Python 3.12.0 beta 3 snapshot.
311
* libpython3.12-stdlib: Depend on tzdata. Addresses: #1037168.
412

5-
-- Matthias Klose <[email protected]> Thu, 06 Jul 2023 08:45:07 +0200
13+
-- Matthias Klose <[email protected]> Thu, 13 Jul 2023 16:24:02 +0200
614

715
python3.12 (3.12.0~b3-1) unstable; urgency=medium
816

debian/libPVER-dbg.symbols.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ libpython@[email protected] libpython@VER@-dbg #MINVER#
66
_PyUnicode_CheckConsistency@Base @SVER@
77
_PyWideStringList_CheckConsistency@Base @SVER@
88
_Py_Dealloc@Base @SVER@
9-
_Py_DecRefTotal_DO_NOT_USE_THIS@Base @SVER@
9+
_Py_DECREF_DecRefTotal@Base @SVER@
1010
_Py_GetGlobalRefTotal@Base @SVER@
1111
_Py_GetLegacyRefTotal@Base @SVER@
1212
_Py_HashSecret_Initialized@Base @SVER@
13-
_Py_IncRefTotal_DO_NOT_USE_THIS@Base @SVER@
13+
_Py_INCREF_IncRefTotal@Base @SVER@
1414
_Py_NegativeRefcount@Base @SVER@
1515
_Py_RefTotal@Base @SVER@
1616
PyModule_Create2@Base @SVER@

debian/libpython.symbols.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@
905905
PyType_FromSpecWithBases@Base @SVER@
906906
PyType_GenericAlloc@Base @SVER@
907907
PyType_GenericNew@Base @SVER@
908+
PyType_GetDict@Base @SVER@
908909
PyType_GetFlags@Base @SVER@
909910
PyType_GetModule@Base @SVER@
910911
PyType_GetModuleByDef@Base @SVER@
@@ -1278,6 +1279,7 @@
12781279
_PyEval_GetBuiltin@Base @SVER@
12791280
_PyEval_GetBuiltinId@Base @SVER@
12801281
_PyEval_GetSwitchInterval@Base @SVER@
1282+
_PyEval_MakePendingCalls@Base @SVER@
12811283
_PyEval_SetProfile@Base @SVER@
12821284
_PyEval_SetSwitchInterval@Base @SVER@
12831285
_PyEval_SetTrace@Base @SVER@
@@ -1370,6 +1372,7 @@
13701372
_PyMem_Strdup@Base @SVER@
13711373
_PyMethodWrapper_Type@Base @SVER@
13721374
_PyModuleSpec_IsInitializing@Base @SVER@
1375+
_PyModule_Add@Base @SVER@
13731376
_PyModule_Clear@Base @SVER@
13741377
_PyModule_ClearDict@Base @SVER@
13751378
_PyModule_CreateInitialized@Base @SVER@

debian/patches/local-doc-references.diff

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Forwarded: not-needed
44

55
--- a/Doc/tools/templates/layout.html
66
+++ b/Doc/tools/templates/layout.html
7-
@@ -26,7 +26,7 @@
8-
{% endblock %}
9-
10-
{% block extrahead %}
7+
@@ -29,7 +29,7 @@
8+
{% if builder == "html" %}
9+
<script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
10+
{% endif %}
1111
- <link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html" />
12-
+ <link rel="canonical" href="file:///usr/share/doc/python3.11/html/{{pagename}}.html" />
12+
+ <link rel="canonical" href="file:///usr/share/doc/python3.12/html/{{pagename}}.html" />
1313
{% if builder != "htmlhelp" %}
1414
{% if pagename == 'whatsnew/changelog' and not embedded %}
1515
<script type="text/javascript" src="{{ pathto('_static/changelog_search.js', 1) }}"></script>{% endif %}
@@ -20,7 +20,7 @@ Forwarded: not-needed
2020
<link rel="next" title="Development Tools" href="development.html" />
2121
<link rel="prev" title="tkinter.tix — Extension widgets for Tk" href="tkinter.tix.html" />
2222
- <link rel="canonical" href="https://docs.python.org/3/library/idle.html" />
23-
+ <link rel="canonical" href="file:///usr/share/doc/python3.11/html/library/idle.html" />
23+
+ <link rel="canonical" href="file:///usr/share/doc/python3.12/html/library/idle.html" />
2424

2525

2626

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ifneq (,$(filter valgrind, $(shell dpkg-query --show -f '$${Depends}\n' valgrind
100100
endif
101101

102102
VER=3.12
103-
SVER=3.12.0~a5
103+
SVER=3.12.0~rc1
104104
NVER=3.13
105105
PVER=python$(VER)
106106
EXT_VER=$(subst .,,$(VER))

0 commit comments

Comments
 (0)