Skip to content
Snippets Groups Projects
  1. Apr 03, 2024
  2. Feb 24, 2024
    • Thomas Goirand's avatar
      Now packaging 4.6.0 · 0626002f
      Thomas Goirand authored
      debian/4.6.0-1
      0626002f
    • Thomas Goirand's avatar
      Merge tag '4.6.0' into debian/caracal · dc0b72db
      Thomas Goirand authored
      cliff 4.6.0 release
      
      meta:version: 4.6.0
      meta:diff-start: -
      meta:series: caracal
      meta:branch: master
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I8b6b814d27df721658c912e6d6b8165cc7a23e6c
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+1: Artem Goncharov <artem.goncharov@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      dc0b72db
  3. Jan 11, 2024
    • Ghanshyam Mann's avatar
      Test python 3.10 and 3.11 · b6119d50
      Ghanshyam Mann authored
      As per the current release tested runtime, we
      need to test python 3.8 to python 3.11 so using the
      generic python testing template which run the python
      versions jobs as per the current release runtime.
      
      Also, updating the same in python classifier in setup.cfg
      
      Change-Id: I8db58eb19a9e39067e8102df81a647450b2c1cf9
      4.6.0
      b6119d50
  4. Nov 29, 2023
    • Benjamin A. Beasley's avatar
      Use importlib.metadata on Python 3.10+ · 156e1eb0
      Benjamin A. Beasley authored
      Favor importlib.metadata.packages_distributions() over
      importlib_metadata.packages_distributions() where it is available, i.e.,
      on Python 3.10 and later.
      
      Depend on PyPI importlib_metadata only on Python 3.9 and older:
      conditionalize the requirements.txt entry on Python version.
      
      Change-Id: I624fc0059057de05bb2bacd9c1238cba71ebad2a
      4.5.0
      156e1eb0
  5. Oct 04, 2023
  6. Sep 11, 2023
  7. Sep 05, 2023
  8. Aug 29, 2023
    • Pavlo Shchelokovskyy's avatar
      Autofit table output if stdout is a tty · e02f89cd
      Pavlo Shchelokovskyy authored
      nobody enjoys reading mangled tables in the terminal.
      
      Be smart and auto-enable "fit width" if the output is a tty,
      while still printing full lines when output is redirected (e.g. pipe)
      so that e.g. grep and friends continue to work as before.
      
      Unfortunately, tty detection is not reliable enough on Windows,
      so this feature is not enabled there.
      
      Change-Id: I46137d16ea3054a43de4a9f76477bda59ebacf10
      e02f89cd
    • Pavlo Shchelokovskyy's avatar
      Fix flake8 violation E721 · 6096869f
      Pavlo Shchelokovskyy authored
      use isinstance for type check instead of type(..) ==
      
      Change-Id: I062f9423f418caee33ab892b8b499ea22d4be38a
      6096869f
    • Thomas Goirand's avatar
      Now packaging 4.3.0 · 5e4967fd
      Thomas Goirand authored
      debian/4.3.0-1
      5e4967fd
    • Thomas Goirand's avatar
      Merge tag '4.3.0' into debian/bobcat · 5978176b
      Thomas Goirand authored
      cliff 4.3.0 release
      
      meta:version: 4.3.0
      meta:diff-start: -
      meta:series: bobcat
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: Icac0f591e155281fd8cc1bac8b72dc8fa01f8d00
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+1: Artem Goncharov <artem.goncharov@gmail.com>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      5978176b
  9. Aug 21, 2023
    • Takashi Kajinami's avatar
      Use upper-constraint in doc generation · 989c440f
      Takashi Kajinami authored
      Currently doc jobs are broken because the latest sphinx 7.2.0 is not
      compatible with the latest release of openstackdocstheme.
      
      This updates the docs/releasenotes target to use the global upper
      constraints to avoid that issue.
      
      Also, the following flake8 error is fixed by this change.
      
      cliff/tests/test_formatters_table.py:53:10: E721 do not compare types,
      for exact checks use `is` / `is not`, for instance checks use
      `isinstance()`
      
      Change-Id: Ia923ba1d0e2cf3327317e142cfa38470d9f053d2
      989c440f
  10. Jun 19, 2023
  11. Mar 01, 2023
  12. Feb 22, 2023
    • Thomas Goirand's avatar
      Now packaging 4.2.0 · 7e2b64de
      Thomas Goirand authored
      debian/4.2.0-1
      7e2b64de
    • Thomas Goirand's avatar
      Merge tag '4.2.0' into debian/antelope · 0d861f61
      Thomas Goirand authored
      cliff 4.2.0 release
      
      meta:version: 4.2.0
      meta:diff-start: -
      meta:series: antelope
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I58d9d9533d3b57d8dac7d0111a864f85bfe5563d
      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: Elod Illes <elod.illes@est.tech>
      0d861f61
  13. Dec 12, 2022
  14. Oct 27, 2022
  15. Oct 04, 2022
  16. Oct 03, 2022
    • Stephen Finucane's avatar
      columns: Useful __str__, __repr__ implementation · 67217b0e
      Stephen Finucane authored
      
      The default implementations for __str__ and __repr__ are rubbish.
      
        >>> from osc_lib.cli import format_columns
        >>> str(format_columns.DictColumn({'foo': 'bar'}))
        '<osc_lib.cli.format_columns.DictColumn object at 0x7f6e26771e40>'
        >>> repr(format_columns.DictColumn({'foo': 'bar'}))
        '<osc_lib.cli.format_columns.DictColumn object at 0x7f6e26b57ac0>'
      
      Make it useful.
      
        >>> from osc_lib.cli import format_columns
        >>> str(format_columns.DictColumn({'foo': 'bar'}))
        "foo='bar'"
        >>> repr(format_columns.DictColumn({'foo': 'bar'}))
        "DictColumn({'foo': 'bar'})"
      
      This helps when testing as the reason for mismatches will be more
      obvious.
      
      Change-Id: I8b8598875f896cb3dbf417515d377e7758b3b98b
      Signed-off-by: default avatarStephen Finucane <sfinucan@redhat.com>
      67217b0e
  17. Sep 23, 2022
  18. Sep 09, 2022
  19. Aug 29, 2022
    • Thomas Goirand's avatar
      Add autopkgtest. · b1c80447
      Thomas Goirand authored
      debian/4.0.0-1
      b1c80447
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 0f384d73
      Thomas Goirand authored
      0f384d73
    • Thomas Goirand's avatar
      Now packaging 4.0.0 · 8f67e928
      Thomas Goirand authored
      8f67e928
    • Thomas Goirand's avatar
      Merge tag '4.0.0' into debian/zed · f52eb3be
      Thomas Goirand authored
      cliff 4.0.0 release
      
      meta:version: 4.0.0
      meta:diff-start: -
      meta:series: zed
      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: Ifadc6ea66434988152b572b2216546bcb05f21bd
      meta:release:Code-Review+1: Artem Goncharov <artem.goncharov@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      f52eb3be
  20. Aug 04, 2022
  21. Jul 18, 2022
Loading