1. 29 Sep, 2021 1 commit
  2. 06 Sep, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.3.0 · 90c7be28
      Thomas Goirand authored
      90c7be28
    • Thomas Goirand's avatar
      Merge tag '4.3.0' into debian/xena · 47b1ce06
      Thomas Goirand authored
      python-cloudkittyclient 4.3.0 release
      
      meta:version: 4.3.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: Ie80ba4cff4868485bee796bb81586a2702953c60
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      47b1ce06
  3. 16 Aug, 2021 1 commit
  4. 13 Aug, 2021 1 commit
  5. 12 Jul, 2021 1 commit
  6. 08 Jul, 2021 2 commits
  7. 06 Jul, 2021 1 commit
  8. 08 Jun, 2021 2 commits
    • Pierre Riteau's avatar
      docs: Update Freenode to OFTC · 0608c052
      Pierre Riteau authored
      Change-Id: I3224ca9b96a181de8c0251d0bd589135e098d557
      0608c052
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · 754e06c5
      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: I7a871d30bf935614ff4bc4a254cc4fc63c4218f4
      754e06c5
  9. 19 May, 2021 1 commit
  10. 18 May, 2021 1 commit
    • Pierre Riteau's avatar
      Fix PDF docs build · d2c2323b
      Pierre Riteau authored
      Update tox config to include upper-constraints as dependencies. This
      resolves issues with building PDF docs.
      
      Change-Id: I98f287e4654ecb6b92d4f3815f359b205b06559a
      d2c2323b
  11. 20 Apr, 2021 1 commit
  12. 12 Apr, 2021 1 commit
  13. 19 Mar, 2021 2 commits
  14. 09 Mar, 2021 3 commits
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 8ef2d5ab
      Thomas Goirand authored
      8ef2d5ab
    • Thomas Goirand's avatar
      Now packaging 4.2.0. · 6df9c778
      Thomas Goirand authored
      6df9c778
    • Thomas Goirand's avatar
      Merge tag '4.2.0' into debian/wallaby · 0557df59
      Thomas Goirand authored
      python-cloudkittyclient 4.2.0 release
      
      meta:version: 4.2.0
      meta:diff-start: -
      meta:series: wallaby
      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: Ie8ee6a925ca1682019414e9503d2c740cefbcdb6
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
      0557df59
  15. 22 Dec, 2020 1 commit
  16. 11 Dec, 2020 1 commit
    • Rafael Weingärtner's avatar
      Fix `create_threshold` method when using cost as 0 · a15f11a7
      Rafael Weingärtner authored
      When using 0 as the cost, the `create_threshold` method
      throws an exception. That happens because 0 (zero) is evaluated
      to False. Therefore, we need to change the validation method to
      check if the values are None.
      
      Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
      a15f11a7
  17. 27 Nov, 2020 1 commit
  18. 16 Oct, 2020 3 commits
  19. 25 Sep, 2020 2 commits
  20. 22 Sep, 2020 1 commit
    • wangzihao's avatar
      bump py37 to py38 in tox.ini · 3ec8f86e
      wangzihao authored
      in 'victoria' cycle, we should test py38 by default.
      
      Change-Id: Ib01cf2aad3edf31a067a6ac4459529851f8d8ecb
      3ec8f86e
  21. 21 Sep, 2020 1 commit
  22. 18 Sep, 2020 1 commit
    • wangzihao's avatar
      Bump hacking min version to 3.0.1 · 953c6c94
      wangzihao authored
      hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new
      version with new checks.
      
      bumping the min version for hacking so that any older hacking versions
      which auto adopt the new checks are not used.
      
      Change-Id: I5875f1c0261ff6039773d7daf412102f2c02651f
      953c6c94
  23. 09 Sep, 2020 4 commits
    • Thomas Goirand's avatar
      d/changelog: typo · 2f959387
      Thomas Goirand authored
      2f959387
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · ce4d0fa1
      Thomas Goirand authored
      ce4d0fa1
    • Thomas Goirand's avatar
      Now packaging 4.1.0 · 9e79be96
      Thomas Goirand authored
      9e79be96
    • Thomas Goirand's avatar
      Merge tag '4.1.0' into debian/victoria · 897665c8
      Thomas Goirand authored
      python-cloudkittyclient 4.1.0 release
      
      meta:version: 4.1.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Change-Id: I27fcdd4906b2878937b807f20f186b311deb56f2
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+1: Pierre Riteau <pierre@stackhpc.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      897665c8
  24. 08 Sep, 2020 3 commits
  25. 07 Sep, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · def53575
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: I8fed95ecb736e0b6d7c4b63a55553de1539139be
      def53575
  26. 01 Sep, 2020 1 commit