devopsdriver 0.1.45__tar.gz → 0.1.46__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.
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/PKG-INFO +6 -6
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/README.md +1 -1
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/__init__.py +1 -1
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/PKG-INFO +6 -6
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/requires.txt +4 -4
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/pyproject.toml +4 -4
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/LICENSE +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/__init__.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/azureobject.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/builds/__init__.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/builds/build.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/builds/client.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/clients.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/__init__.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/client.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/log.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/pipeline.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/run.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/timestamp.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/workitem/__init__.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/workitem/client.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/workitem/wiql.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/dataobject.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/manage_settings.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/sendmail.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/settings.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/template.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/templates/manage_settings.txt.mako +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/SOURCES.txt +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/dependency_links.txt +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/entry_points.txt +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/top_level.txt +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/setup.cfg +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_azureobject.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_build.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_build_client.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_clients.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_pipeline.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_pipeline_client.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_pipeline_run.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_timestamp.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_workitem_client.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_workitem_wiql.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_dataobject.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_manage_settings.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_sendmail.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_settings.py +0 -0
- {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_template.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: devopsdriver
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.46
|
|
4
4
|
Summary: DevOps tools
|
|
5
5
|
Author-email: Marc Page <marcallenpage@gmail.com>
|
|
6
6
|
License: This is free and unencumbered software released into the public domain.
|
|
@@ -46,11 +46,11 @@ Classifier: Topic :: Software Development
|
|
|
46
46
|
Requires-Python: >=3.10
|
|
47
47
|
Description-Content-Type: text/markdown
|
|
48
48
|
License-File: LICENSE
|
|
49
|
-
Requires-Dist: PyYAML==6.0.
|
|
50
|
-
Requires-Dist: keyring==25.
|
|
51
|
-
Requires-Dist: setuptools==
|
|
49
|
+
Requires-Dist: PyYAML==6.0.2
|
|
50
|
+
Requires-Dist: keyring==25.3.0
|
|
51
|
+
Requires-Dist: setuptools==72.1.0
|
|
52
52
|
Requires-Dist: azure-devops==7.1.0b4
|
|
53
|
-
Requires-Dist: Mako==1.3.
|
|
53
|
+
Requires-Dist: Mako==1.3.5
|
|
54
54
|
Provides-Extra: dev
|
|
55
55
|
Requires-Dist: black>=24.3.0; extra == "dev"
|
|
56
56
|
Requires-Dist: pylint>=3.1.0; extra == "dev"
|
|
@@ -60,7 +60,7 @@ Requires-Dist: coverage>=7.4.4; extra == "test"
|
|
|
60
60
|
Provides-Extra: doc
|
|
61
61
|
|
|
62
62
|

|
|
63
|
-
[](https://pypi.org/project/devopsdriver/0.1.46/)
|
|
64
64
|
[](https://github.com/marcpage/devops-driver?tab=Unlicense-1-ov-file#readme)
|
|
65
65
|
[](https://github.com/marcpage/devops-driver/graphs/contributors)
|
|
66
66
|
[](http://makeapullrequest.com)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|

|
|
2
|
-
[](https://pypi.org/project/devopsdriver/0.1.46/)
|
|
3
3
|
[](https://github.com/marcpage/devops-driver?tab=Unlicense-1-ov-file#readme)
|
|
4
4
|
[](https://github.com/marcpage/devops-driver/graphs/contributors)
|
|
5
5
|
[](http://makeapullrequest.com)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: devopsdriver
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.46
|
|
4
4
|
Summary: DevOps tools
|
|
5
5
|
Author-email: Marc Page <marcallenpage@gmail.com>
|
|
6
6
|
License: This is free and unencumbered software released into the public domain.
|
|
@@ -46,11 +46,11 @@ Classifier: Topic :: Software Development
|
|
|
46
46
|
Requires-Python: >=3.10
|
|
47
47
|
Description-Content-Type: text/markdown
|
|
48
48
|
License-File: LICENSE
|
|
49
|
-
Requires-Dist: PyYAML==6.0.
|
|
50
|
-
Requires-Dist: keyring==25.
|
|
51
|
-
Requires-Dist: setuptools==
|
|
49
|
+
Requires-Dist: PyYAML==6.0.2
|
|
50
|
+
Requires-Dist: keyring==25.3.0
|
|
51
|
+
Requires-Dist: setuptools==72.1.0
|
|
52
52
|
Requires-Dist: azure-devops==7.1.0b4
|
|
53
|
-
Requires-Dist: Mako==1.3.
|
|
53
|
+
Requires-Dist: Mako==1.3.5
|
|
54
54
|
Provides-Extra: dev
|
|
55
55
|
Requires-Dist: black>=24.3.0; extra == "dev"
|
|
56
56
|
Requires-Dist: pylint>=3.1.0; extra == "dev"
|
|
@@ -60,7 +60,7 @@ Requires-Dist: coverage>=7.4.4; extra == "test"
|
|
|
60
60
|
Provides-Extra: doc
|
|
61
61
|
|
|
62
62
|

|
|
63
|
-
[](https://pypi.org/project/devopsdriver/0.1.46/)
|
|
64
64
|
[](https://github.com/marcpage/devops-driver?tab=Unlicense-1-ov-file#readme)
|
|
65
65
|
[](https://github.com/marcpage/devops-driver/graphs/contributors)
|
|
66
66
|
[](http://makeapullrequest.com)
|
|
@@ -6,11 +6,11 @@ license = {file = "LICENSE"}
|
|
|
6
6
|
dynamic = ["version"]
|
|
7
7
|
requires-python = ">= 3.10"
|
|
8
8
|
dependencies = [
|
|
9
|
-
"PyYAML==6.0.
|
|
10
|
-
"keyring==25.
|
|
11
|
-
"setuptools==
|
|
9
|
+
"PyYAML==6.0.2",
|
|
10
|
+
"keyring==25.3.0",
|
|
11
|
+
"setuptools==72.1.0", # neded for azure-devops to use 7.1 API
|
|
12
12
|
"azure-devops==7.1.0b4",
|
|
13
|
-
"Mako==1.3.
|
|
13
|
+
"Mako==1.3.5",
|
|
14
14
|
]
|
|
15
15
|
keywords = ["azure", "devops", "jira", "confluence", "email", "pipelines", "tools"]
|
|
16
16
|
classifiers=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|