You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Get ready for release 3.9.2
This commit is contained in:
6
NEWS.md
6
NEWS.md
@@ -1,3 +1,9 @@
|
|||||||
|
3.9.2: 2024-07-21
|
||||||
|
=================
|
||||||
|
|
||||||
|
- track xdis API changes
|
||||||
|
- Bug fixes and lint
|
||||||
|
|
||||||
3.9.1: 2024-05-15
|
3.9.1: 2024-05-15
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"setuptools>=61.2",
|
"setuptools>=71.0.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
@@ -15,7 +15,7 @@ description = "Python cross-version byte-code library and disassembler"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"click",
|
"click",
|
||||||
"spark-parser >= 1.8.9, < 1.9.0",
|
"spark-parser >= 1.8.9, < 1.9.0",
|
||||||
"xdis >= 6.0.8, < 6.2.0",
|
"xdis >= 6.1.0, < 6.2.0",
|
||||||
]
|
]
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = {text = "GPL"}
|
license = {text = "GPL"}
|
||||||
|
@@ -6,4 +6,4 @@ pytest
|
|||||||
Click~=7.0
|
Click~=7.0
|
||||||
xdis>=6.0.4
|
xdis>=6.0.4
|
||||||
configobj~=5.0.6
|
configobj~=5.0.6
|
||||||
setuptools~=65.5.1
|
setuptools~=71.0.3
|
||||||
|
@@ -14,4 +14,4 @@
|
|||||||
# This file is suitable for sourcing inside POSIX shell as
|
# This file is suitable for sourcing inside POSIX shell as
|
||||||
# well as importing into Python
|
# well as importing into Python
|
||||||
# fmt: off
|
# fmt: off
|
||||||
__version__="3.9.1" # noqa
|
__version__="3.9.2" # noqa
|
||||||
|
Reference in New Issue
Block a user