1. 25 Feb, 2022 2 commits
  2. 29 Sep, 2021 1 commit
  3. 20 Sep, 2021 1 commit
  4. 16 Aug, 2021 1 commit
  5. 23 Mar, 2021 1 commit
  6. 22 Mar, 2021 1 commit
  7. 15 Mar, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 5.1.0. · 0c931c52
      Thomas Goirand authored
      0c931c52
    • Thomas Goirand's avatar
      Merge tag '5.1.0' into debian/wallaby · 9d7f5c54
      Thomas Goirand authored
      python-barbicanclient 5.1.0 release
      
      meta:version: 5.1.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: no
      meta:first: yes
      meta:release:Author: Thierry Carrez <thierry@openstack.org>
      meta:release:Commit: Thierry Carrez <thierry@openstack.org>
      meta:release:Change-Id: Ief8b3429abda6cec29108dfca3bf71fb7ba37150
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      9d7f5c54
  8. 28 Oct, 2020 1 commit
  9. 16 Oct, 2020 3 commits
  10. 22 Sep, 2020 1 commit
    • wangzihao's avatar
      bump py37 to py38 in tox.ini · b46836ee
      wangzihao authored
      in 'victoria' cycle, we should test py38 by default.
      
      Change-Id: I91257def33d99a0fdebdf01e60e9e031104e81bd
      b46836ee
  11. 16 Sep, 2020 1 commit
  12. 13 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 5.0.1 · e607bbc3
      Thomas Goirand authored
      e607bbc3
    • Thomas Goirand's avatar
      Merge tag '5.0.1' into debian/victoria · 55a479e9
      Thomas Goirand authored
      python-barbicanclient 5.0.1 release
      
      meta:version: 5.0.1
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: no
      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: I6e06194f4b2f911a2beb9f7c2a794a4001395edc
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+1: Douglas Mendizábal <dmendiza@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      55a479e9
  13. 10 Sep, 2020 3 commits
    • Thomas Goirand's avatar
      Removed python3-mock from build-depends. · ebb4203c
      Thomas Goirand authored
      ebb4203c
    • Thomas Goirand's avatar
      Now packaging 5.0.0 · 899f9012
      Thomas Goirand authored
      899f9012
    • Thomas Goirand's avatar
      Merge tag '5.0.0' into debian/victoria · 33211353
      Thomas Goirand authored
      python-barbicanclient 5.0.0 release
      
      meta:version: 5.0.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: no
      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: I51815e268814347c74fe68b1432321ffd23aa3eb
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      33211353
  14. 08 Sep, 2020 1 commit
  15. 29 Jul, 2020 1 commit
  16. 28 Jul, 2020 1 commit
  17. 07 Jul, 2020 1 commit
  18. 16 Jun, 2020 2 commits
  19. 11 Jun, 2020 1 commit
  20. 09 Jun, 2020 4 commits
    • Zuul's avatar
      df7dbabb
    • Andreas Jaeger's avatar
      Update hacking for Python3 · a9913ea3
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.1.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: I54f9f7c5f6ee87ee886658388541f45e23c7546d
      a9913ea3
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · ea2e6420
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 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.
      
      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.
      
      Set openstackdocs_pdf_link to link to PDF file. Note that
      the link to the published document only works on docs.openstack.org
      where the PDF file is placed in the top-level html directory. The
      site-preview places the PDF in a pdf directory.
      
      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.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: Iec58d8dfa90b9b3d7b67d81798b32fb2670e21d4
      ea2e6420
    • Sean McGinnis's avatar
      Use unittest.mock instead of third party mock · 9577fe03
      Sean McGinnis authored
      
      
      Now that we no longer support py27, we can use the standard library
      unittest.mock module instead of the third party mock lib.
      
      Change-Id: I3b728aee2f07ad547ee75cabf78659cef1233bc5
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      9577fe03
  21. 08 Jun, 2020 2 commits
  22. 08 May, 2020 1 commit
  23. 12 Apr, 2020 3 commits
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 237bebf4
      Thomas Goirand authored
      237bebf4
    • Thomas Goirand's avatar
      Now packaging 4.10.0. · a5366612
      Thomas Goirand authored
      a5366612
    • Thomas Goirand's avatar
      Merge tag '4.10.0' into debian/ussuri · 28b796bc
      Thomas Goirand authored
      python-barbicanclient 4.10.0 release
      
      meta:version: 4.10.0
      meta:diff-start: -
      meta:series: ussuri
      meta:release-type: release
      meta:pypi: no
      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: I3312f532271c553515bf9a419d198c09654dfb18
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+1: Douglas Mendizábal <dmendiza@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      28b796bc
  24. 05 Nov, 2019 2 commits
  25. 20 Oct, 2019 1 commit