Skip to content

v0.5.3 (December 9, 2014) Dress For Success

Compare
Choose a tag to compare
@sheagcraig sheagcraig released this 09 Dec 16:09
· 685 commits to master since this release

FIXES:

  • Non-flat packages cannot be uploaded to JDS'. Now there is a warning message and documentation. (#20)
  • If you haven't configured any DP's through the repo_prefs parameter to the JSS, we shouldn't attempt DistributionPoints.retrieve_all(). Reordered slightly to avoid problems. (#21)
    • No need (unnecessary work)
    • Your API user may not have permissions to do so! Thanks @arubdesu

CHANGES:

  • Added script testing to jss.distribution_points.JDS.exists.
  • Tests updated.
  • Moved all exceptions to their own module.
  • Added an exception for attempting to upload non-flat packages.
  • Added '.ZIP' as a package file type.
  • Added suppress_warnings parameter to jss.JSS objects to disable urllib3 warnings. Use at your own risk. (jssimporter/JSSImporter#18)