unidecompiler-plugin-python-pyc 0.1.4__tar.gz → 0.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/PKG-INFO +2 -2
  2. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/pyproject.toml +2 -2
  3. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc.egg-info/PKG-INFO +2 -2
  4. unidecompiler_plugin_python_pyc-0.1.5/src/unidecompiler_plugin_python_pyc.egg-info/requires.txt +1 -0
  5. unidecompiler_plugin_python_pyc-0.1.4/src/unidecompiler_plugin_python_pyc.egg-info/requires.txt +0 -1
  6. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/README.md +0 -0
  7. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/setup.cfg +0 -0
  8. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc/__init__.py +0 -0
  9. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc/lifter.py +0 -0
  10. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc/plugin.py +0 -0
  11. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc/pyc.py +0 -0
  12. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc/simulation.py +0 -0
  13. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc/support.py +0 -0
  14. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc.egg-info/SOURCES.txt +0 -0
  15. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc.egg-info/dependency_links.txt +0 -0
  16. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc.egg-info/entry_points.txt +0 -0
  17. {unidecompiler_plugin_python_pyc-0.1.4 → unidecompiler_plugin_python_pyc-0.1.5}/src/unidecompiler_plugin_python_pyc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unidecompiler-plugin-python-pyc
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Python bytecode frontend plugin for unidecompiler
5
5
  Author-email: Wker <1670133844@qq.com>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/Wker666/unidecompiler
9
9
  Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
10
10
  Requires-Python: >=3.11
11
11
  Description-Content-Type: text/markdown
12
- Requires-Dist: unidecompiler<0.2.0,>=0.1.9
12
+ Requires-Dist: unidecompiler<0.2.0,>=0.1.10
13
13
 
14
14
  # unidecompiler-plugin-python-pyc
15
15
 
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "unidecompiler-plugin-python-pyc"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "Python bytecode frontend plugin for unidecompiler"
9
9
  readme = "README.md"
10
10
  license = "AGPL-3.0-or-later"
11
11
  authors = [{ name = "Wker", email = "1670133844@qq.com" }]
12
12
  requires-python = ">=3.11"
13
- dependencies = ["unidecompiler>=0.1.9,<0.2.0"]
13
+ dependencies = ["unidecompiler>=0.1.10,<0.2.0"]
14
14
 
15
15
  [project.urls]
16
16
  Homepage = "https://github.com/Wker666/unidecompiler"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unidecompiler-plugin-python-pyc
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Python bytecode frontend plugin for unidecompiler
5
5
  Author-email: Wker <1670133844@qq.com>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/Wker666/unidecompiler
9
9
  Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
10
10
  Requires-Python: >=3.11
11
11
  Description-Content-Type: text/markdown
12
- Requires-Dist: unidecompiler<0.2.0,>=0.1.9
12
+ Requires-Dist: unidecompiler<0.2.0,>=0.1.10
13
13
 
14
14
  # unidecompiler-plugin-python-pyc
15
15