Commit Graph

18 Commits

Author SHA1 Message Date
Matt Riedemann 67d2bb2616 Claim support for python 3.6
This adds the voting and gating openstack-tox-py36 job
and adds python 3.6 to the classifiers list.

Change-Id: Ida2349de534399103e5d6f294a7e771910188ee4
2019-07-10 14:15:58 -04:00
Matt Riedemann 578f533cb8 Claim support for python 3.5
This makes the openstack-tox-py35 job voting and gating
and adds python 3.5 to the classifiers list.

Change-Id: I11c8cd0e33e0609d740f5742096438a2395b28ed
2019-07-10 14:15:49 -04:00
Zuul fb138f6de7 Merge "Remove py26 support" 2019-01-15 20:14:08 +00:00
Anusree 8266c8dec0 Remove py26 support
As of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.

Change-Id: I6af3716f5daf73febdabcd79853a09512428c289
Closes-Bug: 1519510
2019-01-15 18:25:36 +00:00
Jonathan Herlin 9f0bda970d Update mailinglist from dev to discuss
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss

Change-Id: Ic84b2422d37aa1ebb443fff4152c7ebe5a098566
2019-01-15 17:38:52 +00:00
Victor Stinner d651f123b9 Add Python 3 classifiers
sqlachemy-migrate works on Python 3.3 and Python 3.4: announce it in
classifiers in setup.cfg.

Change-Id: Ibb2a803941dcc7b05efd407692b3627203ba2afe
2015-04-17 09:48:17 +02:00
Monty Taylor b011e6cb39 Remove svn version tag setting
This is confusing our poor friend setuptools into appending a post0 on
to release versions.

Change-Id: I59a763f00f47d9a2fb0d26428a41fee82deff49d
2015-01-12 16:21:02 -08:00
David Ripton fbc7ef03d1 Remove the tag_build line from setup.cfg
It was causing the release tarball to have an extra ".dev." in its filename,
which then broke the script that uploads the release to PyPI.

Change-Id: I995fb3e0393468568601e8614c0532b93fbe8ceb
2013-11-14 14:55:10 -05:00
Monty Taylor 2ac02e0ef5 Stop using the d2to1-based pbr
pbr updated itself to remove the d2to1 dependency. One of the main
reasons for this is a direct upstream dependency on distribute, which
causes the distribute/setuptools merge bug to get triggered, which
breaks people's system if they install with pip < 1.4.

Remove d2to1 references, and also bump the required version requested of
pbr to a version late enough to no longer depend on d2to1.

Remove the version specifier from setup.py, because setup_requires has
no way to trigger a version requirement upgrade. The flat version should
be sufficient for the setup.py interface in perpetuity.

Remove the setup-hook from setup.cfg, as it is no longer needed.

Change-Id: I40d3507c77802d13fd894aa16714b2ed6aa7d59f
2013-10-07 12:02:24 -04:00
Josip Delic c670d1d36a added bugfixes for 0.8 2013-07-11 17:07:04 -04:00
Monty Taylor a71799ea2c Updated to OpenStack Build stuff. 2013-07-11 16:54:46 -04:00
chrisw ede16eb5b0 for when logging is just annoying ;-) 2010-09-09 18:00:51 +01:00
chrisw 17f5670c3c remove default of dropping on pdb on test error or failure 2010-09-07 15:41:41 +01:00
Bob Farrell e8feb32f8d make tests use a virtualenv for 'migrate' shell command 2010-06-09 17:17:03 +01:00
iElectric a186d2edf2 add disable_logging option 2009-07-10 19:42:42 +02:00
iElectric 67af81806d add tests for plain API, fixed some small bugs 2009-07-08 22:03:00 +02:00
iElectric 286a912e34 separating test_shell and test_api, replacing shell hacks with ScriptTest 2009-07-04 10:50:43 +02:00
iElectric 9cedba8b8b convert svn to hg 2009-06-30 22:50:18 +02:00