python-openevse-http 1.1.0__py3-none-any.whl → 1.2.0__py3-none-any.whl
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.
- openevsehttp/utils.py +1 -1
- {python_openevse_http-1.1.0.dist-info → python_openevse_http-1.2.0.dist-info}/METADATA +1 -1
- {python_openevse_http-1.1.0.dist-info → python_openevse_http-1.2.0.dist-info}/RECORD +6 -6
- {python_openevse_http-1.1.0.dist-info → python_openevse_http-1.2.0.dist-info}/WHEEL +0 -0
- {python_openevse_http-1.1.0.dist-info → python_openevse_http-1.2.0.dist-info}/licenses/LICENSE +0 -0
- {python_openevse_http-1.1.0.dist-info → python_openevse_http-1.2.0.dist-info}/top_level.txt +0 -0
openevsehttp/utils.py
CHANGED
|
@@ -32,7 +32,7 @@ def get_awesome_version(version: str) -> AwesomeVersion:
|
|
|
32
32
|
# We use custom word boundary checks to avoid false positives like 'domain' matching 'main'
|
|
33
33
|
# or 'webmaster' matching 'master'.
|
|
34
34
|
is_dev = False
|
|
35
|
-
if re.search(r"
|
|
35
|
+
if re.search(r"_modified$", version, re.IGNORECASE):
|
|
36
36
|
is_dev = True
|
|
37
37
|
elif re.search(
|
|
38
38
|
r"(?:^|[^a-zA-Z0-9])(master|main)(?:[^a-zA-Z0-9]|$)", version, re.IGNORECASE
|
|
@@ -8,10 +8,10 @@ openevsehttp/managers.py,sha256=EtQMQziwhoZeqKe2zWY-0yS7zedhuYjYtL5j9xBBCZ0,5380
|
|
|
8
8
|
openevsehttp/properties.py,sha256=xbQfx256FZwNPPn9ryWWOMKliyCChq4ZaTH9NDQVR_8,17968
|
|
9
9
|
openevsehttp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
openevsehttp/sensors.py,sha256=yO4Q1sgJkvmfOi5dpoTwEoldsrpqgGz0k9fC7mFWass,4680
|
|
11
|
-
openevsehttp/utils.py,sha256=
|
|
11
|
+
openevsehttp/utils.py,sha256=fPUWL64gFTRw4TtV4WITDAFMJ75VjNhPBaU6diwVlv0,2019
|
|
12
12
|
openevsehttp/websocket.py,sha256=dOSemvm7CM5pFb9RaoJSTIM6Tf5xtWMLEBEccKlBUKI,10517
|
|
13
|
-
python_openevse_http-1.
|
|
14
|
-
python_openevse_http-1.
|
|
15
|
-
python_openevse_http-1.
|
|
16
|
-
python_openevse_http-1.
|
|
17
|
-
python_openevse_http-1.
|
|
13
|
+
python_openevse_http-1.2.0.dist-info/licenses/LICENSE,sha256=hSB6TOQ7rmwSGb6XzqRjDGMvmUj5_GlacqQin3tegtA,11341
|
|
14
|
+
python_openevse_http-1.2.0.dist-info/METADATA,sha256=u39AHcof9PRtn2CVv2BN_DVwFsemxlfi4yqPzMdR4Jk,4417
|
|
15
|
+
python_openevse_http-1.2.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
16
|
+
python_openevse_http-1.2.0.dist-info/top_level.txt,sha256=u8RUkoEIE33Cjn6gmqiEoVpZ0VZ59WJ3FXBwwOg0CPE,13
|
|
17
|
+
python_openevse_http-1.2.0.dist-info/RECORD,,
|
|
File without changes
|
{python_openevse_http-1.1.0.dist-info → python_openevse_http-1.2.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|