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.
Files changed (48) hide show
  1. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/PKG-INFO +6 -6
  2. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/README.md +1 -1
  3. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/__init__.py +1 -1
  4. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/PKG-INFO +6 -6
  5. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/requires.txt +4 -4
  6. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/pyproject.toml +4 -4
  7. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/LICENSE +0 -0
  8. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/__init__.py +0 -0
  9. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/azureobject.py +0 -0
  10. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/builds/__init__.py +0 -0
  11. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/builds/build.py +0 -0
  12. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/builds/client.py +0 -0
  13. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/clients.py +0 -0
  14. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/__init__.py +0 -0
  15. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/client.py +0 -0
  16. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/log.py +0 -0
  17. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/pipeline.py +0 -0
  18. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/pipeline/run.py +0 -0
  19. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/timestamp.py +0 -0
  20. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/workitem/__init__.py +0 -0
  21. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/workitem/client.py +0 -0
  22. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/azdo/workitem/wiql.py +0 -0
  23. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/dataobject.py +0 -0
  24. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/manage_settings.py +0 -0
  25. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/sendmail.py +0 -0
  26. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/settings.py +0 -0
  27. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/template.py +0 -0
  28. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver/templates/manage_settings.txt.mako +0 -0
  29. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/SOURCES.txt +0 -0
  30. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/dependency_links.txt +0 -0
  31. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/entry_points.txt +0 -0
  32. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/devopsdriver.egg-info/top_level.txt +0 -0
  33. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/setup.cfg +0 -0
  34. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_azureobject.py +0 -0
  35. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_build.py +0 -0
  36. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_build_client.py +0 -0
  37. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_clients.py +0 -0
  38. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_pipeline.py +0 -0
  39. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_pipeline_client.py +0 -0
  40. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_pipeline_run.py +0 -0
  41. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_timestamp.py +0 -0
  42. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_workitem_client.py +0 -0
  43. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_azure_workitem_wiql.py +0 -0
  44. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_dataobject.py +0 -0
  45. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_manage_settings.py +0 -0
  46. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_sendmail.py +0 -0
  47. {devopsdriver-0.1.45 → devopsdriver-0.1.46}/tests/test_settings.py +0 -0
  48. {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.45
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.1
50
- Requires-Dist: keyring==25.1.0
51
- Requires-Dist: setuptools==69.5.1
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.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
  ![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.45&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.45/)
63
+ [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.46&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.46/)
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.45&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.45/)
2
+ [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.46&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.46/)
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.45"
9
+ __version__ = "0.1.46"
10
10
  __author__ = "Marc Page"
11
11
  __credits__ = ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: devopsdriver
3
- Version: 0.1.45
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.1
50
- Requires-Dist: keyring==25.1.0
51
- Requires-Dist: setuptools==69.5.1
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.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
  ![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.45&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.45/)
63
+ [![status sheild](https://img.shields.io/static/v1?label=released&message=v0.1.46&color=active&style=plastic)](https://pypi.org/project/devopsdriver/0.1.46/)
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,8 +1,8 @@
1
- PyYAML==6.0.1
2
- keyring==25.1.0
3
- setuptools==69.5.1
1
+ PyYAML==6.0.2
2
+ keyring==25.3.0
3
+ setuptools==72.1.0
4
4
  azure-devops==7.1.0b4
5
- Mako==1.3.3
5
+ Mako==1.3.5
6
6
 
7
7
  [dev]
8
8
  black>=24.3.0
@@ -6,11 +6,11 @@ license = {file = "LICENSE"}
6
6
  dynamic = ["version"]
7
7
  requires-python = ">= 3.10"
8
8
  dependencies = [
9
- "PyYAML==6.0.1",
10
- "keyring==25.1.0",
11
- "setuptools==69.5.1", # neded for azure-devops to use 7.1 API
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.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