llvmlite 0.45.1__tar.gz → 0.46.0b1__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.

Potentially problematic release.


This version of llvmlite might be problematic. Click here for more details.

Files changed (87) hide show
  1. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/PKG-INFO +3 -10
  2. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/_version.py +2 -2
  3. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/setup.py +1 -0
  4. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/LICENSE +0 -0
  5. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/README.rst +0 -0
  6. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/floatrep.py +0 -0
  7. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/ir_fpadd.py +0 -0
  8. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/ll_fpadd.py +0 -0
  9. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/lljit.py +0 -0
  10. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/llvmir.py +0 -0
  11. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/llvmir_iter.py +0 -0
  12. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/npm_passes.py +0 -0
  13. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/npm_pipeline.py +0 -0
  14. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/opaque_pointers/llvmir.py +0 -0
  15. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/opaque_pointers/sum.py +0 -0
  16. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/parseasm.py +0 -0
  17. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/printer-passes-npm.py +0 -0
  18. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/sum.py +0 -0
  19. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/examples/test.ll +0 -0
  20. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/CMakeLists.txt +0 -0
  21. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/PASSREGISTRY.def +0 -0
  22. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/assembly.cpp +0 -0
  23. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/bitcode.cpp +0 -0
  24. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/build/CMakeFiles/4.1.1/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
  25. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/build/CMakeFiles/4.1.1/CompilerIdCXX/apple-sdk.cpp +0 -0
  26. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/build/CMakeFiles/Makefile.cmake +0 -0
  27. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/build/CMakeFiles/TargetDirectories.txt +0 -0
  28. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/build/CMakeFiles/llvmlite.dir/link.txt +0 -0
  29. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/build.py +0 -0
  30. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/config.cpp +0 -0
  31. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/core.cpp +0 -0
  32. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/core.h +0 -0
  33. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/custom_passes.cpp +0 -0
  34. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/dummy/CMakeLists.txt +0 -0
  35. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/dylib.cpp +0 -0
  36. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/executionengine.cpp +0 -0
  37. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/initfini.cpp +0 -0
  38. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/linker.cpp +0 -0
  39. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/memorymanager.cpp +0 -0
  40. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/memorymanager.h +0 -0
  41. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/module.cpp +0 -0
  42. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/newpassmanagers.cpp +0 -0
  43. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/object_file.cpp +0 -0
  44. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/orcjit.cpp +0 -0
  45. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/targets.cpp +0 -0
  46. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/type.cpp +0 -0
  47. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/ffi/value.cpp +0 -0
  48. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/__init__.py +0 -0
  49. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/__init__.py +0 -0
  50. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/analysis.py +0 -0
  51. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/common.py +0 -0
  52. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/config.py +0 -0
  53. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/context.py +0 -0
  54. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/dylib.py +0 -0
  55. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/executionengine.py +0 -0
  56. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/ffi.py +0 -0
  57. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/initfini.py +0 -0
  58. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/linker.py +0 -0
  59. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/module.py +0 -0
  60. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/newpassmanagers.py +0 -0
  61. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/object_file.py +0 -0
  62. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/options.py +0 -0
  63. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/orcjit.py +0 -0
  64. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/targets.py +0 -0
  65. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/typeref.py +0 -0
  66. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/binding/value.py +0 -0
  67. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/__init__.py +0 -0
  68. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/_utils.py +0 -0
  69. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/builder.py +0 -0
  70. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/context.py +0 -0
  71. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/instructions.py +0 -0
  72. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/module.py +0 -0
  73. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/transforms.py +0 -0
  74. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/types.py +0 -0
  75. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/ir/values.py +0 -0
  76. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/__init__.py +0 -0
  77. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/__main__.py +0 -0
  78. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/customize.py +0 -0
  79. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/refprune_proto.py +0 -0
  80. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/test_binding.py +0 -0
  81. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/test_ir.py +0 -0
  82. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/test_refprune.py +0 -0
  83. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/tests/test_valuerepr.py +0 -0
  84. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/llvmlite/utils.py +0 -0
  85. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/run_coverage.py +0 -0
  86. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/runtests.py +0 -0
  87. {llvmlite-0.45.1 → llvmlite-0.46.0b1}/versioneer.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.1
2
2
  Name: llvmlite
3
- Version: 0.45.1
3
+ Version: 0.46.0b1
4
4
  Summary: lightweight wrapper around basic LLVM functionality
5
5
  Home-page: http://llvmlite.readthedocs.io
6
6
  License: BSD
@@ -14,19 +14,12 @@ Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: Programming Language :: Python :: 3.14
17
18
  Classifier: Topic :: Software Development :: Code Generators
18
19
  Classifier: Topic :: Software Development :: Compilers
19
20
  Requires-Python: >=3.10
20
21
  License-File: LICENSE
21
22
  License-File: LICENSE.thirdparty
22
- Dynamic: classifier
23
- Dynamic: description
24
- Dynamic: home-page
25
- Dynamic: license
26
- Dynamic: license-file
27
- Dynamic: project-url
28
- Dynamic: requires-python
29
- Dynamic: summary
30
23
 
31
24
  ========
32
25
  llvmlite
@@ -4,8 +4,8 @@
4
4
  # unpacked source archive. Distribution tarballs contain a pre-generated copy
5
5
  # of this file.
6
6
 
7
- version_version = '0.45.1'
8
- version_full = 'acabcfb1f0d3968249290d8e93a382edcac02b7c'
7
+ version_version = '0.46.0b1'
8
+ version_full = '5f77715902a7a311953fad682f41f25c81c21790'
9
9
  def get_versions(default={}, verbose=False):
10
10
  return {'version': version_version, 'full': version_full}
11
11
 
@@ -197,6 +197,7 @@ setup(name='llvmlite',
197
197
  "Programming Language :: Python :: 3.11",
198
198
  "Programming Language :: Python :: 3.12",
199
199
  "Programming Language :: Python :: 3.13",
200
+ "Programming Language :: Python :: 3.14",
200
201
  "Topic :: Software Development :: Code Generators",
201
202
  "Topic :: Software Development :: Compilers",
202
203
  ],
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes