emerald-hws 0.0.13__tar.gz → 0.0.14__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.
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/.github/workflows/lint.yml +1 -1
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/.github/workflows/publish.yml +3 -3
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/.github/workflows/smoke-test.yml +1 -1
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/PKG-INFO +1 -1
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws/emeraldhws.py +1 -1
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws.egg-info/PKG-INFO +1 -1
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/.github/dependabot.yml +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/.gitignore +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/LICENSE +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/README.md +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/pyproject.toml +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/requirements.txt +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/setup.cfg +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws/__assets__/SFSRootCAG2.pem +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws/__init__.py +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws.egg-info/SOURCES.txt +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws.egg-info/dependency_links.txt +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws.egg-info/requires.txt +0 -0
- {emerald_hws-0.0.13 → emerald_hws-0.0.14}/src/emerald_hws.egg-info/top_level.txt +0 -0
@@ -64,7 +64,7 @@ jobs:
|
|
64
64
|
|
65
65
|
steps:
|
66
66
|
- name: "Checkout repository"
|
67
|
-
uses: "actions/checkout@
|
67
|
+
uses: "actions/checkout@v5"
|
68
68
|
with:
|
69
69
|
# Fetch full history for setuptools-scm version detection
|
70
70
|
fetch-depth: 0
|
@@ -109,7 +109,7 @@ jobs:
|
|
109
109
|
|
110
110
|
steps:
|
111
111
|
- name: "Checkout repository"
|
112
|
-
uses: "actions/checkout@
|
112
|
+
uses: "actions/checkout@v5"
|
113
113
|
with:
|
114
114
|
fetch-depth: 0
|
115
115
|
|
@@ -178,7 +178,7 @@ jobs:
|
|
178
178
|
|
179
179
|
steps:
|
180
180
|
- name: "Download build artifacts"
|
181
|
-
uses: actions/download-artifact@
|
181
|
+
uses: actions/download-artifact@v5
|
182
182
|
with:
|
183
183
|
name: dist-packages
|
184
184
|
path: dist/
|
@@ -37,7 +37,7 @@ class EmeraldHWS():
|
|
37
37
|
self.password = password
|
38
38
|
self.token = ""
|
39
39
|
self.properties = {}
|
40
|
-
self.logger = logging.getLogger(
|
40
|
+
self.logger = logging.getLogger(__name__)
|
41
41
|
self.update_callback = update_callback
|
42
42
|
|
43
43
|
# Convert minutes to seconds for internal use
|
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
|