Skip to content

Commit 6afe0f3

Browse files
author
rocky
committed
Get ready for release 1.2.2
1 parent b1abb39 commit 6afe0f3

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
lines changed

ChangeLog

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
1+
2025-10-17 rocky <[email protected]>
2+
3+
* pyproject.toml, xasm/version.py: Get ready for release 1.2.2
4+
5+
2025-10-17 rocky <[email protected]>
6+
7+
* admin-tools/make-dist-3.6-3.10.sh,
8+
admin-tools/make-dist-newest.sh,
9+
admin-tools/pyenv-3.6-3.10-versions: More 3.6-3.10 versions
10+
11+
2025-10-17 rocky <[email protected]>
12+
13+
* README.rst, admin-tools/install-all-3.6-3.10.sh,
14+
admin-tools/install-all-newest.sh, admin-tools/make-dist-newest.sh,
15+
admin-tools/pyenv-newest-versions, pyproject.toml,
16+
xasm/assemble.py, xasm/write_pyc.py, xasm/xasm_cli.py: Pass PyPy
17+
status to write pyc. Correct pyc-xasm entry. And more.
18+
19+
2025-10-14 rocky <[email protected]>
20+
21+
* admin-tools/check-newest-versions.sh,
22+
admin-tools/check-versions.sh, admin-tools/checkout_common.sh,
23+
admin-tools/make-dist.sh: Administrivia
24+
25+
2025-10-14 rocky <[email protected]>
26+
27+
* admin-tools/checkout_common.sh: Administriva - cd'd to wrong
28+
directory
29+
30+
2025-10-13 rocky <[email protected]>
31+
32+
* .github/workflows/ubuntu.yml, .github/workflows/windows.yml,
33+
xasm/version.py: Bump version and adjust CI
34+
135
2025-10-13 rocky <[email protected]>
236

3-
* xasm/version.py: Get ready for release 1.2.1
37+
* .gitignore, .pre-commit-config.yaml, ChangeLog,
38+
ChangeLog-spell-corrected.diff, Makefile, NEWS.md, __pkginfo__.py,
39+
pytest/test_assemble.py, pytest/test_write_pyc.py,
40+
test/columnize.py, test/fn.py, test/gcd.py, test/run-test.py,
41+
test/test_all.py, xasm/assemble.py, xasm/pyc_convert.py,
42+
xasm/version.py, xasm/xasm_cli.py: Get ready for release 1.2.1
443

544
2025-10-13 rocky <[email protected]>
645

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.2 2025-10-13
2+
----------------
3+
4+
* Pass PyPy status to write_pyc.
5+
* Correct packaging pyc-xasm command-line entry.
6+
17
1.2.1 2025-10-13
28
----------------
39

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "xasm"
1414
description = "Cross-version Python bytecode assembler"
1515
dependencies = [
1616
"click",
17-
"xdis >= 6.1.1, < 6.3.0",
17+
"xdis >= 6.1.8, < 6.3.0",
1818
]
1919
readme = "README.rst"
2020
license = "GPL-2.0"

xasm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# space around "=" below.
66

77
# fmt: off
8-
__version__="1.2.2.dev0" # noqa
8+
__version__="1.2.2" # noqa

0 commit comments

Comments
 (0)