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>
101 lines
2.4 KiB
Text
101 lines
2.4 KiB
Text
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# pip-compile --output-file=requirements/static/pkg/py3.10/linux.txt requirements/base.txt requirements/static/pkg/linux.in requirements/zeromq.txt
|
|
#
|
|
certifi==2022.5.18.1
|
|
# via requests
|
|
cffi==1.14.6
|
|
# via cryptography
|
|
chardet==3.0.4
|
|
# via requests
|
|
cheroot==8.5.2
|
|
# via cherrypy
|
|
cherrypy==18.6.1
|
|
# via -r requirements/static/pkg/linux.in
|
|
contextvars==2.4
|
|
# via -r requirements/base.txt
|
|
cryptography==3.3.2
|
|
# via pyopenssl
|
|
distro==1.5.0
|
|
# via -r requirements/base.txt
|
|
idna==2.8
|
|
# via requests
|
|
immutables==0.15
|
|
# via contextvars
|
|
importlib_metadata==4.6.3 ; python_version >= "3.10"
|
|
# via -r requirements/static/pkg/linux.in
|
|
jaraco.classes==3.2.1
|
|
# via jaraco.collections
|
|
jaraco.collections==3.4.0
|
|
# via cherrypy
|
|
jaraco.functools==2.0
|
|
# via
|
|
# cheroot
|
|
# jaraco.text
|
|
# tempora
|
|
jaraco.text==3.5.1
|
|
# via jaraco.collections
|
|
jinja2==3.1.0
|
|
# via -r requirements/base.txt
|
|
markupsafe==2.0.1
|
|
# via
|
|
# -r requirements/base.txt
|
|
# jinja2
|
|
more-itertools==5.0.0
|
|
# via
|
|
# cheroot
|
|
# cherrypy
|
|
# jaraco.classes
|
|
# jaraco.functools
|
|
msgpack==1.0.2
|
|
# via -r requirements/base.txt
|
|
portend==2.4
|
|
# via cherrypy
|
|
psutil==5.8.0
|
|
# via -r requirements/base.txt
|
|
pycparser==2.21 ; python_version >= "3.9"
|
|
# via
|
|
# -r requirements/static/pkg/linux.in
|
|
# cffi
|
|
pycryptodomex==3.9.8
|
|
# via -r requirements/crypto.txt
|
|
pyopenssl==19.1.0
|
|
# via -r requirements/static/pkg/linux.in
|
|
python-dateutil==2.8.1
|
|
# via -r requirements/static/pkg/linux.in
|
|
python-gnupg==0.4.8
|
|
# via -r requirements/static/pkg/linux.in
|
|
pytz==2022.1
|
|
# via tempora
|
|
pyyaml==5.4.1
|
|
# via -r requirements/base.txt
|
|
pyzmq==23.2.0 ; python_version >= "3.9"
|
|
# via -r requirements/zeromq.txt
|
|
requests==2.25.1
|
|
# via -r requirements/base.txt
|
|
rpm-vercmp==0.1.2
|
|
# via -r requirements/static/pkg/linux.in
|
|
setproctitle==1.2.2 ; python_version >= "3.10"
|
|
# via -r requirements/static/pkg/linux.in
|
|
six==1.16.0
|
|
# via
|
|
# cheroot
|
|
# cryptography
|
|
# more-itertools
|
|
# pyopenssl
|
|
# python-dateutil
|
|
tempora==4.1.1
|
|
# via portend
|
|
timelib==0.2.5
|
|
# via -r requirements/static/pkg/linux.in
|
|
urllib3==1.26.6
|
|
# via requests
|
|
zc.lockfile==1.4
|
|
# via cherrypy
|
|
zipp==3.6.0
|
|
# via importlib-metadata
|
|
|
|
# The following packages are considered to be unsafe in a requirements file:
|
|
# setuptools
|