omdev-cli 0.0.41__tar.gz → 0.0.43__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,3 +1,9 @@
1
+ Except where otherwise indicated, original code in this repository is licensed under the BSD 3-Clause License.
2
+
3
+ Third-party and adapted code retains the license identified in its source file and/or directory.
4
+
5
+ ====
6
+
1
7
  Copyright 2023- wrmsr
2
8
 
3
9
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-cli
3
- Version: 0.0.41
3
+ Version: 0.0.43
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License-Expression: BSD-3-Clause
@@ -10,10 +10,11 @@ Classifier: Operating System :: OS Independent
10
10
  Classifier: Operating System :: POSIX
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.14
13
+ Classifier: Programming Language :: Python :: 3.15
13
14
  Requires-Python: >=3.14
14
15
  Description-Content-Type: text/markdown
15
16
  License-File: LICENSE
16
- Requires-Dist: omdev==0.0.41
17
+ Requires-Dist: omdev==0.0.43
17
18
  Dynamic: license-file
18
19
 
19
20
  # Overview
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omdev-cli
3
- Version: 0.0.41
3
+ Version: 0.0.43
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License-Expression: BSD-3-Clause
@@ -10,10 +10,11 @@ Classifier: Operating System :: OS Independent
10
10
  Classifier: Operating System :: POSIX
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.14
13
+ Classifier: Programming Language :: Python :: 3.15
13
14
  Requires-Python: >=3.14
14
15
  Description-Content-Type: text/markdown
15
16
  License-File: LICENSE
16
- Requires-Dist: omdev==0.0.41
17
+ Requires-Dist: omdev==0.0.43
17
18
  Dynamic: license-file
18
19
 
19
20
  # Overview
@@ -0,0 +1 @@
1
+ omdev==0.0.43
@@ -13,17 +13,18 @@ urls = {source = 'https://github.com/wrmsr/om'}
13
13
  license = 'BSD-3-Clause'
14
14
  readme = 'README.md'
15
15
  requires-python = '>=3.14'
16
- version = '0.0.41'
16
+ version = '0.0.43'
17
17
  classifiers = [
18
18
  'Intended Audience :: Developers',
19
19
  'Operating System :: OS Independent',
20
20
  'Operating System :: POSIX',
21
21
  'Programming Language :: Python :: 3',
22
22
  'Programming Language :: Python :: 3.14',
23
+ 'Programming Language :: Python :: 3.15',
23
24
  ]
24
25
  description = 'omdev'
25
26
  dependencies = [
26
- 'omdev == 0.0.41',
27
+ 'omdev == 0.0.43',
27
28
  ]
28
29
 
29
30
  [project.scripts]
@@ -1 +0,0 @@
1
- omdev==0.0.41
File without changes
File without changes