[ckan-changes] [ckan/ckan] 71f779: print() is a function in Python 3
GitHub
noreply at github.com
Tue Feb 27 12:11:36 UTC 2018
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 71f779fe351a49559e3781e26cb7587e9e7f3d72
https://github.com/ckan/ckan/commit/71f779fe351a49559e3781e26cb7587e9e7f3d72
Author: cclauss <cclauss at bluewin.ch>
Date: 2018-02-23 (Fri, 23 Feb 2018)
Changed paths:
M ckan/ckan_nose_plugin.py
M ckan/i18n/check_po_files.py
M ckan/lib/cli.py
M ckan/lib/config_tool.py
M ckan/lib/create_test_data.py
M ckan/lib/search/__init__.py
M ckan/logic/validators.py
M ckan/migration/versions/018_adjust_licenses.py
M ckan/migration/versions/083_remove_related_items.py
M ckan/pastertemplates/__init__.py
M ckan/tests/legacy/functional/api/model/test_package.py
M ckan/tests/legacy/functional/api/model/test_relationships.py
M ckan/tests/legacy/functional/api/test_package_search.py
M ckan/tests/legacy/functional/api/test_user.py
M ckan/tests/legacy/functional/test_package.py
M ckan/tests/legacy/functional/test_revision.py
M ckan/tests/legacy/lib/test_dictization.py
M ckan/tests/legacy/lib/test_navl.py
M ckan/tests/legacy/misc/test_sync.py
M ckan/tests/legacy/models/test_resource.py
M ckanext/datapusher/cli.py
M ckanext/datapusher/tests/test.py
M ckanext/datastore/tests/test_disable.py
Log Message:
-----------
print() is a function in Python 3
Commit: 855cfe854a12ad8b807e44dc378e2086cc71c53a
https://github.com/ckan/ckan/commit/855cfe854a12ad8b807e44dc378e2086cc71c53a
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M ckan/ckan_nose_plugin.py
M ckan/i18n/check_po_files.py
M ckan/lib/cli.py
M ckan/lib/config_tool.py
M ckan/lib/create_test_data.py
M ckan/lib/search/__init__.py
M ckan/logic/validators.py
M ckan/migration/versions/018_adjust_licenses.py
M ckan/migration/versions/083_remove_related_items.py
M ckan/pastertemplates/__init__.py
M ckan/tests/legacy/functional/api/model/test_package.py
M ckan/tests/legacy/functional/api/model/test_relationships.py
M ckan/tests/legacy/functional/api/test_package_search.py
M ckan/tests/legacy/functional/api/test_user.py
M ckan/tests/legacy/functional/test_package.py
M ckan/tests/legacy/functional/test_revision.py
M ckan/tests/legacy/lib/test_dictization.py
M ckan/tests/legacy/lib/test_navl.py
M ckan/tests/legacy/misc/test_sync.py
M ckan/tests/legacy/models/test_resource.py
M ckanext/datapusher/cli.py
M ckanext/datapusher/tests/test.py
M ckanext/datastore/tests/test_disable.py
Log Message:
-----------
Merge pull request #4038 from cclauss/from-future-import-print_function
print() is a function in Python 3
Compare: https://github.com/ckan/ckan/compare/832e0139c7a0...855cfe854a12
More information about the ckan-changes
mailing list