From 74d2575a0e3eb9e5b1895cc20440e95cb2d2ffd4 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 20 Oct 2019 22:49:09 +0800 Subject: [PATCH] setup.cfg: Cleanup and update some urls to latest - pbr hasn't need the hook configuration since forever [1] - The 'wheel' group is renamed to 'bdist_wheel' [2] - Update the urls to latest [1] https://opendev.org/openstack/pbr/commit/c84876dc0f559a66fec19b2f81f5717204b253e2 [2] https://github.com/pypa/wheel/commit/f7c9878712390414c03c64e9afa55ea4f30e965b Change-Id: I52e7abcb577e3a9ba61492e84a3c148f6eab4b4a --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- setup.cfg | 6 +----- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f7bf02f3..17c34d3f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,13 +11,13 @@ to testing to deployment scripts. If you would like to contribute to the development, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 9b1f1b8d..7e2883fd 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ openstack-doc-tools style commandments ====================================== - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/hacking/latest/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on diff --git a/setup.cfg b/setup.cfg index a684e935..e01cd157 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,9 +28,5 @@ scripts = bin/doc-tools-check-languages bin/doc-tools-build-rst -[global] -setup-hooks = - pbr.hooks.setup_hook - -[wheel] +[bdist_wheel] universal = 1