Change logs for salt source package in Focal

  • salt (3000+dfsg1-4) unstable; urgency=medium
    
      * Let sphinx display the full traceback when an unhandled exception occurs
        to help debugging #955057.
      * autopkgtest: Skip tests that need Internet access (Closes: #954154)
    
     -- Benjamin Drung <email address hidden>  Mon, 30 Mar 2020 11:29:56 +0200
  • salt (3000+dfsg1-3) unstable; urgency=medium
    
      * Move documentation to /usr/share/doc/salt-doc/html
      * Add support for setting DEB_BUILD_OPTIONS=nodoc
      * Improve skip tests that need Internet access (to fix build on Ubuntu)
    
     -- Benjamin Drung <email address hidden>  Tue, 03 Mar 2020 16:19:19 +0100
  • salt (3000+dfsg1-2) unstable; urgency=medium
    
      * Require python3-pytestsalt >= 2019.6.13 for tests
      * Skip more test cases that need Internet access
      * Install NOTICE in salt-common
    
     -- Benjamin Drung <email address hidden>  Mon, 02 Mar 2020 14:39:19 +0100
  • salt (3000+dfsg1-1) unstable; urgency=medium
    
      * New upstream release.
      * Refresh patches
      * Drop tornado4 patches and use vendored tornado
      * Fix CMDMODTestCase if home directory does not exist (PR #55961)
      * Fix deprecation warnings for imports from collections (PR #56225)
      * Replace log.warn by log.warning (PR #56226)
      * Replace deprecated ElementTree.getchildren() (PR #56226)
      * Fix broken symlink in test_symlink_list (PR #56227)
      * Add new build/test Python dependencies: cheetah, genshi, mako, openssl
      * Fix regression in service states with reload argument
    
     -- Benjamin Drung <email address hidden>  Tue, 25 Feb 2020 15:42:34 +0100
  • salt (2019.2.3+dfsg1-2) unstable; urgency=medium
    
      * Fix all unit test failures on Python 3.8:
        - Replace deprecated inspect.formatargspec
        - Support distro.linux_distribution
        - Fix RuntimeError: dictionary keys changed during iteration
        - Fix unit.modules.test_virt.VirtTestCase.test_update
    
     -- Benjamin Drung <email address hidden>  Mon, 03 Feb 2020 09:57:12 +0100
  • salt (2019.2.3+dfsg1-1) unstable; urgency=medium
    
      * New upstream release.
        - Fix command injection in salt-api NEST API (CVE-2019-17361)
          (Closes: #949222)
      * Drop 11 patches that are included upstream
      * Run KubernetesTestCase.test_setup_client_key_file again
      * Split and refresh patch for disabling failing tests
      * Refresh remaining patches
      * Skip hanging unit.transport.test_zeromq.AESReqTestCases
      * Skip failing ConfigTestCase.test_datetime_config_validation
      * Skip test_check_virtualname if source directory is not found
      * Mock kubernetes when building the documentation
      * Bump Standards-Version to 4.5.0 (no changes required)
      * Depend on python3-distro for Python >= 3.8
    
     -- Benjamin Drung <email address hidden>  Wed, 29 Jan 2020 14:27:51 +0100
  • salt (2018.3.4+dfsg1-7) unstable; urgency=medium
    
      * doc: Set script type explicitly to text/javascript
      * Use jquery.js from sphinx
      * Symlink vendor JavaScript files before building
      * Use dh_sphinxdoc
      * Fix various spelling mistakes
      * Fix salt to work with python3-yaml 5.1.2-1 (Closes: #933922):
        - Set default_flow_style=None in yaml.dump calls
        - Fix yamldumper test for both py2/py3
      * Bump Standards-Version to 4.4.0 (no changes needed)
      * Switch to debhelper 12
      * Add missing Pre-Depends on ${misc:Pre-Depends}
    
     -- Benjamin Drung <email address hidden>  Thu, 29 Aug 2019 18:26:56 +0200
  • salt (2018.3.4+dfsg1-6ubuntu1) eoan; urgency=medium
    
      * debian/patches/use-pyyaml-default-flow-style-false.patch: Use the terse
        flow_style that used to be default prior to pyyaml 5.1 with Boto ApiGateway
        tests.
      * debian/patches/0001-Set-default_flow_style-None-in-yaml.dump-calls.patch:
        Fix flow_style for pyyaml 5.1 changes in serializers tests.
      * debian/patches/0001-Fix-yamldumper-test-for-both-py2-py3.patch: Also fix
        yamldumper tests for pyyaml 5.1 changes.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 30 Aug 2019 15:28:21 -0400