Commit Graph

15 Commits

Author SHA1 Message Date
Tony Breeds bdf5c8cba9 Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: I547512a16a80f28f670314aceaf57e58d384a0bc
2017-09-12 16:10:36 -06:00
OpenStack Proposal Bot d7ac0ff7ca Updated from global requirements
Change-Id: I35cb1e82ff24b7180f8ed1671ad01c7acf262a3c
2017-03-31 17:38:36 +00:00
Monty Taylor babf4d2486
Remove runtime depend on pbr
There is actuall no runtime depend. There is a build time depend, but
that's taken care of already.

Change-Id: I4bc7b012f9e5dd9f16c67ca3dcdfdeb5e63cd912
2017-03-29 05:04:49 -05:00
Monty Taylor 6fc1f5e800
Update tox for OpenStack
requestsexceptions is now part of the shade project, so update
adminstrivia things. We should declare 3.5 support, and not 3.4 or 3.3,
since they're untested. We should also remove the infra exclusions since
it's no longer under that umbrella (also, no code changes were required)

Change-Id: Idc1a5449c6ed5a790083a63dfbd5815fbc9dd650
2017-03-29 05:02:57 -05:00
Tony Breeds 3eb026b1a0 Use a modern PBR package
The 2.0.0 is breaking in that it removes the use of warnerrors in
build_sphinux.

requestsexceptions isn't using that feature, so it shoudln't break.

The cap on pbr is preventing other OpenStack projects that would like to
use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks
co-installability with requestsexceptions

Change-Id: Id7ed73ec18580a9649f67b42f369c8820573b4a5
Related-Bug: 1668848
2017-03-01 16:41:11 +11:00
Monty Taylor 19ee96965a Properly indicate python 3 support
requestsexceptions supports python3 just fine, but the build files did
not indicate this. More importantly, wheel=universal was not set, so it
was just uploading a py2 wheel to pypi. Silly wheels.

Change-Id: I4992eebe18193329699409ecfee9036b67dfbac3
Closes-Bug: 1541616
2016-02-05 21:16:59 -06:00
Jenkins cd9cc98365 Merge "Add SNIMissingWarning" 2016-01-04 23:10:17 +00:00
James E. Blair fb651d406a Add SNIMissingWarning
Change-Id: I29ec079326f09c6b7e40f2ea4e1afc6ca470ffed
2015-12-16 15:49:59 -08:00
Ondřej Nový ee3e51ffcf Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Ia69ce498ce95109dc0f30bb337bc6eb256605be6
2015-12-11 22:51:24 +01:00
Monty Taylor d9eb7114dc Fix typos
Change-Id: Ibb5c6d9fe05f5df4424a05aaabf492dfd573f556
2015-11-04 10:11:32 -05:00
James E. Blair dd66558b69 Add tox.ini and .gitignore
Change-Id: I10fe1310efc344567342e5fc135a62b56e445b1c
2015-11-03 16:49:48 -08:00
Jenkins 40126a4040 Merge "Add SubjectAltNameWarning and a helper function" 2015-11-03 18:13:20 +00:00
Monty Taylor 448d469780 Add SubjectAltNameWarning and a helper function
shade hits the SubjectAltName problem when talking to Rackspace. Also,
one of the things you want to do is turn off the warnings - so add a
function for that.

Change-Id: I3a55c66e5a4033a47a9d8704dd30709a5c53edc9
2015-11-03 12:17:16 -05:00
James E. Blair 9b2d963d03 Add .gitreview
Change-Id: I8cdf3fd457c0cb87c96fbb31133376fc70032731
2015-11-03 09:11:47 -08:00
James E. Blair 82fb34c4e9 Initial commit 2015-10-27 08:04:14 +09:00