salt/requirements/static/pkg/py3.10/darwin.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

124 lines
2.8 KiB
Text
Raw Normal View History

2021-05-05 08:53:16 +01:00
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --no-emit-index-url --output-file=requirements/static/pkg/py3.10/darwin.txt requirements/darwin.txt requirements/static/pkg/darwin.in
2021-05-05 08:53:16 +01:00
#
apache-libcloud==2.5.0
# via -r requirements/darwin.txt
certifi==2023.07.22
2021-05-05 08:53:16 +01:00
# via requests
cffi==1.14.6
2021-05-05 08:53:16 +01:00
# via cryptography
2023-07-14 08:40:53 -06:00
charset-normalizer==3.2.0
2021-05-05 08:53:16 +01:00
# via requests
cheroot==8.5.2
2021-05-05 08:53:16 +01:00
# via cherrypy
cherrypy==18.6.1
2021-05-05 08:53:16 +01:00
# via -r requirements/darwin.txt
contextvars==2.4
# via -r requirements/base.txt
cryptography==41.0.4
2021-05-05 08:53:16 +01:00
# via
# -r requirements/darwin.txt
# pyopenssl
distro==1.5.0
# via -r requirements/base.txt
gitdb==4.0.5
# via gitpython
gitpython==3.1.35
2021-05-05 08:53:16 +01:00
# via -r requirements/darwin.txt
idna==2.8
# via
# -r requirements/darwin.txt
# requests
immutables==0.15
# via contextvars
importlib-metadata==6.0.0
# via -r requirements/darwin.txt
jaraco.classes==3.2.1
# via jaraco.collections
jaraco.collections==3.4.0
# via cherrypy
2021-05-05 08:53:16 +01:00
jaraco.functools==2.0
# via
# cheroot
# jaraco.text
2021-05-05 08:53:16 +01:00
# tempora
jaraco.text==3.5.1
# via jaraco.collections
jinja2==3.1.2
2021-05-05 08:53:16 +01:00
# via -r requirements/base.txt
2022-09-12 10:23:25 -07:00
jmespath==1.0.1
# via -r requirements/base.txt
2021-05-05 08:53:16 +01:00
linode-python==1.1.1
# via -r requirements/darwin.txt
looseversion==1.0.2
# via -r requirements/base.txt
markupsafe==2.1.2
2021-05-05 08:53:16 +01:00
# via
# -r requirements/base.txt
# jinja2
more-itertools==8.2.0
# via
# cheroot
# cherrypy
# jaraco.classes
2021-05-05 08:53:16 +01:00
# jaraco.functools
msgpack==1.0.2
# via -r requirements/base.txt
packaging==22.0
# via -r requirements/base.txt
2021-05-05 08:53:16 +01:00
portend==2.6
# via cherrypy
psutil==5.8.0
2021-09-24 00:24:11 -05:00
# via -r requirements/base.txt
2021-05-05 08:53:16 +01:00
pyasn1==0.4.8
# via -r requirements/darwin.txt
Merge freeze into master (#62438) * 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>
2022-08-08 11:27:10 -06:00
pycparser==2.21
2021-05-05 08:53:16 +01:00
# via
# -r requirements/darwin.txt
# cffi
pycryptodomex==3.9.8
# via -r requirements/crypto.txt
2023-07-14 09:06:11 -06:00
pyopenssl==23.2.0
2021-05-05 08:53:16 +01:00
# via -r requirements/darwin.txt
python-dateutil==2.8.0
# via -r requirements/darwin.txt
python-gnupg==0.4.8
2021-05-05 08:53:16 +01:00
# via -r requirements/darwin.txt
pytz==2022.1
2021-05-05 08:53:16 +01:00
# via tempora
pyyaml==6.0.1
2021-05-05 08:53:16 +01:00
# via -r requirements/base.txt
pyzmq==23.2.0
2021-05-05 08:53:16 +01:00
# via -r requirements/zeromq.txt
2023-07-14 08:40:53 -06:00
requests==2.31.0
2021-05-05 08:53:16 +01:00
# via
# -r requirements/base.txt
# apache-libcloud
# vultr
setproctitle==1.3.2
2021-05-05 08:53:16 +01:00
# via -r requirements/darwin.txt
Upgrade to `six==1.16.0` to avoid problems on CI runs ``` 13:59:02 nox > Session invoke-pre-commit was successful. 13:59:02 nox > Running session invoke-pre-commit 13:59:02 nox > pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt 13:59:02 Collecting blessings==1.7 13:59:02 Using cached blessings-1.7-py3-none-any.whl (18 kB) 13:59:02 Collecting invoke==1.4.1 13:59:02 Using cached invoke-1.4.1-py3-none-any.whl (210 kB) 13:59:02 Collecting pyyaml==5.3.1 13:59:02 Using cached PyYAML-5.3.1.tar.gz (269 kB) 13:59:02 Collecting six==1.15.0 13:59:02 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) 13:59:02 Building wheels for collected packages: pyyaml 13:59:02 Building wheel for pyyaml (setup.py) ... - \ | / - \ | done 13:59:02 Created wheel for pyyaml: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=546391 sha256=e42e1d66cc32087f4d33ceb81268c86b59f1a97029b19459f91b8d6ad1430167 13:59:02 Stored in directory: /var/jenkins/.cache/pip/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 13:59:02 Successfully built pyyaml 13:59:02 Installing collected packages: six, pyyaml, invoke, blessings 13:59:02 Attempting uninstall: six 13:59:02 Found existing installation: six 1.16.0 13:59:02 Uninstalling six-1.16.0: 13:59:02 ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/var/jenkins/.cache/pre-commit/repomw8oee1s/py_env-python3/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc' 13:59:02 13:59:02 nox > Command pip install --progress-bar=off -r requirements/static/ci/py3.7/invoke.txt failed with exit code 1 13:59:02 nox > Session invoke-pre-commit failed. ```
2021-05-26 17:08:45 +01:00
six==1.16.0
2021-05-05 08:53:16 +01:00
# via
# cheroot
# python-dateutil
smmap==3.0.2
# via gitdb
tempora==4.1.1
2021-05-05 08:53:16 +01:00
# via portend
timelib==0.2.5
# via -r requirements/darwin.txt
urllib3==1.26.6
2021-05-05 08:53:16 +01:00
# via requests
vultr==1.0.1
# via -r requirements/darwin.txt
zc.lockfile==2.0
# via cherrypy
zipp==3.12.0
# via importlib-metadata
2021-05-05 08:53:16 +01:00
# The following packages are considered to be unsafe in a requirements file:
# setuptools