[ckan-changes] [ckan/ckan] 221400: Remove the ordereddict backport for Python < 2.7
GitHub
noreply at github.com
Fri Oct 6 14:57:07 UTC 2017
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 221400bf8b3957a4f2a174f1dbf117cf87868770
https://github.com/ckan/ckan/commit/221400bf8b3957a4f2a174f1dbf117cf87868770
Author: cclauss <cclauss at bluewin.ch>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M requirements.txt
Log Message:
-----------
Remove the ordereddict backport for Python < 2.7
Fixes #3309 (PARTIAL FIX!!) The [ordereddict backport](https://pypi.python.org/pypi/ordereddict) in no longer needed because collections.OrderedDict is part of the Standard Library in Python 2.7 and Python 3. This repo no longer supports Python < 2.7.
Commit: 902b8dda6b76a288fcb4386d45caea92beedec2f
https://github.com/ckan/ckan/commit/902b8dda6b76a288fcb4386d45caea92beedec2f
Author: cclauss <cclauss at bluewin.ch>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M ckan/tests/controllers/test_api.py
Log Message:
-----------
Unrelated pep8 fix
[Circle CI complains](https://circleci.com/gh/ckan/ckan/3246?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) ckan/tests/controllers/test_api.py E123 ln:284 closing bracket does not match indentation of opening bracket's line
Commit: c20b570952165c0760a512df331b251ac73aaa06
https://github.com/ckan/ckan/commit/c20b570952165c0760a512df331b251ac73aaa06
Author: cclauss <cclauss at bluewin.ch>
Date: 2017-10-03 (Tue, 03 Oct 2017)
Changed paths:
M ckan/tests/controllers/test_api.py
Log Message:
-----------
Undo pep8 fix that has already been merged
This change was already merged via #3847
Commit: 06906aaa4652ed3fea2d5183d4da06b328fce2c4
https://github.com/ckan/ckan/commit/06906aaa4652ed3fea2d5183d4da06b328fce2c4
Author: cclauss <cclauss at bluewin.ch>
Date: 2017-10-03 (Tue, 03 Oct 2017)
Changed paths:
M requirements.txt
Log Message:
-----------
Remove ordereddict from requirements.txt
Commit: 4b4ab51ed054e76997b7882ea38488fc4fd0eaa5
https://github.com/ckan/ckan/commit/4b4ab51ed054e76997b7882ea38488fc4fd0eaa5
Author: cclauss <cclauss at bluewin.ch>
Date: 2017-10-03 (Tue, 03 Oct 2017)
Changed paths:
M requirements.in
Log Message:
-----------
Remove ordereddict from requirements.in
Commit: edd1765acdc09ad4697680057bc7828d82b4388e
https://github.com/ckan/ckan/commit/edd1765acdc09ad4697680057bc7828d82b4388e
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-10-06 (Fri, 06 Oct 2017)
Changed paths:
M requirements.in
M requirements.txt
Log Message:
-----------
Merge pull request #3845 from cclauss/patch-2
Remove the ordereddict backport for Python < 2.7
Compare: https://github.com/ckan/ckan/compare/71e839ab461c...edd1765acdc0
More information about the ckan-changes
mailing list