1. 15 Feb, 2022 3 commits
    • Thomas Goirand's avatar
      94e0c0a5
    • Thomas Goirand's avatar
      * New upstream release. · 405ffd50
      Thomas Goirand authored
        * Removed six from (build-)depends.
      405ffd50
    • Thomas Goirand's avatar
      Merge tag '2.4.0' into debian/yoga · de10d69c
      Thomas Goirand authored
      debtcollector 2.4.0 release
      
      meta:version: 2.4.0
      meta:diff-start: -
      meta:series: independent
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Stephen Finucane <sfinucan@redhat.com>
      meta:release:Commit: Stephen Finucane <stephenfin@redhat.com>
      meta:release:Change-Id: I252cb38bf17920ba5d9c06d305754b4e6287c8c7
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      de10d69c
  2. 04 Nov, 2021 2 commits
  3. 29 Sep, 2021 1 commit
  4. 07 Sep, 2021 5 commits
    • Thomas Goirand's avatar
      7f87d853
    • Thomas Goirand's avatar
      Rebased sphinx_reproducible_build.patch. · 12f125b6
      Thomas Goirand authored
      12f125b6
    • Thomas Goirand's avatar
      Restore reproducibility in docs · aa426aba
      Thomas Goirand authored
      The documentation is writting the date in its copyright. This is
      considered bad practice, because this kills reproducibility. If
      you don't know about reproducible build, please read on:
      
      https: //reproducible-builds.org/
      Change-Id: I6427c83af06ac58da32898f00d3f99dc6ba1ae93
      aa426aba
    • Thomas Goirand's avatar
      Now packaging 2.3.0 · 3a87b49c
      Thomas Goirand authored
      3a87b49c
    • Thomas Goirand's avatar
      Merge tag '2.3.0' into debian/xena · 363b9c19
      Thomas Goirand authored
      debtcollector 2.3.0 release
      
      meta:version: 2.3.0
      meta:diff-start: -
      meta:series: independent
      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: Ic67b969426a65c7ada241e98b6a8135d18ff23cd
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      363b9c19
  5. 15 Jul, 2021 1 commit
  6. 18 May, 2021 1 commit
  7. 14 May, 2021 1 commit
    • yangyawei's avatar
      setup.cfg: Replace dashes with underscores · e9003e3d
      yangyawei 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: Ib8c972f4b673ceb8a92648fb921e122524807e6d
      e9003e3d
  8. 26 Apr, 2021 1 commit
  9. 21 Apr, 2021 1 commit
  10. 23 Mar, 2021 1 commit
  11. 20 Feb, 2021 1 commit
  12. 14 Jan, 2021 1 commit
  13. 18 Dec, 2020 1 commit
  14. 20 Nov, 2020 1 commit
  15. 09 Nov, 2020 1 commit
  16. 04 Nov, 2020 1 commit
  17. 03 Nov, 2020 1 commit
  18. 14 Oct, 2020 2 commits
  19. 22 Sep, 2020 3 commits
    • Zuul's avatar
      Merge "Adding pre-commit" · c11f5067
      Zuul authored
      c11f5067
    • Hervé Beraud's avatar
      ignore reno generated artifacts · 746b73d5
      Hervé Beraud authored
      Change-Id: I6ed1f39c04cde4011d5c65b8c40332cc253695ba
      746b73d5
    • Hervé Beraud's avatar
      Adding pre-commit · be7bc9ec
      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: I382aa79f7357a86af11783f59e0f1680d5bed8d0
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      be7bc9ec
  20. 11 Sep, 2020 2 commits
  21. 07 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.2.0. · 05bd0b3b
      Thomas Goirand authored
      05bd0b3b
    • Thomas Goirand's avatar
      Merge tag '2.2.0' into debian/victoria · f1a15e1a
      Thomas Goirand authored
      debtcollector 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: Ib9a30a954f01279df3bd4522d4324cbf7e361839
      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>
      f1a15e1a
  22. 10 Jun, 2020 1 commit
    • Sean McGinnis's avatar
      Update lower-constraints versions · 649189db
      Sean McGinnis authored
      
      
      This updates lower constraints to versions that will work with py38 so
      that when we move to running on focal nodes, which has py38 as its
      default py3 runtime, the lower-constraints job will continue to pass.
      
      It also cleans out some secondary requirements that are no longer needed
      due to our direct dependencies being updated.
      
      Linters are removed that are kept in the global requirements blacklist
      as those are not version tracked and are not relevant for our
      lower-constraints unit test runs.
      
      Change-Id: I78945d43111fe7a2a38c17432b9dcd66a6116186
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      649189db
  23. 02 Jun, 2020 1 commit
  24. 26 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · d5bc18e3
      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.
      
      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: I6974f7131d7ac43b427f8ac6381aff80b9dcb884
      d5bc18e3
  25. 09 May, 2020 1 commit
  26. 08 May, 2020 1 commit
  27. 14 Apr, 2020 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/ussuri · 056d78b1
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/ussuri.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/ussuri.
      
      Change-Id: Iacdbb6e538c74274b20bbfee70ef5682e0754477
      Sem-Ver: feature
      056d78b1
  28. 07 Apr, 2020 1 commit