1. 18 Oct, 2019 1 commit
  2. 19 Jul, 2019 1 commit
  3. 18 Jul, 2019 1 commit
  4. 16 Jul, 2019 1 commit
  5. 26 Mar, 2019 3 commits
    • Thomas Goirand's avatar
      Removed Python 2 support. · 09c91f4a
      Thomas Goirand authored
      09c91f4a
    • Thomas Goirand's avatar
      Now packaging 2.11.2. · df69d2fd
      Thomas Goirand authored
      df69d2fd
    • Thomas Goirand's avatar
      Merge tag '2.11.2' into debian/stein · 85e7a556
      Thomas Goirand authored
      reno 2.11.2 release
      
      meta:version: 2.11.2
      meta:diff-start: -
      meta:series: independent
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Doug Hellmann <doug@doughellmann.com>
      meta:release:Commit: Doug Hellmann <doug@doughellmann.com>
      meta:release:Change-Id: I49b9fa764646e4a798803033bed4dd85cbbaf3d3
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      85e7a556
  6. 10 Oct, 2018 3 commits
  7. 02 Oct, 2018 1 commit
  8. 23 Sep, 2018 1 commit
  9. 11 Sep, 2018 1 commit
    • Ian Wienand's avatar
      sphinxext: Use unicode_literals · 11bfc01d
      Ian Wienand authored
      docutils consistently uses unicode values, so for better python2
      compatability use unicode_literals.
      
      Remove the now unnecessary unicode cast for the debug logging.  Going
      through every line is also a good case for lazy binding of the
      arguments -- this way the string is only built when LOG.debug() is
      actually active.
      
      Change-Id: I50556a7efddaa168f4e5d96400d7388cecbb2033
      11bfc01d
  10. 10 Sep, 2018 1 commit
    • Ian Wienand's avatar
      Use unicode for debug string · 355e1674
      Ian Wienand authored
      On Python2, the "line" variable here is a unicode string, but the
      LOG.debug statement is trying to format it with a bytes string; this
      leads to a conversion error when the line has unicode characters in
      it.  Ensure the logging format string is a unicode object to avoid
      this.
      
      Change-Id: I9948ffcea3fd10c4b6695593fa2a42731b44c02f
      355e1674
  11. 07 Sep, 2018 1 commit
  12. 05 Sep, 2018 1 commit
  13. 04 Sep, 2018 5 commits
  14. 03 Sep, 2018 3 commits
    • David Rabel's avatar
      Release new version: 2.9.2-1 · 481839eb
      David Rabel authored
      481839eb
    • David Rabel's avatar
      d853ad85
    • David Rabel's avatar
      Merge upstream tag '2.9.2' into · fa5dca67
      David Rabel authored
      reno 2.9.2 release
      
      meta:version: 2.9.2
      meta:diff-start: -
      meta:series: independent
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Doug Hellmann <doug@doughellmann.com>
      meta:release:Commit: Doug Hellmann <doug@doughellmann.com>
      meta:release:Change-Id: I0a40248b9c05226b7362ad66e195bbc0c9375b9e
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+1: kaka <huang.zhiping@99cloud.net>
      meta:release:Code-Review+1: melissaml <ma.lei@99cloud.net>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      fa5dca67
  15. 30 Aug, 2018 1 commit
  16. 27 Aug, 2018 1 commit
  17. 03 Aug, 2018 1 commit
  18. 10 Jul, 2018 2 commits
  19. 27 Jun, 2018 1 commit
    • Paul Belanger's avatar
      Fix traceback when no args are passed to reno · e0c6b840
      Paul Belanger authored
      
      
      When a user passes no args to reno, we'll now properly display the
      help message.
      
        $ reno
        Traceback (most recent call last):
          File "/home/pabelanger/git/openstack/reno/.tox/pep8/bin/reno", line 10, in <module>
            sys.exit(main())
          File "/home/pabelanger/git/openstack/reno/reno/main.py", line 200, in main
            conf = config.Config(args.reporoot, args.relnotesdir)
        AttributeError: 'Namespace' object has no attribute 'reporoot'
      
      Change-Id: I9b9fdd044f43a05ced299dbb941de60d2bbc7192
      Signed-off-by: default avatarPaul Belanger <pabelanger@redhat.com>
      e0c6b840
  20. 21 Jun, 2018 1 commit
  21. 11 Jun, 2018 2 commits
  22. 09 Jun, 2018 1 commit
    • huang.zhiping's avatar
      fix tox python3 overrides · dffc3db3
      huang.zhiping authored
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: I11b311684849dfa9bf19d05eed0b4fa515176a13
      dffc3db3
  23. 11 May, 2018 1 commit
  24. 10 May, 2018 1 commit
  25. 02 May, 2018 1 commit
  26. 27 Apr, 2018 2 commits
  27. 25 Apr, 2018 1 commit