1. 23 Aug, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.4.0 · c75acf74
      Thomas Goirand authored
      c75acf74
    • Thomas Goirand's avatar
      Merge tag '2.4.0' into debian/xena · fe0c5942
      Thomas Goirand authored
      automaton 2.4.0 release
      
      meta:version: 2.4.0
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I83550e91db0b8edb77cf03d0c178d7934a1ce634
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      fe0c5942
  2. 16 Aug, 2021 1 commit
  3. 07 Jun, 2021 1 commit
  4. 12 May, 2021 1 commit
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · df3f3542
      wu.shiming authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I53a24ff7f9984997a16f436d9e6c62605e90d9e5
      df3f3542
  5. 16 Apr, 2021 4 commits
  6. 18 Mar, 2021 2 commits
  7. 08 Mar, 2021 3 commits
    • Thomas Goirand's avatar
      55240dd1
    • Thomas Goirand's avatar
      Merge tag '2.3.0' into debian/wallaby · 896f2063
      Thomas Goirand authored
      automaton 2.3.0 release
      
      meta:version: 2.3.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Stephen Finucane <sfinucan@redhat.com>
      meta:release:Commit: Stephen Finucane <sfinucan@redhat.com>
      meta:release:Change-Id: I4e42dcd53ee04c7b85517d8515781b344dee60e7
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      896f2063
    • Thomas Goirand's avatar
      Now packaging 2.3.0. · 49086f1b
      Thomas Goirand authored
      49086f1b
  8. 11 Feb, 2021 3 commits
  9. 21 Jan, 2021 1 commit
  10. 14 Jan, 2021 1 commit
  11. 18 Dec, 2020 1 commit
  12. 12 Dec, 2020 1 commit
    • Riccardo Pittau's avatar
      Remove six dependency · fed5f897
      Riccardo Pittau authored
      We run on Python 3 only, time to remove six dependency
      
      Also fix l-c for new pip-resolver and move pep8 deps
      in tox.ini to avoid conflicts.
      
      And since we're here, update pre-commit config to support correct
      hacking version.
      
      Change-Id: Ibbe733c4be37d1a9dd9149d491591ef2e50dad6a
      fed5f897
  13. 04 Nov, 2020 2 commits
  14. 14 Oct, 2020 2 commits
  15. 05 Oct, 2020 1 commit
  16. 15 Sep, 2020 1 commit
    • Hervé Beraud's avatar
      Adding pre-commit · 7d0648f8
      Hervé Beraud authored
      Introduced changes:
      - pre-commit config and rules
      - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
      - Applying fixes for pre-commit compliance in all code.
      
      Also commit hash will be used instead of version tags in pre-commit to
      prevend arbitrary code from running in developer's machines.
      
      pre-commit will be used to:
      - trailing whitespace;
      - Replaces or checks mixed line ending (mixed-line-ending);
      - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker);
      - Checks that non-binary executables have a proper
        shebang (check-executables-have-shebangs);
      - Check for files that contain merge conflict strings (check-merge-conflict);
      - Check for debugger imports and py37+ breakpoint()
        calls in python source (debug-statements);
      - Attempts to load all yaml files to verify syntax (check-yaml);
      - Run flake8 checks (flake8) (local)
      
      For further details about tests please refer to:
      https://github.com/pre-commit/pre-commit-hooks
      
      
      
      Change-Id: I1e4625d34ed08218dd7069402a1eff1418f4ec35
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      7d0648f8
  17. 11 Sep, 2020 2 commits
  18. 07 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.2.0 · 267a5491
      Thomas Goirand authored
      267a5491
    • Thomas Goirand's avatar
      Merge tag '2.2.0' into debian/victoria · 443cabb3
      Thomas Goirand authored
      automaton 2.2.0 release
      
      meta:version: 2.2.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Change-Id: If196e5a7a236215a626c15c70ad0b422dcbfa1ed
      meta:release:Code-Review+1: Ben Nemec <openstack@nemebean.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      443cabb3
  19. 12 Jun, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.0.1 · 3d110a24
      Thomas Goirand authored
      3d110a24
    • Thomas Goirand's avatar
      Merge tag '2.0.1' into debian/ussuri · 1b617581
      Thomas Goirand authored
      automaton 2.0.1 release
      
      meta:version: 2.0.1
      meta:diff-start: -
      meta:series: ussuri
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Ben Nemec <bnemec@redhat.com>
      meta:release:Commit: Ben Nemec <bnemec@redhat.com>
      meta:release:Change-Id: Ica9d5824b33e3f244d4bff64d6f5d101f5b371fa
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
      1b617581
  20. 08 Jun, 2020 2 commits
    • Sean McGinnis's avatar
      Update lower-constraints list · a30803c5
      Sean McGinnis authored
      
      
      This updates the lower constraints packages with only things that are
      currently pulled in with the latest necessary requirements. It also
      removes linters that are part of the blacklist in global requirements as
      those are not needed for tracking.
      
      Change-Id: Iffa3a1caaa14b7367991e24eb2cfaf9332736701
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      a30803c5
    • Hervé Beraud's avatar
      drop mock from lower-constraints · 3370750b
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we don't need it
      in lower-constraints.
      
      These changes will help us to drop `mock` from openstack/requirements
      
      Change-Id: Ide97d869c5e56e56e2a522f198f0973504972697
      3370750b
  21. 03 Jun, 2020 1 commit
  22. 02 Jun, 2020 1 commit
  23. 26 May, 2020 2 commits
    • Andreas Jaeger's avatar
      Small cleanup · b4ab301a
      Andreas Jaeger authored
      Remove unused babel.cfg file.
      Remove python 2.7 support from setup.py.
      
      Change-Id: I6d12374ca3f68c313e3bcca2587393c000214181
      b4ab301a
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 5ad67482
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Disable openstackdocs_auto_name to use 'project' variable as name.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I3adc259f89f9093fbe9cce1353f5d6f0828271b9
      5ad67482
  24. 08 May, 2020 1 commit