Everything except the check-requirements-job template, since we're not
an official OpenStack project.
Change-Id: I610a35f12e0570477c5f6c24af6252be2525bd17
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
We don't support Python 3.5 any more but to be honest this whole thing
is unnecessary now that we've 'python_requires'.
Change-Id: I27d455d6379f059ed0476360c7f32a776ecf7d2b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This is now a Python 3-only package. We must temporarily cap Sphinx at
3.x or lower to get the build passing, but this can be addressed in a
follow-up shortly.
Change-Id: I1923d1dcd92cce349211dee5b01a3c365b151ead
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Came to see if there was documentation configured here. Ended up fixing
formatting. So be it.
Change-Id: I61247ff85571c775dd7be823127fe1ca4ca622d4
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This also allows us to removal lxml as an optional dependency.
Change-Id: I7ce0418012070677e36e41236487f3fabc0763a8
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
I didn't even know this was a thing. Needless to say, we can safely
remove this now.
Change-Id: I92c9c0fe99af61c438ab92a61bd8dd8bb192054b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This patch is removing the quotes from "author" and "author-email"
metadata in the setup.cfg file. Apparently having the values quoted
causes the openstack-infra/project-config release.sh script to error out
when uploading it to Pypi.
This patch also updates the "url" metadata to point to the openstack git
server.
Change-Id: I992a5053a48f7a49f08f299b170cc3da40de242b
We can't build universal wheels of WSME because they end up with the
wrong dependency list, which ends up causing WSME to try to install
ipaddr under python 3 where it is (a) not needed and (b) can't be
installed because of a syntax error.
Change-Id: Ia7f6cb4cad9bb8cb58a6004ab2a394584e2e9efd
pbr looks at the git tag for the version, so we do not
want a hard-coded value in the setup.cfg
pbr handles dev tagging automatically, so don't do
that via setup.cfg
pbr recursively finds packages, so we do not need to
list them explicitly in setup.cfg
Change-Id: I59a3e9d789c97f2cb9b6c487c553127af5a36b9f