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.

152 lines
3.4 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
#
2024-04-22 17:16:07 +01:00
aiohttp==3.9.5
2023-11-23 15:57:45 -07:00
# via -r requirements/base.txt
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
2023-11-23 15:57:45 -07:00
async-timeout==4.0.3
# via aiohttp
2024-02-19 13:10:20 +00:00
attrs==23.2.0
2023-11-23 15:57:45 -07:00
# via aiohttp
autocommand==2.2.2
# via jaraco.text
2024-07-18 14:09:17 -07:00
certifi==2024.7.4 ; python_version >= "3.10"
# via
# -r requirements/base.txt
# requests
cffi==1.16.0
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==10.0.0
2021-05-05 08:53:16 +01:00
# via cherrypy
cherrypy==18.8.0
# via -r requirements/base.txt
2021-05-05 08:53:16 +01:00
contextvars==2.4
# via -r requirements/base.txt
croniter==2.0.5 ; sys_platform != "win32"
# via -r requirements/base.txt
2024-10-22 15:28:59 -07:00
cryptography==42.0.5 ; python_version < "3.13"
2021-05-05 08:53:16 +01:00
# via
# -r requirements/base.txt
2021-05-05 08:53:16 +01:00
# pyopenssl
distro==1.8.0
2021-05-05 08:53:16 +01:00
# via -r requirements/base.txt
2024-01-24 15:02:25 +00:00
frozenlist==1.4.1
2023-11-23 15:57:45 -07:00
# via
# aiohttp
# aiosignal
idna==3.7
2023-11-23 15:57:45 -07:00
# via
# requests
# yarl
immutables==0.15
2021-05-05 08:53:16 +01:00
# via contextvars
importlib-metadata==6.6.0
# via -r requirements/base.txt
2024-02-07 11:09:05 +00:00
inflect==7.0.0
# via jaraco.text
jaraco.collections==4.1.0
# via cherrypy
jaraco.context==4.3.0
# via jaraco.text
jaraco.functools==3.7.0
2021-05-05 08:53:16 +01:00
# via
# cheroot
# jaraco.text
2021-05-05 08:53:16 +01:00
# tempora
jaraco.text==3.11.1
# via jaraco.collections
jinja2==3.1.6
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
2023-11-26 16:10:40 +00:00
looseversion==1.3.0
# via -r requirements/base.txt
2023-11-26 16:10:40 +00:00
markupsafe==2.1.3
2021-05-05 08:53:16 +01:00
# via
# -r requirements/base.txt
# jinja2
more-itertools==9.1.0
2021-05-05 08:53:16 +01:00
# via
# cheroot
# cherrypy
# jaraco.functools
# jaraco.text
2024-10-22 15:28:59 -07:00
msgpack==1.0.7 ; python_version < "3.13"
2021-05-05 08:53:16 +01:00
# via -r requirements/base.txt
2023-11-23 15:57:45 -07:00
multidict==6.0.4
# via
# aiohttp
# yarl
networkx==3.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
packaging==23.1
# via -r requirements/base.txt
portend==3.1.0
2021-05-05 08:53:16 +01:00
# via cherrypy
psutil==5.9.6 ; python_version >= "3.10"
2021-09-24 00:24:11 -05:00
# via -r requirements/base.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
# via cffi
pycryptodomex==3.19.1
2021-05-05 08:53:16 +01:00
# via -r requirements/crypto.txt
pydantic-core==2.16.3
# via pydantic
pydantic==2.6.4
# via inflect
pyopenssl==24.0.0
# via -r requirements/base.txt
python-dateutil==2.8.2
# via
2024-06-21 23:53:49 -07:00
# -r requirements/base.txt
# croniter
2024-02-07 11:09:05 +00:00
python-gnupg==0.5.2
# via -r requirements/base.txt
2024-02-07 11:09:05 +00:00
pytz==2024.1
# via
# croniter
# tempora
pyyaml==6.0.1
2021-05-05 08:53:16 +01:00
# via -r requirements/base.txt
2024-10-22 15:28:59 -07:00
pyzmq==25.1.2 ; python_version < "3.13"
2021-05-05 08:53:16 +01:00
# via -r requirements/zeromq.txt
2024-07-18 14:09:17 -07:00
requests==2.32.3 ; python_version >= "3.10"
# via -r requirements/base.txt
setproctitle==1.3.2
# via -r requirements/base.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
# via python-dateutil
2023-09-20 15:52:18 +01:00
tempora==5.3.0
2021-05-05 08:53:16 +01:00
# via portend
timelib==0.3.0
# via -r requirements/base.txt
tornado==6.3.3
2023-05-13 21:28:32 -07:00
# via -r requirements/base.txt
typing-extensions==4.8.0
2024-02-07 11:09:05 +00:00
# via
# inflect
# pydantic
# pydantic-core
2023-10-29 09:24:34 +00:00
urllib3==1.26.18
# via
# -r requirements/base.txt
# requests
2023-11-23 15:57:45 -07:00
yarl==1.9.4
# via aiohttp
2023-09-25 11:41:20 +01:00
zc.lockfile==3.0.post1
2021-05-05 08:53:16 +01:00
# via cherrypy
zipp==3.16.2
# via importlib-metadata
2021-05-05 08:53:16 +01:00
# The following packages are considered to be unsafe in a requirements file:
# setuptools