summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 2Stephen Finucane2022-03-161-7/+2
| | | | | | | There's a lot of cleanup possible, but this is a start. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: Ia1176b7fd5434d52070d482a37abfbb98800cdb3
* Back out some version bumpsTim Burke2018-07-111-10/+4
| | | | | | | | | | | | | | I'm giving up on trying to back out all of the test-requirements up-revs, but let's try to stay compatibile with old requests/six. As part of that, only disable some requests warnings on new-enough requests. Note that we should now be compatible with distro packages back to Ubuntu 16.04 and CentOS 6. Our six is still too new for Trusty, but hey, there's less than a year left on that anyway, right? Change-Id: Iccb23638393616f9ec3da660dd5e39ea4ea94220 Related-Change: I2a8f465c8b08370517cbec857933b08fca94ca38
* add lower-constraints jobDoug Hellmann2018-04-251-4/+10
| | | | | | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. Update the dependencies needed to make the unit tests pass while constrained to the lower bounds. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: I2a8f465c8b08370517cbec857933b08fca94ca38 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Add python version constraint python>=2.7Cheng Li2016-07-061-1/+5
| | | | | | | | | The 'swift' command from v3.0.0 does not work in Python 2.6, bacause some code is incompatible with Python 2.6 This patch is to add a constraint of python version Change-Id: I5197cba0c2cd3135d08498df827a52f8bba98d4d Closes-bug: #1590334
* Sync with global requirementsMonty Taylor2013-09-131-2/+3
| | | | | | | Specifically, removing d2to1 is the important part. While we're at it though, use hacking to get the pyflakes/pep8 pins. Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
* Switch to pbr for setup.Monty Taylor2013-05-011-42/+4
| | | | Change-Id: Ifc2efa2bd7c2f030b51494ccb471f0c3e097c5ce
* Switch to flake8.Monty Taylor2013-05-011-1/+0
| | | | Change-Id: Ib9ba1e7eed09c5a90c558a8365d0a87c3f4b5ee5
* Merge "Use testr instead of nose."Jenkins2013-01-301-1/+0
|\
| * Use testr instead of nose.Monty Taylor2013-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nose is invasive and can sometimes alter the outcome of a test run. testr, on the other hand, keeps a distinction between running tests and displaying results of the test runs. Additionally, it supports the stock python unittest protocol. Even better, testr supports parallel test running, which makes things faster, and a command "testr run --failing" which will just re-run the latest failing tests (often something one wants to do in iterative dev) Part of blueprint grizzly-testtools Change-Id: I0b3f1bcb5d4ff59c65eb3219b30a9e64f54d70bd
* | Update to latest oslo version/setup.Monty Taylor2013-01-141-1/+1
|/ | | | Change-Id: I7bd38b950ef9fea8b6eaa1df599085a1c64d8b61
* Add OpenStack trove classifier for PyPIDoug Hellmann2012-10-221-0/+1
| | | | | | | | Add trove classifier to have the client listed among the other OpenStack-related projets on PyPI. Change-Id: I7b2a9b0e163b79593662bfa799f076f538e3d7ca Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add post-tag versioning.Monty Taylor2012-06-261-5/+1
| | | | Change-Id: Id921105dd2fa818cac7c66dc620b266fd5639d72
* Add doc and version in swiftclient.__init__.pyChmouel Boudjnah2012-06-071-1/+2
| | | | | | | - Add parseable version in swiftclient.__init.py - Generate rst doc like done for swift. Change-Id: I408fbc36693772d2ef6f4823757dd1f4c830193f
* Version bump after pypi release.Monty Taylor2012-05-221-1/+1
| | | | Change-Id: Ic8a6d5de110165dbf2be106e35326288a3ecc928
* Add openstack project infrastructure.Monty Taylor2012-05-161-6/+25
|
* Defined version to 1.0Chmouel Boudjnah2012-05-081-1/+1
|
* First commit.Chmouel Boudjnah2012-05-081-0/+44