mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

* fixes saltstack/salt#62372 unable to use random shuffle and sample functions as Jinja filters * move random_shuffle and random_sample logic to utils * static seed in tests seems to have shifted * static seed in tests require hash module * Change Tiamat to onedir in release notes * Reinstate known issues * Update release notes with onedir package support policy * need to check the version of Netmiko python library and then import the exceptions from different locations depending on the result. * Adding changelog. * swap out if...else for double try...except. * Remove extra fix we don't need anymore * [Docs] include onedir system python note * Update all platforms to use pycparser 2.21 or greater for Py 3.9 or higher, fixes fips fault with openssl v3.x * Remove the PyObjC dependency Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> * Add "<tiamat> python" subcommand to allow execution or arbitrary scripts via bundled Python runtime * Document usage of bundled Python runtime for Client API * Use explicit locals for custom script execution, handle exception in similar fashion as Python * Remove old __file__ replacement * Apply suggestions from code review Co-authored-by: Pedro Algarvio <pedro@algarvio.me> Co-authored-by: nicholasmhughes <nicholasmhughes@gmail.com> Co-authored-by: Alyssa Rock <alyssa.rock@gmail.com> Co-authored-by: Gareth J. Greenaway <gareth@saltstack.com> Co-authored-by: Twangboy <leesh@vmware.com> Co-authored-by: David Murphy < dmurphy@saltstack.com> Co-authored-by: Pedro Algarvio <palgarvio@vmware.com> Co-authored-by: Lukas Raska <lukas@raska.me> Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
37 lines
779 B
Text
37 lines
779 B
Text
# Windows source distribution requirements
|
|
|
|
-r zeromq.txt
|
|
|
|
pywin32>=301
|
|
wmi>=1.5.1
|
|
pythonnet>=2.5.2
|
|
|
|
backports.ssl-match-hostname>=3.7.0.1; python_version < '3.7'
|
|
certifi>=2020.12.5
|
|
cffi>=1.14.5
|
|
cherrypy>=18.6.1
|
|
cryptography>=3.4.7
|
|
gitpython>=3.1.18
|
|
ioloop>=0.1a0
|
|
libnacl>=1.8.0
|
|
lxml>=4.6.3
|
|
mako>=1.1.4
|
|
pyasn1>=0.4.8
|
|
pycparser>=2.21
|
|
pycurl>=7.43.0.5 # PyCurl does not provide a whl file for newer versions
|
|
pymssql>=2.2.1
|
|
pymysql>=1.0.2
|
|
pyopenssl>=20.0.1
|
|
python-dateutil>=2.8.1
|
|
python-gnupg>=0.4.7
|
|
requests>=2.25.1
|
|
setproctitle
|
|
timelib>=0.2.5
|
|
urllib3>=1.26.5
|
|
# Watchdog pulls in a GPL-3 package, argh, which cannot be shipped on the
|
|
# windows distribution package.
|
|
#
|
|
# watchdog>=2.1.3
|
|
wheel>=0.36.2
|
|
|
|
importlib_metadata>=3.3.0; python_version >= '3.6' and python_version < '3.10'
|