Ryan Addessi (raddessi)
31bb0f7cd1
Changed StrictVersion checking of setuptools to LooseVersion
2020-02-20 22:02:20 -07:00
Daniel Wozniak
9adc2214c3
Merge pull request #56095 from waynew/crypto-warning
...
Provide security advisory for PyCrypto
2020-02-10 11:41:54 -07:00
Daniel Wozniak
1acd492bb9
Merge pull request #56092 from twangboy/waynew-update-changelog
...
Add LGPO and Network PRs to changelogs
2020-02-10 11:17:26 -07:00
Wayne Werner
484bc51f4b
Add warnings to a couple of other places
2020-02-10 12:15:40 -06:00
twangboy
4e03620d4e
Fix a docs issue
2020-02-10 10:54:54 -07:00
twangboy
e7b64277e1
Add LGPO and Network PRs to changelogs
2020-02-10 10:54:54 -07:00
Daniel Wozniak
65d59b0ee9
Merge pull request #56115 from s0undt3ch/hotfix/release-notes
...
Add information about the pip install salt on windows issue.
2020-02-10 10:33:42 -07:00
Pedro Algarvio
aeac9f36cd
Add information about the pip install salt on windows issue.
2020-02-10 16:57:04 +00:00
Wayne Werner
2711c04ca9
Provide security advisory for PyCrypto
...
PyCrypto is broken, but comes with most distros. PyCryptodome(x) or
M2Crypto are preferred.
Fixes #56080
2020-02-07 20:46:29 -06:00
Daniel Wozniak
81eb152643
Merge pull request #56047 from s0undt3ch/hotfix/setuptools
...
Move the `salt-unity` implementation to `salt.scripts`
2020-02-01 15:50:26 -07:00
Pedro Algarvio
f08253bd7e
Move the salt-unity
implementation to salt.scripts
2020-02-01 16:51:58 +00:00
Daniel Wozniak
8288117a78
Merge pull request #56039 from s0undt3ch/hotfix/setuptools
...
Replace pycryptodome with pycrypto
2020-01-31 17:43:06 -07:00
Pedro Algarvio
ac90bb4d9f
Allow pycrypto to be included in parsed requirements
2020-01-31 21:11:38 +00:00
Pedro Algarvio
69a3d33f09
Replace pycryptodome with pycrypto
...
Due to issues found during package testing for the several supported
linux distributions, we're switching back our crypto depencency to
pycrypto.
Security concerned users are still advised to install the latest m2crypto
or pycryptodome library after pip installing salt since salt is prepared
to work with whatever is available.
2020-01-31 17:56:58 +00:00
Daniel Wozniak
12713dcbfc
Merge pull request #56036 from dwoz/dispreq
...
singledispatch only needed for < 3.4
2020-01-31 10:53:10 -07:00
Daniel A. Wozniak
103890c4fe
backports-abc only for py2
2020-01-31 10:41:16 -07:00
Daniel A. Wozniak
0e4ad85f70
singledispatch only needed for < 3.4
2020-01-31 16:35:14 +00:00
Daniel Wozniak
3136aa2901
Merge pull request #56029 from s0undt3ch/hotfix/setuptools
...
Include `requirements/crypto.txt` if transport is `zeromq`
2020-01-30 12:11:09 -07:00
Daniel Wozniak
b7521d4791
Merge pull request #56032 from dwoz/fix_da_forking_problem
...
Fix issues with setuptools in conjunction with spawn
2020-01-30 12:10:05 -07:00
Daniel A. Wozniak
2a55129f55
Fix issues with setuptools in conjunction when spawn
2020-01-30 11:37:34 -07:00
Pedro Algarvio
f55dbb06b3
Include requirements/crypto.txt
if transport is zeromq
2020-01-30 13:23:16 +00:00
Daniel Wozniak
b3bf6c250d
Merge pull request #55990 from spenceation/acl-typos
...
Fixed incorrect pluralization in linux_acl state
2020-01-29 15:05:35 -07:00
Daniel Wozniak
0f12432cbc
Merge pull request #56019 from dmurphy18/fix_tornado_async37
...
Fix Tornado 4.5.3 embedded for Python 3.7 support
2020-01-29 14:53:25 -07:00
Daniel Wozniak
f7d25ecda6
Merge pull request #56005 from dwoz/vendimp
...
Always import vendored tornado
2020-01-29 14:30:04 -07:00
David Murphy
db0d9d5546
Fix Tornado 4.5.3 embedded for Python 3.7 support
2020-01-29 11:05:18 -07:00
Daniel Wozniak
78866c6431
Merge pull request #56017 from s0undt3ch/hotfix/setuptools
...
Update to the latest salt-bootstrap release, v2020.01.29
2020-01-29 10:33:26 -07:00
Pedro Algarvio
49e72ce1e3
Update to the latest salt-bootstrap release, v2020.01.29
2020-01-29 17:24:16 +00:00
Daniel A. Wozniak
82b939acdb
Fix warts on linux py3
2020-01-29 16:19:31 +00:00
Daniel A. Wozniak
1eb3c6ed00
Fix test under
2020-01-29 10:07:48 +00:00
Daniel A. Wozniak
ae9f33f70f
Fix import unit test on windows
2020-01-29 00:05:25 +00:00
Daniel Wozniak
3d90ec3d1a
Merge pull request #56010 from bryceml/fix_code_block_sections
...
fix syntax errors on code-block sections in docs
2020-01-28 14:40:46 -07:00
Daniel Wozniak
77e1c0558a
Merge pull request #56008 from Ch3LL/msgpack_rc
...
Add msgpack incompatible warning to 3000 release notes
2020-01-28 14:40:22 -07:00
Daniel Wozniak
12f8a7174a
Merge pull request #56009 from dwoz/msgpackver
...
Do not allow msgpack 1.0.0rc1
2020-01-28 14:39:59 -07:00
Bryce Larson
2299884a9f
fix syntax errors on code-block sections in docs
2020-01-28 13:15:26 -07:00
ch3ll
d6553aaa8a
msgpack warning <1 not <=
2020-01-28 13:49:30 -05:00
Daniel A. Wozniak
e1bc9e18dd
Clean up un-used imports
2020-01-28 18:20:01 +00:00
Daniel A. Wozniak
e4ee32f2a0
Do not allow msgpack 1.0.0rc1
2020-01-28 18:12:55 +00:00
Daniel A. Wozniak
1d43bbff1a
Make importer py3 compatible
2020-01-28 18:07:46 +00:00
ch3ll
18abc9f80e
Add msgpack incompatible warning to 3000 release notes
2020-01-28 12:45:18 -05:00
Daniel A. Wozniak
93cdbaaa3d
Make linter happy
2020-01-28 16:03:16 +00:00
Daniel A. Wozniak
ac76b03180
Fix bad vendored tornado import
2020-01-28 15:59:47 +00:00
Daniel A. Wozniak
6339a4402f
Always import vendored tornado
2020-01-28 15:43:33 +00:00
Daniel Wozniak
796265c5be
Merge pull request #55998 from dwoz/win_reqs
...
Remove redundant reqs from windows
2020-01-27 20:51:51 -07:00
Daniel A. Wozniak
fc8e978160
Remove redundent reqs from windows
2020-01-28 00:25:56 +00:00
Daniel Wozniak
ee569a672f
Merge pull request #55997 from garethgreenaway/update_release_notes_python_3_8
...
[master] Including a note about Python 3.8 support.
2020-01-27 16:36:42 -07:00
Gareth J. Greenaway
ec1f8bc298
Including a note about Python 3.8 support.
2020-01-27 15:08:08 -08:00
Daniel Wozniak
a38c3c01cb
Merge pull request #55996 from s0undt3ch/hotfix/setuptools
...
Switch to `setuptools` alone. Work around pypa/setuptools#456 .
2020-01-27 16:03:41 -07:00
Pedro Algarvio
ada6f6d96d
Switch to setuptools
alone. Work around pypa/setuptools#456 .
2020-01-27 23:01:17 +00:00
spenceation
e160adcdae
Fixed incorrect pluralization in linux_acl state
...
The variable acl_name(s) is featured in the documentation with the incorrect pluralization. This will match the documentation to the arguments used.
2020-01-27 12:58:30 -05:00
Daniel Wozniak
7559d50afb
Merge pull request #55989 from frogunder/rn_3000
...
update releasenotes
2020-01-27 09:34:56 -07:00