pycmx 1.2.1__py3-none-any.whl → 1.2.2__py3-none-any.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.
pycmx/__init__.py CHANGED
@@ -7,7 +7,7 @@ copy and reuse this software, refer to the LICENSE file included with the
7
7
  distribution.
8
8
  """
9
9
 
10
- __version__ = '1.2.1'
10
+ __version__ = '1.2.2'
11
11
 
12
12
  from .parse_cmx_events import parse_cmx3600
13
13
  from .transition import Transition
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycmx
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: pycmx is a parser for CMX 3600-style EDLs.
5
5
  Keywords: parser,film,broadcast
6
6
  Author-email: Jamie Hardt <jamiehardt@me.com>
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.8
16
16
  Classifier: Programming Language :: Python :: 3.9
17
17
  Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
19
20
  Requires-Dist: sphinx >= 5.3.0 ; extra == "doc"
20
21
  Requires-Dist: sphinx_rtd_theme >= 1.1.1 ; extra == "doc"
21
22
  Project-URL: Documentation, https://pycmx.readthedocs.io/
@@ -1,4 +1,4 @@
1
- pycmx/__init__.py,sha256=u4XOzFYiytZ0qQKTwpq615LxYtVct9DygbZzKz_qUNo,388
1
+ pycmx/__init__.py,sha256=yS4sYKFfw3ScPaCr0_g0qSmhhZRxOLkgwR5kQ9nxYnc,388
2
2
  pycmx/channel_map.py,sha256=M7P3b0S2cBrmQjfSP5sixFxGv_uBjvie0f9PVdy9cMI,3248
3
3
  pycmx/edit.py,sha256=sipPmT2W0hPoYyRyZzwohohjO1fqwEU_mxsQheZxWC0,3775
4
4
  pycmx/edit_list.py,sha256=zZaOTEPgubHxetQF01BhMf6d097jXjvohYrMXtbP1a4,3172
@@ -7,6 +7,6 @@ pycmx/parse_cmx_events.py,sha256=_KeowR6jm4LlFWtejgZ0SL5jX-sMu8GKgx7ferUuRbE,472
7
7
  pycmx/parse_cmx_statements.py,sha256=UqS-p1kAFR8cp1pgiiBZLlyIhF-8hOWykYIS6-JuEBg,6755
8
8
  pycmx/transition.py,sha256=fAbWMqBZmZIcpZUobTlYuTd4WxercHMik_zqp7yK4mA,2378
9
9
  pycmx/util.py,sha256=alnJaV9vqH-KGtExrWjBiYMTiTILDXnF8Ju0sXWa69A,801
10
- pycmx-1.2.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
11
- pycmx-1.2.1.dist-info/METADATA,sha256=y9fXe3qp9E_u_QXEtEep0Rc4PJj48ElaptkteaXvkgA,3877
12
- pycmx-1.2.1.dist-info/RECORD,,
10
+ pycmx-1.2.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
11
+ pycmx-1.2.2.dist-info/METADATA,sha256=WbFuxIxB-PIjdcqaQtdsT597a9gWlZR54hSXktzPcrI,3928
12
+ pycmx-1.2.2.dist-info/RECORD,,
File without changes