devopsdriver 0.1.42__tar.gz → 0.1.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.
Files changed (43) hide show
  1. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/PKG-INFO +2 -2
  2. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/README.md +1 -1
  3. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/__init__.py +1 -1
  4. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/pipeline/run.py +1 -1
  5. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver.egg-info/PKG-INFO +2 -2
  6. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_pipeline_run.py +1 -1
  7. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/LICENSE +0 -0
  8. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/__init__.py +0 -0
  9. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/azureobject.py +0 -0
  10. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/clients.py +0 -0
  11. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/pipeline/__init__.py +0 -0
  12. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/pipeline/client.py +0 -0
  13. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/pipeline/log.py +0 -0
  14. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/pipeline/pipeline.py +0 -0
  15. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/timestamp.py +0 -0
  16. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/workitem/__init__.py +0 -0
  17. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/workitem/client.py +0 -0
  18. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/azdo/workitem/wiql.py +0 -0
  19. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/dataobject.py +0 -0
  20. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/manage_settings.py +0 -0
  21. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/sendmail.py +0 -0
  22. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/settings.py +0 -0
  23. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/template.py +0 -0
  24. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver/templates/manage_settings.txt.mako +0 -0
  25. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver.egg-info/SOURCES.txt +0 -0
  26. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver.egg-info/dependency_links.txt +0 -0
  27. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver.egg-info/entry_points.txt +0 -0
  28. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver.egg-info/requires.txt +0 -0
  29. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/devopsdriver.egg-info/top_level.txt +0 -0
  30. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/pyproject.toml +0 -0
  31. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/setup.cfg +0 -0
  32. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_azureobject.py +0 -0
  33. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_clients.py +0 -0
  34. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_pipeline.py +0 -0
  35. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_pipeline_client.py +0 -0
  36. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_timestamp.py +0 -0
  37. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_workitem_client.py +0 -0
  38. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_azure_workitem_wiql.py +0 -0
  39. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_dataobject.py +0 -0
  40. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_manage_settings.py +0 -0
  41. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_sendmail.py +0 -0
  42. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_settings.py +0 -0
  43. {devopsdriver-0.1.42 → devopsdriver-0.1.43}/tests/test_template.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: devopsdriver
3
- Version: 0.1.42
3
+ Version: 0.1.43
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.
@@ -60,7 +60,7 @@ Requires-Dist: coverage>=7.4.4; extra == "test"
60
60
  Provides-Extra: doc
61
61
 
62
62
  ![status sheild](https://img.shields.io/static/v1?label=status&message=beta&color=blue&style=plastic)
63
- [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.42&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.42/)
63
+ [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.43&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.43/)
64
64
  [![GitHub](https://img.shields.io/github/license/marcpage/devops-driver?style=plastic)](https://github.com/marcpage/devops-driver?tab=Unlicense-1-ov-file#readme)
65
65
  [![GitHub contributors](https://img.shields.io/github/contributors/marcpage/devops-driver?style=flat)](https://github.com/marcpage/devops-driver/graphs/contributors)
66
66
  [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
@@ -1,5 +1,5 @@
1
1
  ![status sheild](https://img.shields.io/static/v1?label=status&message=beta&color=blue&style=plastic)
2
- [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.42&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.42/)
2
+ [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.43&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.43/)
3
3
  [![GitHub](https://img.shields.io/github/license/marcpage/devops-driver?style=plastic)](https://github.com/marcpage/devops-driver?tab=Unlicense-1-ov-file#readme)
4
4
  [![GitHub contributors](https://img.shields.io/github/contributors/marcpage/devops-driver?style=flat)](https://github.com/marcpage/devops-driver/graphs/contributors)
5
5
  [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
@@ -6,6 +6,6 @@ from .template import Template
6
6
  from .azdo.clients import Azure
7
7
 
8
8
 
9
- __version__ = "0.1.42"
9
+ __version__ = "0.1.43"
10
10
  __author__ = "Marc Page"
11
11
  __credits__ = ""
@@ -41,5 +41,5 @@ class Run(AzureObject): # pylint: disable=too-few-public-methods
41
41
  Log(l)
42
42
  for l in self.client.list_logs(
43
43
  self.project, self.pipeline.id, self.raw.id, expand="signedContent"
44
- )
44
+ ).logs
45
45
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: devopsdriver
3
- Version: 0.1.42
3
+ Version: 0.1.43
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.
@@ -60,7 +60,7 @@ Requires-Dist: coverage>=7.4.4; extra == "test"
60
60
  Provides-Extra: doc
61
61
 
62
62
  ![status sheild](https://img.shields.io/static/v1?label=status&message=beta&color=blue&style=plastic)
63
- [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.42&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.42/)
63
+ [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.43&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.43/)
64
64
  [![GitHub](https://img.shields.io/github/license/marcpage/devops-driver?style=plastic)](https://github.com/marcpage/devops-driver?tab=Unlicense-1-ov-file#readme)
65
65
  [![GitHub contributors](https://img.shields.io/github/contributors/marcpage/devops-driver?style=flat)](https://github.com/marcpage/devops-driver/graphs/contributors)
66
66
  [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
@@ -46,7 +46,7 @@ class MockPipelineClient: # pylint: disable=too-few-public-methods
46
46
  self.pipeline_id = pipeline_id
47
47
  self.run_id = run_id
48
48
  self.expand = expand
49
- return [MockLog("log 1"), MockLog("log 2")]
49
+ return SimpleNamespace(logs=[MockLog("log 1"), MockLog("log 2")])
50
50
 
51
51
 
52
52
  class MockPipeline: # pylint: disable=too-few-public-methods
File without changes
File without changes