Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump required python version to 2.6 #41

Closed
thatch45 opened this issue Apr 3, 2011 · 2 comments
Closed

Bump required python version to 2.6 #41

thatch45 opened this issue Apr 3, 2011 · 2 comments

Comments

@thatch45
Copy link
Contributor

thatch45 commented Apr 3, 2011

Right now I think the only requirement for python 2.7 is importlib, and you can do this with import
2.6 means we can at least get salt running on rhel6, I want rhel5 support, python 2.4

Or continue on with requiring python3....

@thatch45
Copy link
Contributor Author

thatch45 commented Apr 3, 2011

Ok, the minion runs on 2.6 now!!

@thatch45
Copy link
Contributor Author

thatch45 commented Apr 7, 2011

The bugs in this change have been weeded out. Fixed

@thatch45 thatch45 closed this as completed Apr 7, 2011
arthurzenika pushed a commit to arthurzenika/salt that referenced this issue Sep 17, 2013
Return meaningful errors when trying to load the map file
moio pushed a commit to moio/salt that referenced this issue Sep 20, 2017
…ile-fix

Catching error when PIDfile cannot be deleted (bsc#1050003)
s0undt3ch added a commit to s0undt3ch/salt that referenced this issue Jun 5, 2019
This change prevents the following traceback on Ubuntu 18.04, at least:
```
19:58:13        Traceback (most recent call last):
19:58:13          File "tests/runtests.py", line 62, in <module>
19:58:13            from tests.integration import TestDaemon  # pylint: disable=W0403
19:58:13          File "/tmp/kitchen/testing/tests/integration/__init__.py", line 36, in <module>
19:58:13            from tests.support.case import ShellTestCase
19:58:13          File "/tmp/kitchen/testing/tests/support/case.py", line 35, in <module>
19:58:13            from tests.support.mixins import AdaptedConfigurationTestCaseMixin, SaltClientTestCaseMixin
19:58:13          File "/tmp/kitchen/testing/tests/support/mixins.py", line 33, in <module>
19:58:13            import salt.config
19:58:13          File "/tmp/kitchen/testing/salt/config/__init__.py", line 27, in <module>
19:58:13            import salt.utils.network
19:58:13          File "/tmp/kitchen/testing/salt/utils/network.py", line 24, in <module>
19:58:13            import salt.utils.win_network
19:58:13          File "/tmp/kitchen/testing/salt/utils/win_network.py", line 42, in <module>
19:58:13            USE_WMI = StrictVersion(platform.version()) < StrictVersion('6.2')
19:58:13          File "/usr/lib/python2.7/distutils/version.py", line 40, in __init__
19:58:13            self.parse(vstring)
19:58:13          File "/tmp/kitchen/testing/salt/utils/versions.py", line 36, in parse
19:58:13            _StrictVersion.parse(self, vstring)
19:58:13          File "/usr/lib/python2.7/distutils/version.py", line 107, in parse
19:58:13            raise ValueError, "invalid version number '%s'" % vstring
19:58:13        ValueError: invalid version number 'saltstack#41-Ubuntu SMP Wed May 8 10:43:54 UTC 2019'
```
johnclyde pushed a commit to johnclyde/salt that referenced this issue Aug 5, 2019
This change prevents the following traceback on Ubuntu 18.04, at least:
```
19:58:13        Traceback (most recent call last):
19:58:13          File "tests/runtests.py", line 62, in <module>
19:58:13            from tests.integration import TestDaemon  # pylint: disable=W0403
19:58:13          File "/tmp/kitchen/testing/tests/integration/__init__.py", line 36, in <module>
19:58:13            from tests.support.case import ShellTestCase
19:58:13          File "/tmp/kitchen/testing/tests/support/case.py", line 35, in <module>
19:58:13            from tests.support.mixins import AdaptedConfigurationTestCaseMixin, SaltClientTestCaseMixin
19:58:13          File "/tmp/kitchen/testing/tests/support/mixins.py", line 33, in <module>
19:58:13            import salt.config
19:58:13          File "/tmp/kitchen/testing/salt/config/__init__.py", line 27, in <module>
19:58:13            import salt.utils.network
19:58:13          File "/tmp/kitchen/testing/salt/utils/network.py", line 24, in <module>
19:58:13            import salt.utils.win_network
19:58:13          File "/tmp/kitchen/testing/salt/utils/win_network.py", line 42, in <module>
19:58:13            USE_WMI = StrictVersion(platform.version()) < StrictVersion('6.2')
19:58:13          File "/usr/lib/python2.7/distutils/version.py", line 40, in __init__
19:58:13            self.parse(vstring)
19:58:13          File "/tmp/kitchen/testing/salt/utils/versions.py", line 36, in parse
19:58:13            _StrictVersion.parse(self, vstring)
19:58:13          File "/usr/lib/python2.7/distutils/version.py", line 107, in parse
19:58:13            raise ValueError, "invalid version number '%s'" % vstring
19:58:13        ValueError: invalid version number 'saltstack#41-Ubuntu SMP Wed May 8 10:43:54 UTC 2019'
```
sbrennan4 pushed a commit to sbrennan4/salt that referenced this issue Sep 17, 2019
revert my change to getfullargspec, this is in six.PY2 code
andzn added a commit to andzn/salt that referenced this issue Nov 23, 2021
…s-fail

Handle exceptions thrown while trying to publish presence events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant