libqasm 1.2.0__cp311-cp311-macosx_10_9_x86_64.whl → 1.2.1__cp311-cp311-macosx_10_9_x86_64.whl

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.
Binary file
libqasm/libqasm.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # This file was automatically generated by SWIG (https://www.swig.org).
2
- # Version 4.3.0
2
+ # Version 4.3.1
3
3
  #
4
4
  # Do not make changes to this file unless you know what you are doing - modify
5
5
  # the SWIG interface file instead.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libqasm
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: libqasm Python Package
5
5
  Home-page: https://github.com/QuTech-Delft/libqasm
6
6
  Author: QuTech, TU Delft
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
14
14
  Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
16
17
  Classifier: Topic :: Scientific/Engineering
17
18
  Description-Content-Type: text/markdown
18
19
  License-File: LICENSE.md
@@ -6,11 +6,11 @@ cqasm/v3x/__init__.py,sha256=4MVCcT7wu69SVoJ6sQ_tXFeHdEUILyVDtvyZ_eqd3Tw,4774
6
6
  cqasm/v3x/types.py,sha256=izXYdNmYvJUcRSZVLJ-blPnU2TmhOGR1Z3Rhtk8rTOQ,63328
7
7
  cqasm/v3x/ast.py,sha256=YKprWlWD99oOhGQ_R9ZQ81sHetqlCvm6x-Cs437ywe8,433880
8
8
  cqasm/v3x/instruction.py,sha256=AEOwKV2riafpyTiJvgq7azwOhyhhZfpKV12uWWJ5M2A,1177
9
- libqasm-1.2.0.dist-info/RECORD,,
10
- libqasm-1.2.0.dist-info/WHEEL,sha256=5x6b0Z5I8HvE1JwD5bSrJhTGjstYQU4tcMg16Zky0Pc,110
11
- libqasm-1.2.0.dist-info/top_level.txt,sha256=iZ8PSLyg3lJwvSUCvWE8VCJGU-nmQY2YIrbMe7M7kLw,14
12
- libqasm-1.2.0.dist-info/METADATA,sha256=2ZCraGgQHAYCjrQZzhsDapqOzmVcJa1plalv9FFpAm4,4395
13
- libqasm-1.2.0.dist-info/licenses/LICENSE.md,sha256=duRlJgy46W8Cw_IQjOmud5xJUvgJkX6pkBmBJkoKi4I,566
9
+ libqasm-1.2.1.dist-info/RECORD,,
10
+ libqasm-1.2.1.dist-info/WHEEL,sha256=TY6wS7uh4kKn2hb4-XnLjkub5JFV8id422w1jhyVjcQ,137
11
+ libqasm-1.2.1.dist-info/top_level.txt,sha256=iZ8PSLyg3lJwvSUCvWE8VCJGU-nmQY2YIrbMe7M7kLw,14
12
+ libqasm-1.2.1.dist-info/METADATA,sha256=6DKv70saCXc7HSx5SbIW91qj-GTpfQwezkBZXcY_Dvo,4446
13
+ libqasm-1.2.1.dist-info/licenses/LICENSE.md,sha256=duRlJgy46W8Cw_IQjOmud5xJUvgJkX6pkBmBJkoKi4I,566
14
14
  libqasm/__init__.py,sha256=liVJFi24VHbmUU-9lBA6hm-xPpF1DgzXMsZ0f1dqO3E,727
15
- libqasm/_libqasm.cpython-311-darwin.so,sha256=MX5MwjGdxcCm8r8mchekO8P_vy6DULcrqzz6b4wLJdY,4575064
16
- libqasm/libqasm.py,sha256=AtVuO_pMe2Xnbzul1xMDCtcTzaJrn_KdDXYB1lSxLpM,30619
15
+ libqasm/_libqasm.cpython-311-darwin.so,sha256=3d3vWQgYqshwLQLCtgYPrXpdhk5U8RBO53jz7Gf7Llo,4575064
16
+ libqasm/libqasm.py,sha256=aIkH9zXFEpWqmasuCBlvsB9S7zb6xR8OQL_Zs9LXf9E,30619
@@ -1,5 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_10_9_x86_64
5
+ Generator: delocate 0.13.0
5
6