Skip to content

Commit d145263

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0136230 + 6f59c0e commit d145263

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

msl/loadlib/server32-linux

2.04 MB
Binary file not shown.

msl/loadlib/server32-linux.spec

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
# -*- mode: python -*-
22

3-
# Created using Python 3.6.4
3+
# Created using Python 3.6.8 and PyInstaller 3.4
44

55
block_cipher = None
66

77

88
a = Analysis(['/home/joe/msl-loadlib/msl/loadlib/start_server32.py'],
99
pathex=['/home/joe/msl-loadlib/msl/loadlib'],
1010
binaries=[],
11-
datas=[('/home/joe/miniconda3/envs/dev36/lib/python3.6/site-packages/Python.Runtime.dll', '.'), ('/home/joe/miniconda3/envs/dev36/lib/python3.6/site-packages/clr.cpython-36m-i386-linux-gnu.so', '.'), ('/lib/i386-linux-gnu/libexpat.so.1', '.'), ('/usr/lib/libmonosgen-2.0.so.1', '.'), ('/lib/i386-linux-gnu/libglib-2.0.so.0', '.'), ('/lib/i386-linux-gnu/libpcre.so.3', '.')],
11+
datas=[('/home/joe/miniconda3/envs/loadlib/lib/python3.6/site-packages/Python.Runtime.dll', '.'), ('/home/joe/miniconda3/envs/loadlib/lib/python3.6/site-packages/clr.cpython-36m-i386-linux-gnu.so', '.'), ('/lib/i386-linux-gnu/libexpat.so.1', '.'), ('/lib/i386-linux-gnu/libglib-2.0.so.0', '.'), ('/lib/i386-linux-gnu/libpcre.so.3', '.'), ('/usr/lib/libmonosgen-2.0.so.1', '.')],
1212
hiddenimports=['msl.examples.loadlib', 'clr', '__future__', '_dummy_thread', '_thread', 'abc', 'aifc', 'argparse', 'array', 'ast', 'asynchat', 'asyncio', 'asyncore', 'atexit', 'audioop', 'base64', 'bdb', 'binascii', 'binhex', 'bisect', 'builtins', 'bz2', 'calendar', 'cgi', 'cgitb', 'chunk', 'cmath', 'cmd', 'code', 'codecs', 'codeop', 'collections', 'collections.abc', 'colorsys', 'compileall', 'concurrent.futures', 'configparser', 'contextlib', 'copy', 'copyreg', 'cProfile', 'crypt', 'csv', 'ctypes', 'curses', 'curses.ascii', 'curses.panel', 'curses.textpad', 'datetime', 'dbm', 'dbm.dumb', 'dbm.gnu', 'dbm.ndbm', 'decimal', 'difflib', 'dis', 'doctest', 'dummy_threading', 'email', 'email.charset', 'email.contentmanager', 'email.encoders', 'email.errors', 'email.generator', 'email.header', 'email.headerregistry', 'email.iterators', 'email.message', 'email.mime', 'email.parser', 'email.policy', 'email.utils', 'encodings.idna', 'encodings.mbcs', 'encodings.utf_8_sig', 'enum', 'errno', 'faulthandler', 'fcntl', 'filecmp', 'fileinput', 'fnmatch', 'formatter', 'fpectl', 'fractions', 'ftplib', 'functools', 'gc', 'getopt', 'getpass', 'gettext', 'glob', 'grp', 'gzip', 'hashlib', 'heapq', 'hmac', 'html', 'html.entities', 'html.parser', 'http', 'http.client', 'http.cookiejar', 'http.cookies', 'http.server', 'imaplib', 'imghdr', 'imp', 'importlib', 'importlib.abc', 'importlib.machinery', 'importlib.util', 'inspect', 'io', 'ipaddress', 'itertools', 'json', 'json.tool', 'keyword', 'lib2to3', 'linecache', 'locale', 'logging', 'logging.config', 'logging.handlers', 'lzma', 'macpath', 'mailbox', 'mailcap', 'marshal', 'math', 'mimetypes', 'mmap', 'modulefinder', 'multiprocessing', 'multiprocessing.connection', 'multiprocessing.dummy', 'multiprocessing.managers', 'multiprocessing.pool', 'multiprocessing.sharedctypes', 'netrc', 'nis', 'nntplib', 'numbers', 'operator', 'optparse', 'os', 'os.path', 'ossaudiodev', 'parser', 'pathlib', 'pdb', 'pickle', 'pickletools', 'pipes', 'pkgutil', 'platform', 'plistlib', 'poplib', 'posix', 'pprint', 'profile', 'pstats', 'pty', 'pwd', 'py_compile', 'pyclbr', 'pydoc', 'queue', 'quopri', 'random', 're', 'readline', 'reprlib', 'resource', 'rlcompleter', 'runpy', 'sched', 'secrets', 'select', 'selectors', 'shelve', 'shlex', 'shutil', 'signal', 'site', 'smtpd', 'smtplib', 'sndhdr', 'socket', 'socketserver', 'spwd', 'sqlite3', 'ssl', 'stat', 'statistics', 'string', 'stringprep', 'struct', 'subprocess', 'sunau', 'symbol', 'symtable', 'sys', 'sysconfig', 'syslog', 'tabnanny', 'tarfile', 'telnetlib', 'tempfile', 'termios', 'test', 'test.support', 'textwrap', 'threading', 'time', 'timeit', 'token', 'tokenize', 'trace', 'traceback', 'tracemalloc', 'tty', 'types', 'typing', 'unicodedata', 'unittest', 'unittest.mock', 'urllib', 'urllib.error', 'urllib.parse', 'urllib.request', 'urllib.response', 'urllib.robotparser', 'uu', 'uuid', 'venv', 'warnings', 'wave', 'weakref', 'webbrowser', 'wsgiref', 'wsgiref.handlers', 'wsgiref.headers', 'wsgiref.simple_server', 'wsgiref.util', 'wsgiref.validate', 'xdrlib', 'xml', 'xml.dom', 'xml.dom.minidom', 'xml.dom.pulldom', 'xml.etree.ElementTree', 'xml.parsers.expat', 'xml.parsers.expat.errors', 'xml.parsers.expat.model', 'xml.sax', 'xml.sax.handler', 'xml.sax.saxutils', 'xml.sax.xmlreader', 'xmlrpc.client', 'xmlrpc.server', 'zipapp', 'zipfile', 'zipimport', 'zlib'],
1313
hookspath=[],
1414
runtime_hooks=[],
1515
excludes=['__main__', 'distutils', 'distutils.archive_util', 'distutils.bcppcompiler', 'distutils.ccompiler', 'distutils.cmd', 'distutils.command', 'distutils.command.bdist', 'distutils.command.bdist_dumb', 'distutils.command.bdist_msi', 'distutils.command.bdist_packager', 'distutils.command.bdist_rpm', 'distutils.command.bdist_wininst', 'distutils.command.build', 'distutils.command.build_clib', 'distutils.command.build_ext', 'distutils.command.build_py', 'distutils.command.build_scripts', 'distutils.command.check', 'distutils.command.clean', 'distutils.command.config', 'distutils.command.install', 'distutils.command.install_data', 'distutils.command.install_headers', 'distutils.command.install_lib', 'distutils.command.install_scripts', 'distutils.command.register', 'distutils.command.sdist', 'distutils.core', 'distutils.cygwinccompiler', 'distutils.debug', 'distutils.dep_util', 'distutils.dir_util', 'distutils.dist', 'distutils.errors', 'distutils.extension', 'distutils.fancy_getopt', 'distutils.file_util', 'distutils.filelist', 'distutils.log', 'distutils.msvccompiler', 'distutils.spawn', 'distutils.sysconfig', 'distutils.text_file', 'distutils.unixccompiler', 'distutils.util', 'distutils.version', 'ensurepip', 'tkinter', 'tkinter.scrolledtext', 'tkinter.tix', 'tkinter.ttk', 'turtle', 'turtledemo'],
1616
win_no_prefer_redirects=False,
1717
win_private_assemblies=False,
18-
cipher=block_cipher)
18+
cipher=block_cipher,
19+
noarchive=False)
1920
pyz = PYZ(a.pure, a.zipped_data,
2021
cipher=block_cipher)
2122
exe = EXE(pyz,
2223
a.scripts,
2324
a.binaries,
2425
a.zipfiles,
2526
a.datas,
27+
[],
2628
name='server32-linux',
2729
debug=False,
30+
bootloader_ignore_signals=False,
2831
strip=False,
2932
upx=True,
3033
runtime_tmpdir=None,

0 commit comments

Comments
 (0)