pycmx 1.2.1__tar.gz → 1.2.2__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.
@@ -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/
@@ -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
@@ -18,7 +18,8 @@ classifiers = [
18
18
  'Programming Language :: Python :: 3.8',
19
19
  'Programming Language :: Python :: 3.9',
20
20
  'Programming Language :: Python :: 3.10',
21
- 'Programming Language :: Python :: 3.11'
21
+ 'Programming Language :: Python :: 3.11',
22
+ 'Programming Language :: Python :: 3.12'
22
23
  ]
23
24
  dependencies = [
24
25
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes