- 20 Nov, 2020 1 commit
-
-
Thomas Goirand authored
-
- 14 Oct, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 07 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
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>
-
- 10 Jun, 2020 1 commit
-
-
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:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 02 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The __future__ module [1] was used in this context to ensure compatibility between python 2 and python 3. We previously dropped the support of python 2.7 [2] and now we only support python 3 so we don't need to continue to use this module and the imports listed below. Imports commonly used and their related PEPs: - `division` is related to PEP 238 [3] - `print_function` is related to PEP 3105 [4] - `unicode_literals` is related to PEP 3112 [5] - `with_statement` is related to PEP 343 [6] - `absolute_import` is related to PEP 328 [7] [1] https://docs.python.org/3/library/__future__.html [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [3] https://www.python.org/dev/peps/pep-0238 [4] https://www.python.org/dev/peps/pep-3105 [5] https://www.python.org/dev/peps/pep-3112 [6] https://www.python.org/dev/peps/pep-0343 [7] https://www.python.org/dev/peps/pep-0328 Change-Id: I2b2f006e0ec145730bec843add4147345797b920
-
- 26 May, 2020 1 commit
-
-
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
-
- 09 May, 2020 1 commit
-
-
Andreas Jaeger authored
This repo has been using train tests and thus was missed by the bot to update from ussuri to victoria, update manually. See also the PTI in governance [1]. Fix pep8 failure in debtcollector/updating.py and remove six from the file. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I9d07da7c5729f7ed33cc25f27cf70a7a41d1214c
-
- 08 May, 2020 1 commit
-
-
Thomas Goirand authored
-
- 14 Apr, 2020 1 commit
-
-
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
-
- 07 Apr, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
debtcollector 2.0.1 release meta:version: 2.0.1 meta:diff-start: - meta:series: ussuri meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: Ica9d5824b33e3f244d4bff64d6f5d101f5b371fa meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
-
- 31 Mar, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
debtcollector 2.0.0 release meta:version: 2.0.0 meta:diff-start: - meta:series: ussuri 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: If00536f6182ac198a0e0d6ea36dfdc31c27655ab meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 30 Mar, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Change-Id: Icff998ff9cd1d9af982c6ea9ae0a21cd6912e9e4
-
- 14 Feb, 2020 1 commit
-
-
Daniel Bengtsson authored
Update the minversion parameter to use the python -m pip to install python packages: https://tox.readthedocs.io/en/latest/changelog.html#id185 It's recommend to use this. Change-Id: I5b5652c5009196bebf9ee9e65102cb0f1aa33837
-
- 04 Feb, 2020 2 commits
-
-
Andreas Jaeger authored
pep8 is our linting target, move linting runs to it. Change-Id: I68f619f21b3df4e73bdb206754bf4449464007bb
-
Andreas Jaeger authored
OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Cleanup tox.ini and setup.cfg from old cruft, use sphinx-build. Change-Id: I395558c888d31925c26571f62ffc1ea556f2e2c4 Co-Authored-By:
Hervé Beraud <hberaud@redhat.com>
-
- 20 Oct, 2019 1 commit
-
-
Thomas Goirand authored
-
- 18 Oct, 2019 1 commit
-
-
Ondřej Nový authored
-
- 03 Oct, 2019 1 commit
-
-
Thomas Goirand authored
-
- 20 Sep, 2019 1 commit
-
-
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: I30f8345c55e6f6936f2fcf42860b2cad6de0194e Sem-Ver: feature
-
- 17 Sep, 2019 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
debtcollector 1.22.0 release meta:version: 1.22.0 meta:diff-start: - meta:series: train meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: Iae495750fe9d18b3dc8bce3e34e8ccd57851fe83 meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Code-Review+2: Jean-Philippe Evrard <jean-philippe@evrard.me> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 19 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 18 Jul, 2019 2 commits
-
-
Ondřej Nový authored
-
Ondřej Nový authored
-
- 16 Jul, 2019 2 commits
-
-
Zuul authored
-
Thomas Goirand authored
-
- 05 Jul, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Id890698cfc352183f206fc92a5f49cdb433cad49 Story: #2005924 Task: #34234
-
- 27 Jun, 2019 1 commit
-
-
caoyuan authored
1. Replace git.openstack.org URLs with opendev.org URLs 2. Remove unncessary "==" 3. Update some URLs to latest Change-Id: Ie92843a4c2367060f6d4aae7a5766465c7766096
-
- 16 May, 2019 1 commit
-
-
Hervé Beraud authored
Sphinx 2.0 no longer works on python 2.7, so we need to start capping it there. Change-Id: I43bda145f4c48c06faf1848c5a51af7078b97e6e
-
- 03 May, 2019 1 commit
-
-
Zuul authored
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 15 Apr, 2019 1 commit
-
-
Ghanshyam Mann authored
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I28c2239bc31f3dd3b52eefa417fc4e29cee9b241
-
- 27 Mar, 2019 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
debtcollector 1.21.0 release meta:version: 1.21.0 meta:diff-start: - meta:series: stein meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: I4f3b9ea53f61b869bcc329ea18990795f40a4769 meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 18 Mar, 2019 1 commit
-
-
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: I5109c96db97011d7703e28ea6dbdbef442a6c89e Sem-Ver: feature
-