Commit Graph

20 Commits

Author SHA1 Message Date
OpenStack Release Bot ec7a2536f4 reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I199cba41700c68170e5636b86b21e2fbb7dcf9dc
2024-03-07 14:14:33 +00:00
Stephen Finucane d17f58d1bf trivial: Remove unnecessary 'coding' lines
All files use UTF-8 by default in Python 3.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I7acf3a0ad369371aa4075962b3656467a6a37c58
2022-04-06 14:14:45 +01:00
liyou01 d0739397e6 remove unicode from code
Change-Id: I825c922648482f079c10c8db4f7aac262af611ba
2021-05-26 16:52:12 +00:00
OpenStack Release Bot fe7bf8c90e Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.

Change-Id: Id7d5e823fe8305cf5dcba4fe4a3e11bebc232c50
Sem-Ver: feature
2020-09-11 20:55:31 +00:00
Andreas Jaeger 604b63d3e9 Switch to newer openstackdocstheme and reno versions
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
2020-05-26 08:59:13 +02:00
OpenStack Release Bot b283c2744c Update master for stable/ussuri
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: I1d4d4151e1071f1b4fa9799c18d4a0bc04ba5d1e
Sem-Ver: feature
2020-04-14 10:12:19 +00:00
Tim Burke 08f3dc235c Remove unnecessary blockquote in release notes
Change-Id: I6ca1a0a77229a3274eb56e22dae7be34420b1308
2020-03-28 10:22:16 -07:00
Monty Taylor 79f240b79f Make PrettyTable optional
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
2020-03-03 15:51:32 -06:00
Hervé Beraud 0c5e44839c [ussuri][goal] Drop python 2.7 support and testing
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

Change-Id: Ia7abd5c3861978dbcbc7c72f469d19ff41032c13
Sem-Ver: api-break
2020-02-10 11:24:43 +01:00
pengyuesheng d6baed1d93 Bump the openstackdocstheme extension to 1.20
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
2019-10-11 16:44:53 +08:00
OpenStack Release Bot 256b6bbd36 Update master for stable/train
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
2019-09-20 16:21:34 +00:00
OpenStack Release Bot 23dfd9e9a8 Update master for stable/stein
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
2019-03-18 14:39:03 +00:00
OpenStack Release Bot 5acfea9f60 Update reno for stable/rocky
Change-Id: Ie13c08b5efdbfc585c62828bd604dcfd4c522b64
2018-07-26 12:33:24 +00:00
OpenStack Release Bot 792b4f5baf Update reno for stable/queens
Change-Id: I237e920f9bf8deb0863fdaa143e11c092067b6aa
2018-01-24 17:59:58 +00:00
Chenjun Shen 8fff2242ff Improve get optimal count of max_worker for pool
In the upstream of futures library, the DEFAULT value max_worker
for ThreadPoolExecutor and ProcessPoolExecutor has been changed to:

ThreadPoolExecutor

max_worker = cpu_count() * 5

Reference:
https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/thread.py#L109

ProcessPoolExecutor

max_worker = cpu_count()

Reference:
https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/process.py#L278

So we should do it as well.

Change-Id: Id68e38a639c41426f125180ad335fb1fb97cba59
Closes-bug: #1739034
2017-12-21 16:01:17 +01:00
Andreas Jaeger 180b569030 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: Ife84a74db3ec8198799a08a11389a73b318c22dc
2017-11-17 10:10:58 +01:00
OpenStack Release Bot 67cb880608 Update reno for stable/pike
Change-Id: I83ce5ed8749e621ead8cd95b655dabec54ecd80b
2017-07-28 21:03:13 +00:00
Akihiro Motoki 3b7dbd6ff8 Switch from oslosphinx to openstackdocstheme
Change-Id: Ie58f20d819cbcdeb020403ba42d3dba3c958ba25
2017-07-08 22:24:55 +00:00
OpenStack Release Bot f09c9c1477 Update reno for stable/ocata
Change-Id: If64ff51e17d37eb1e672a51347b6ca33b2669110
2017-01-20 19:15:04 +00:00
ChangBo Guo(gcb) 20342282a2 Add reno for release notes management
The release management team have indicated this is their preferred way
to collect release notes in future.

Closes-Bug: #1634356

Change-Id: Iabdf3aeaab725fcbbe21e49fd7f60211cb796b68
2016-11-01 16:14:37 +08:00