| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | token: ${{ secrets.GITHUB_TOKEN }} | |
| 29 | 29 | - uses: actions/setup-python@v4 | |
| 30 | 30 | with: | |
| 31 | - python-version: "3.11" | ||
| 31 | + python-version: "3.12-dev" | ||
| 32 | 32 | - name: Install ${{ matrix.tool.package }} | |
| 33 | 33 | run: | | |
| 34 | 34 | if [ -n "${{ matrix.tool.apt_dependencies }}" ]; then | |
@@ -62,7 +62,7 @@ jobs: | |||
| 62 | 62 | - uses: actions/checkout@v4 | |
| 63 | 63 | - uses: actions/setup-python@v4 | |
| 64 | 64 | with: | |
| 65 | - python-version: "3.11" | ||
| 65 | + python-version: "3.12-dev" | ||
| 66 | 66 | - name: Prepare environment | |
| 67 | 67 | run: | | |
| 68 | 68 | pwd | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ jobs: | |||
| 17 | 17 | - uses: actions/setup-python@v4 | |
| 18 | 18 | id: setup_python | |
| 19 | 19 | with: | |
| 20 | - python-version: "3.11" | ||
| 20 | + python-version: "3.12-dev" | ||
| 21 | 21 | cache: pip | |
| 22 | 22 | ||
| 23 | 23 | - name: Install pre-commit | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,10 +14,10 @@ jobs: | |||
| 14 | 14 | - name: Clone CPython Repo | |
| 15 | 15 | run: git clone https://github.com/python/cpython venv/cpython | |
| 16 | 16 | ||
| 17 | - - name: Set Up Python 3.11 | ||
| 17 | + - name: Set Up Python 3.12 | ||
| 18 | 18 | uses: actions/setup-python@v4 | |
| 19 | 19 | with: | |
| 20 | - python-version: "3.11" | ||
| 20 | + python-version: "3.12-dev" | ||
| 21 | 21 | ||
| 22 | 22 | - name: Install dependencies | |
| 23 | 23 | run: pip install -r requirements.txt && sudo apt install gettext -y | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,10 +11,10 @@ jobs: | |||
| 11 | 11 | - name: Checkout repo | |
| 12 | 12 | uses: actions/checkout@v4 | |
| 13 | 13 | ||
| 14 | - - name: Set Up Python 3.11 | ||
| 14 | + - name: Set Up Python 3.12 | ||
| 15 | 15 | uses: actions/setup-python@v4 | |
| 16 | 16 | with: | |
| 17 | - python-version: "3.11" | ||
| 17 | + python-version: "3.12-dev" | ||
| 18 | 18 | ||
| 19 | 19 | # Upgrade pip | |
| 20 | 20 | - name: Upgrade pip | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,9 +10,7 @@ | |||
| 10 | 10 | # - make clean # To remove build artifacts | |
| 11 | 11 | # - make fuzzy # To find fuzzy strings | |
| 12 | 12 | # | |
| 13 | - # Modes are: autobuild-stable, autobuild-dev, and autobuild-html, | ||
| 14 | - # documented in gen/src/3.6/Doc/Makefile as we're only delegating the | ||
| 15 | - # real work to the Python Doc Makefile. | ||
| 13 | + # Modes are: autobuild-stable, autobuild-dev, and autobuild-html. | ||
| 16 | 14 | ||
| 17 | 15 | # Configuration | |
| 18 | 16 | ||
@@ -21,42 +19,13 @@ | |||
| 21 | 19 | # test build, we're building with the .rst files that generated our | |
| 22 | 20 | # .po files. | |
| 23 | 21 | ||
| 24 | - CPYTHON_CURRENT_COMMIT := 17a335dd0291d09e1510157a4ebe02932ec632dd | ||
| 22 | + CPYTHON_CURRENT_COMMIT := 74a7f5d2dacd4c05aad0e64a275dae97d18f5355 | ||
| 25 | 23 | LANGUAGE := tr | |
| 26 | - BRANCH := 3.11 | ||
| 24 | + BRANCH := 3.12 | ||
| 27 | 25 | ||
| 28 | 26 | EXCLUDED := \ | |
| 29 | 27 | whatsnew/2.?.po \ | |
| 30 | - whatsnew/3.[0-8].po \ | ||
| 31 | - c-api/ \ | ||
| 32 | - distutils/ \ | ||
| 33 | - install/ \ | ||
| 34 | - library/2to3.po \ | ||
| 35 | - library/distutils.po \ | ||
| 36 | - library/imp.po \ | ||
| 37 | - library/tkinter.tix.po \ | ||
| 38 | - library/test.po \ | ||
| 39 | - library/aifc.po \ | ||
| 40 | - library/asynchat.po \ | ||
| 41 | - library/asyncore.po \ | ||
| 42 | - library/audioop.po \ | ||
| 43 | - library/cgi.po \ | ||
| 44 | - library/cgitb.po \ | ||
| 45 | - library/chunk.po \ | ||
| 46 | - library/crypt.po \ | ||
| 47 | - library/imghdr.po \ | ||
| 48 | - library/msilib.po \ | ||
| 49 | - library/nntplib.po \ | ||
| 50 | - library/nis.po \ | ||
| 51 | - library/ossaudiodev.po \ | ||
| 52 | - library/pipes.po \ | ||
| 53 | - library/smtpd.po \ | ||
| 54 | - library/sndhdr.po \ | ||
| 55 | - library/spwd.po \ | ||
| 56 | - library/sunau.po \ | ||
| 57 | - library/telnetlib.po \ | ||
| 58 | - library/uu.po \ | ||
| 59 | - library/xdrlib.po | ||
| 28 | + whatsnew/3.[0-10].po | ||
| 60 | 29 | ||
| 61 | 30 | # Internal variables | |
| 62 | 31 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | # | |
| 5 | 5 | msgid "" | |
| 6 | 6 | msgstr "" | |
| 7 | - "Project-Id-Version: Python 3.11\n" | ||
| 7 | + "Project-Id-Version: Python 3.12\n" | ||
| 8 | 8 | "Report-Msgid-Bugs-To: \n" | |
| 9 | 9 | "POT-Creation-Date: 2022-12-17 01:28+0300\n" | |
| 10 | 10 | "PO-Revision-Date: 2022-12-28 16:16-0500\n" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | # | |
| 5 | 5 | msgid "" | |
| 6 | 6 | msgstr "" | |
| 7 | - "Project-Id-Version: Python 3.11\n" | ||
| 7 | + "Project-Id-Version: Python 3.12\n" | ||
| 8 | 8 | "Report-Msgid-Bugs-To: \n" | |
| 9 | 9 | "POT-Creation-Date: 2023-03-01 00:18+0000\n" | |
| 10 | 10 | "PO-Revision-Date: 2023-03-01 12:08+0300\n" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | #, fuzzy | |
| 6 | 6 | msgid "" | |
| 7 | 7 | msgstr "" | |
| 8 | - "Project-Id-Version: Python 3.11\n" | ||
| 8 | + "Project-Id-Version: Python 3.12\n" | ||
| 9 | 9 | "Report-Msgid-Bugs-To: \n" | |
| 10 | 10 | "POT-Creation-Date: 2022-12-17 01:28+0300\n" | |
| 11 | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | #, fuzzy | |
| 6 | 6 | msgid "" | |
| 7 | 7 | msgstr "" | |
| 8 | - "Project-Id-Version: Python 3.11\n" | ||
| 8 | + "Project-Id-Version: Python 3.12\n" | ||
| 9 | 9 | "Report-Msgid-Bugs-To: \n" | |
| 10 | 10 | "POT-Creation-Date: 2023-09-18 19:05+0000\n" | |
| 11 | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments