[ckan-changes] [ckan/ckan] 82fe4f: [#3126] remove backported `subprocess.check_output...
GitHub
noreply at github.com
Tue Jun 21 12:51:26 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 82fe4fd9bbe50c7e8285968f2caeb4688fc19f66
https://github.com/ckan/ckan/commit/82fe4fd9bbe50c7e8285968f2caeb4688fc19f66
Author: Knut Hühne <knut at viderum.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
R ckan/lib/util.py
M ckan/tests/test_coding_standards.py
M doc/conf.py
Log Message:
-----------
[#3126] remove backported `subprocess.check_output`
Commit: 1efb47a879877d88250cf1016be2bda48c1ff54c
https://github.com/ckan/ckan/commit/1efb47a879877d88250cf1016be2bda48c1ff54c
Author: Knut Hühne <knut at viderum.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M ckan/model/extension.py
M ckan/tests/legacy/test_coding_standards.py
Log Message:
-----------
[#3126] don't check if methodcaller is available
- `operator.methodcaller` was implemented in python2.7. Now that ckan
only supports 2.7 it is no longer required to check if the import is
possible or not. We can besure that it is there.
Commit: f8bd2cd72abfea9911892543309269d59d2925c8
https://github.com/ckan/ckan/commit/f8bd2cd72abfea9911892543309269d59d2925c8
Author: Knut Hühne <knut at viderum.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M ckan/tests/controllers/test_api.py
M ckan/tests/controllers/test_group.py
M ckan/tests/controllers/test_organization.py
M ckan/tests/controllers/test_package.py
M ckan/tests/controllers/test_tags.py
M ckan/tests/helpers.py
M ckan/tests/legacy/__init__.py
M ckan/tests/legacy/functional/api/test_api.py
M ckan/tests/legacy/lib/test_dictization.py
M ckan/tests/legacy/models/test_group.py
M ckan/tests/lib/search/test_index.py
M ckan/tests/lib/test_mailer.py
M ckanext/example_igroupform/tests/test_controllers.py
M ckanext/example_iuploader/test/test_plugin.py
M ckanext/example_theme/custom_emails/tests.py
Log Message:
-----------
[#3126] remove assert_(not)_in from helpers
- `assert_in` and `assert_not_in` were duplicated
in `ckan/tests/legacy/__init__.py` and
`ckan.tests.helpers` because they were not
available in python2.6
- This commit removes the back porting from those
files and just imports from nose.tools directly
everywhere
Commit: 7ec19e36c7c9049a650ba88f8f4bd310ae4e5fb8
https://github.com/ckan/ckan/commit/7ec19e36c7c9049a650ba88f8f4bd310ae4e5fb8
Author: Knut Hühne <knut at viderum.com>
Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths:
M ckanext/datapusher/tests/test.py
M ckanext/datastore/tests/test_create.py
M ckanext/resourceproxy/tests/test_proxy.py
Log Message:
-----------
[#3126] remove check for skipping tests
- removes some code that was used to skip tests and change solr settings
under python2.6 which is not tested against anymore
Commit: ac69f064ce3a17aee89a1d4c8977fff4c718c700
https://github.com/ckan/ckan/commit/ac69f064ce3a17aee89a1d4c8977fff4c718c700
Author: Knut Hühne <knut at viderum.com>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M doc/contributing/python.rst
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
[#3126] only reference py2.7 in documentation
Commit: 9ee75b530a687e43b9eee4fc049ef412b5ad432a
https://github.com/ckan/ckan/commit/9ee75b530a687e43b9eee4fc049ef412b5ad432a
Author: Knut Hühne <knut at viderum.com>
Date: 2016-06-20 (Mon, 20 Jun 2016)
Changed paths:
M ckan/pastertemplates/template/+dot+travis.yml_tmpl
M ckan/pastertemplates/template/setup.py_tmpl
Log Message:
-----------
[#3126] remove py2.6 from paster templates
Commit: 6d7a9c30765d3e5319a0a83b56d611e47a9c6ea7
https://github.com/ckan/ckan/commit/6d7a9c30765d3e5319a0a83b56d611e47a9c6ea7
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2016-06-21 (Tue, 21 Jun 2016)
Changed paths:
R ckan/lib/util.py
M ckan/model/extension.py
M ckan/pastertemplates/template/+dot+travis.yml_tmpl
M ckan/pastertemplates/template/setup.py_tmpl
M ckan/tests/controllers/test_api.py
M ckan/tests/controllers/test_group.py
M ckan/tests/controllers/test_organization.py
M ckan/tests/controllers/test_package.py
M ckan/tests/controllers/test_tags.py
M ckan/tests/helpers.py
M ckan/tests/legacy/__init__.py
M ckan/tests/legacy/functional/api/test_api.py
M ckan/tests/legacy/lib/test_dictization.py
M ckan/tests/legacy/models/test_group.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/lib/search/test_index.py
M ckan/tests/lib/test_mailer.py
M ckan/tests/test_coding_standards.py
M ckanext/datapusher/tests/test.py
M ckanext/datastore/tests/test_create.py
M ckanext/example_igroupform/tests/test_controllers.py
M ckanext/example_iuploader/test/test_plugin.py
M ckanext/example_theme/custom_emails/tests.py
M ckanext/resourceproxy/tests/test_proxy.py
M doc/conf.py
M doc/contributing/python.rst
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
Merge pull request #3127 from k-nut/3126-remove-python-2.6-support
Remove Python 2.6 compability
Compare: https://github.com/ckan/ckan/compare/7529b0dd1a72...6d7a9c30765d
More information about the ckan-changes
mailing list