1. 26 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 604b63d3
      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: Ife447363df7ed70ee9d813cc70c236efdbb916b6
      604b63d3
  2. 14 May, 2020 1 commit
  3. 04 May, 2020 1 commit
    • Sean McGinnis's avatar
      Remove monotonic usage · b29f99d6
      Sean McGinnis authored
      
      
      The monotonic package was needed for monotonic time operations when
      running under Python runtimes older than 3.3. Since we now only support
      versions higher than this, this third party package requirement can now
      be removed.
      
      Change-Id: I0e5bf6090ed85db2659b50096122a9abda9dde6a
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      b29f99d6
  4. 27 Apr, 2020 1 commit
  5. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · 34257a56
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I0b7dada243ff409437c1799cd2b88696379f1a54
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      34257a56
    • Sean McGinnis's avatar
      Add py38 package metadata · 8d542e4d
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I72f0f0db1268c7e278bfa5d6b51f9b57f167fdbc
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      8d542e4d
  6. 18 Apr, 2020 1 commit
  7. 14 Apr, 2020 2 commits
  8. 08 Apr, 2020 1 commit
  9. 30 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 4836b632
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      blacklist:
      W504 line break after binary operator
      E731 do not assign a lambda expression, use a def
      
      Change-Id: I5099674e8813a070f34ba4fa4a26f2b61acad925
      4836b632
  10. 28 Mar, 2020 1 commit
  11. 03 Mar, 2020 1 commit
    • Monty Taylor's avatar
      Make PrettyTable optional · 79f240b7
      Monty Taylor authored
      PrettyTable as a depend can have a tendency to conflict with other
      things that want to use it, which is a shame for a general purpose
      library like futurist. Make it optional to reduce the transitive
      dependency burden for consumers.
      
      Change-Id: Ie976f7f4e544f273fccf0cf579b82b659cbd48d1
      79f240b7
  12. 10 Feb, 2020 1 commit
  13. 13 Nov, 2019 1 commit
  14. 28 Oct, 2019 1 commit
  15. 23 Oct, 2019 1 commit
  16. 22 Oct, 2019 1 commit
  17. 11 Oct, 2019 1 commit
    • pengyuesheng's avatar
      Bump the openstackdocstheme extension to 1.20 · d6baed1d
      pengyuesheng authored
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      Change-Id: Idc90ab7e1ee046b426979de62499cd6861674edc
      d6baed1d
  18. 09 Oct, 2019 1 commit
    • pengyuesheng's avatar
      Sync Sphinx requirement · 898326b8
      pengyuesheng authored
      Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      
      Change-Id: I2da8f284b877edd2cf0e6f57352b616c54fabac9
      898326b8
  19. 06 Oct, 2019 1 commit
  20. 29 Sep, 2019 1 commit
  21. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 256b6bbd
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: Id756db3dcd513debc7b35a82161c7b3949928492
      Sem-Ver: feature
      256b6bbd
  22. 05 Jul, 2019 1 commit
  23. 24 Apr, 2019 2 commits
  24. 19 Apr, 2019 1 commit
  25. 15 Apr, 2019 1 commit
  26. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 23dfd9e9
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: I9b6dc4c1714608e5c89e38a1a11c5448f9b7f479
      Sem-Ver: feature
      23dfd9e9
  27. 20 Dec, 2018 1 commit
  28. 05 Dec, 2018 1 commit
  29. 04 Nov, 2018 1 commit
  30. 09 Oct, 2018 1 commit
    • 98k's avatar
      Don't quote {posargs} in tox.ini · 304e2c90
      98k authored
      Quotes around {posargs} cause the entire string to be combined into one
      arg that gets passed to stestr. This prevents passing multiple args
      (e.g. '--concurrency=16 some-regex')
      
      Change-Id: I4fdc0f122ce16390ffd66f1e0fb92837b5b64bec
      304e2c90
  31. 22 Aug, 2018 1 commit
  32. 11 Aug, 2018 1 commit
  33. 07 Aug, 2018 1 commit
  34. 03 Aug, 2018 1 commit
  35. 30 Jul, 2018 1 commit
  36. 26 Jul, 2018 1 commit
  37. 11 Jul, 2018 1 commit