malcolm3utils 0.5.5__tar.gz → 0.5.7__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.3
2
2
  Name: malcolm3utils
3
- Version: 0.5.5
3
+ Version: 0.5.7
4
4
  Summary: Collection of Utility Scripts and Packages
5
5
  License: BSD-3-Clause
6
6
  Author: Malcolm E. Davis
@@ -20,6 +20,8 @@ Classifier: Programming Language :: Python :: 3.13
20
20
  Classifier: Topic :: Desktop Environment
21
21
  Classifier: Typing :: Typed
22
22
  Requires-Dist: click-logging (>=1.0.1,<2.0.0)
23
+ Requires-Dist: requests (>=2.32.4)
24
+ Requires-Dist: urllib3 (>=2.5.0)
23
25
  Project-URL: Documentation, https://malcolm-3.github.io/malcolm3utils
24
26
  Project-URL: Homepage, https://malcolm-3.github.io/malcolm3utils
25
27
  Project-URL: Repository, https://github.com/malcolm-3/malcolm3utils
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "malcolm3utils"
3
- version = "0.5.5"
3
+ version = "0.5.7"
4
4
  description = "Collection of Utility Scripts and Packages"
5
5
  authors = [
6
6
  "Malcolm E. Davis <mnjjunk@comcast.net>",
@@ -32,6 +32,8 @@ packages = [
32
32
  [tool.poetry.dependencies]
33
33
  python = ">=3.9, <4.0"
34
34
  click-logging = "^1.0.1"
35
+ requests = ">=2.32.4"
36
+ urllib3 = ">=2.5.0"
35
37
 
36
38
  [tool.poetry.group.dev.dependencies]
37
39
  autoflake = "*"
@@ -68,10 +70,13 @@ profile = "black"
68
70
  src_paths = ["src", "tests"]
69
71
 
70
72
  [tool.black]
71
- target-version = ["py39"]
73
+ target-version = ["py310"]
72
74
  include = '\.pyi?$'
73
75
 
74
76
  [tool.pytest.ini_options]
77
+ pythonpath = [
78
+ "src"
79
+ ]
75
80
  addopts = """\
76
81
  --cov malcolm3utils \
77
82
  --cov tests \
@@ -1,2 +1,2 @@
1
- __version__ = "0.5.5"
1
+ __version__ = "0.5.7"
2
2
  __version_message__ = "%(prog)s, malcolm3utils version %(version)s"
File without changes
File without changes