sbdl 1.19.2__tar.gz → 1.19.3__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.
- {sbdl-1.19.2 → sbdl-1.19.3}/PKG-INFO +1 -1
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl.egg-info/PKG-INFO +1 -1
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl.py +2 -2
- {sbdl-1.19.2 → sbdl-1.19.3}/setup.py +1 -1
- {sbdl-1.19.2 → sbdl-1.19.3}/csv-to-sbdl.py +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/pyproject.toml +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl.egg-info/SOURCES.txt +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl.egg-info/dependency_links.txt +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl.egg-info/entry_points.txt +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl.egg-info/requires.txt +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl.egg-info/top_level.txt +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/sbdl_server.py +0 -0
- {sbdl-1.19.2 → sbdl-1.19.3}/setup.cfg +0 -0
|
@@ -224,8 +224,8 @@ _A=True
|
|
|
224
224
|
import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,pickle,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,threading,time,traceback,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
|
|
225
225
|
warnings.filterwarnings(_A1,category=DeprecationWarning)
|
|
226
226
|
__NAME=_b
|
|
227
|
-
__VERSION='1.19.
|
|
228
|
-
__VERSION_DEV='
|
|
227
|
+
__VERSION='1.19.3'
|
|
228
|
+
__VERSION_DEV='e37f0b8'
|
|
229
229
|
__VERSION_DSL='25.6'
|
|
230
230
|
__VERSION_REST_API='1.1.0'
|
|
231
231
|
__AUTHOR='contact@sbdl.dev'
|
|
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
|