File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ 3.9.2: 2024-07-21
2+ =================
3+
4+ - track xdis API changes
5+ - Bug fixes and lint
6+
173.9.1: 2024-05-15
28=================
39
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools>=61.2 " ,
3+ " setuptools>=71.0.3 " ,
44]
55
66build-backend = " setuptools.build_meta"
@@ -15,7 +15,7 @@ description = "Python cross-version byte-code library and disassembler"
1515dependencies = [
1616 " click" ,
1717 " spark-parser >= 1.8.9, < 1.9.0" ,
18- " xdis >= 6.0.8 , < 6.2.0" ,
18+ " xdis >= 6.1.0 , < 6.2.0" ,
1919]
2020readme = " README.rst"
2121license = {text = " GPL" }
Original file line number Diff line number Diff line change 66Click ~= 7.0
77xdis >= 6.0.4
88configobj ~= 5.0.6
9- setuptools ~= 65.5.1
9+ setuptools ~= 71.0.3
Original file line number Diff line number Diff line change 1414# This file is suitable for sourcing inside POSIX shell as
1515# well as importing into Python
1616# fmt: off
17- __version__ = "3.9.1 " # noqa
17+ __version__ = "3.9.2 " # noqa
You can’t perform that action at this time.
0 commit comments