ddns 3.1.3__tar.gz → 3.1.4__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.
- {ddns-3.1.3 → ddns-3.1.4}/PKG-INFO +1 -1
- {ddns-3.1.3 → ddns-3.1.4}/ddns.egg-info/PKG-INFO +1 -1
- {ddns-3.1.3 → ddns-3.1.4}/run.py +2 -2
- {ddns-3.1.3 → ddns-3.1.4}/LICENSE +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/README.md +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/ddns.egg-info/SOURCES.txt +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/ddns.egg-info/dependency_links.txt +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/ddns.egg-info/entry_points.txt +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/ddns.egg-info/top_level.txt +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/__init__.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/alidns.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/callback.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/cloudflare.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/dnscom.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/dnspod.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/dnspod_com.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/he.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/dns/huaweidns.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/setup.cfg +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/setup.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/util/__init__.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/util/cache.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/util/config.py +0 -0
- {ddns-3.1.3 → ddns-3.1.4}/util/ip.py +0 -0
{ddns-3.1.3 → ddns-3.1.4}/run.py
RENAMED
|
@@ -18,7 +18,7 @@ from util import ip
|
|
|
18
18
|
from util.cache import Cache
|
|
19
19
|
from util.config import init_config, get_config
|
|
20
20
|
|
|
21
|
-
__version__ = "v3.1.
|
|
21
|
+
__version__ = "v3.1.4@2025-04-09T18:42:07+00:00" # CI 时会被Tag替换
|
|
22
22
|
__description__ = "automatically update DNS records to dynamic local IP [自动更新DNS记录指向本地IP]"
|
|
23
23
|
__doc__ = """
|
|
24
24
|
ddns[%s]
|
|
@@ -27,7 +27,7 @@ ddns[%s]
|
|
|
27
27
|
Copyright (c) New Future (MIT License)
|
|
28
28
|
""" % (__version__)
|
|
29
29
|
|
|
30
|
-
environ["DDNS_VERSION"] = "v3.1.
|
|
30
|
+
environ["DDNS_VERSION"] = "v3.1.4"
|
|
31
31
|
|
|
32
32
|
if getattr(sys, 'frozen', False):
|
|
33
33
|
# https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OpenSSL-Certificate
|
|
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
|
|
File without changes
|