[ckan-changes] [ckan/ckan] cd70ab: [#4801] Transform relative imports into absolute ones

Adrià Mercader noreply at github.com
Thu Nov 21 14:09:55 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: cd70abf9b5b7a7187f061798ca2cd93c93531064
      https://github.com/ckan/ckan/commit/cd70abf9b5b7a7187f061798ca2cd93c93531064
  Author: amercader <amercadero at gmail.com>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

  Changed paths:
    M ckan/controllers/admin.py
    M ckan/controllers/package.py
    M ckan/lib/cli.py
    M ckan/lib/helpers.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/redis.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/model/__init__.py
    M ckan/model/activity.py
    M ckan/model/core.py
    M ckan/model/dashboard.py
    M ckan/model/domain_object.py
    M ckan/model/follower.py
    M ckan/model/group.py
    M ckan/model/group_extra.py
    M ckan/model/meta.py
    M ckan/model/package.py
    M ckan/model/package_extra.py
    M ckan/model/package_relationship.py
    M ckan/model/rating.py
    M ckan/model/resource.py
    M ckan/model/resource_view.py
    M ckan/model/system_info.py
    M ckan/model/tag.py
    M ckan/model/task_status.py
    M ckan/model/term_translation.py
    M ckan/model/tracking.py
    M ckan/model/types.py
    M ckan/model/user.py
    M ckan/model/vocabulary.py

  Log Message:
  -----------
  [#4801] Transform relative imports into absolute ones


  Commit: 7fc8ba2840c744e05c8f89615b957d4bd11e0e4d
      https://github.com/ckan/ckan/commit/7fc8ba2840c744e05c8f89615b957d4bd11e0e4d
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M ckan/model/__init__.py
    M ckan/model/core.py
    M ckan/model/package.py
    A ckan/model/system.py
    M ckan/model/tag.py
    M ckan/model/vocabulary.py
    M ckan/plugins/__init__.py
    M ckan/plugins/core.py

  Log Message:
  -----------
  Fix some circular imports, ready for py3.


  Commit: ab6cf89cf76685815b660af2fa1296680008f750
      https://github.com/ckan/ckan/commit/ab6cf89cf76685815b660af2fa1296680008f750
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M ckan/lib/redis.py

  Log Message:
  -----------
  Fix redis import error - otherwise it tries to import itself?


  Commit: ef103f02292e0b50fbe7edc6a9e07f70d2fb9f45
      https://github.com/ckan/ckan/commit/ef103f02292e0b50fbe7edc6a9e07f70d2fb9f45
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M ckan/controllers/admin.py
    M ckan/controllers/package.py
    M ckan/lib/cli.py
    M ckan/lib/helpers.py
    M ckan/lib/navl/dictization_functions.py
    M ckan/lib/redis.py
    M ckan/lib/search/__init__.py
    M ckan/lib/search/index.py
    M ckan/model/__init__.py
    M ckan/model/activity.py
    M ckan/model/core.py
    M ckan/model/dashboard.py
    M ckan/model/domain_object.py
    M ckan/model/follower.py
    M ckan/model/group.py
    M ckan/model/group_extra.py
    M ckan/model/meta.py
    M ckan/model/package.py
    M ckan/model/package_extra.py
    M ckan/model/package_relationship.py
    M ckan/model/rating.py
    M ckan/model/resource.py
    M ckan/model/resource_view.py
    A ckan/model/system.py
    M ckan/model/system_info.py
    M ckan/model/tag.py
    M ckan/model/task_status.py
    M ckan/model/term_translation.py
    M ckan/model/tracking.py
    M ckan/model/types.py
    M ckan/model/user.py
    M ckan/model/vocabulary.py
    M ckan/plugins/__init__.py
    M ckan/plugins/core.py

  Log Message:
  -----------
  Merge pull request #5069 from ckan/py3-imports

[#4801] Transform relative imports into absolute ones


Compare: https://github.com/ckan/ckan/compare/2001c688f77e...ef103f02292e



More information about the ckan-changes mailing list