ddns 4.0.1__tar.gz → 4.0.2__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.

Potentially problematic release.


This version of ddns might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ddns
3
- Version: 4.0.1
3
+ Version: 4.0.2
4
4
  Summary: Dynamic DNS client for multiple providers, supporting IPv4 and IPv6.
5
5
  Author-email: NewFuture <python@newfuture.cc>
6
6
  License-Expression: MIT
@@ -6,10 +6,10 @@ ddns Package
6
6
  __description__ = "automatically update DNS records to my IP [域名自动指向本机IP]"
7
7
 
8
8
  # 编译时,版本会被替换
9
- __version__ = "4.0.1"
9
+ __version__ = "4.0.2"
10
10
 
11
11
  # 时间也会被替换掉
12
- build_date = "2025-06-23T16:56:46Z"
12
+ build_date = "2025-06-25T01:07:58Z"
13
13
 
14
14
  __doc__ = """
15
15
  ddns [v{}@{}]
@@ -126,7 +126,7 @@ def main():
126
126
  sys.stderr = TextIOWrapper(sys.stderr.buffer, encoding='utf-8')
127
127
  init_config(__description__, __doc__, __version__, build_date)
128
128
 
129
- log_level = get_config('log.level')
129
+ log_level = get_config('log.level', INFO)
130
130
  log_format = get_config('log.format')
131
131
  if log_format:
132
132
  # A custom log format is already set; no further action is required.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ddns
3
- Version: 4.0.1
3
+ Version: 4.0.2
4
4
  Summary: Dynamic DNS client for multiple providers, supporting IPv4 and IPv6.
5
5
  Author-email: NewFuture <python@newfuture.cc>
6
6
  License-Expression: MIT
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