summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add missing long_description and maintainer fields to setup.pysetup-py-fixesJoffrey F2016-10-051-0/+12
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* document requirement for ipaddress moduleTomas Tomecek2016-10-051-0/+3
| | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* Bump docker-pycreds dependency ; bump patch numberJoffrey F2016-09-111-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Better credentials store error handling in resolve_authconfigcredstore-supportJoffrey F2016-09-061-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add credentials store supportJoffrey F2016-09-061-0/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* New docker.types subpackage containing advanced config dictionary typesJoffrey F2016-08-191-1/+2
| | | | | | | Tests and docs updated to match docker.utils.types has been moved to docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Exclude requests 2.11 from setup.py to work around unicode bugJoffrey F2016-08-171-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* npipe support cleanupJoffrey F2016-06-021-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* pypiwin32 added to requirementsJoffrey F2016-06-021-0/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* support Python 3.5Thomas Grainger2016-05-191-0/+4
| | | | Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
* Only install ipaddress if python version < 3.3felixonmars-backportsJoffrey F2016-04-191-2/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Require ipaddress on Python < 3.5Felix Yan2016-04-081-0/+1
| | | | Signed-off-by: Felix Yan <felixonmars@archlinux.org>
* Use backports.ssl_match_hostnameFelix Yan2016-04-081-1/+1
| | | | | | | | The py2-ipaddress module unfortunately conflicts with the pypi:ipaddress module, which is in the dependency tree of widely used pyOpenSSL. I think it would be a good idea to use a well maintained backport of the Python 3.5 implementation of match_hostname() instead of duplicating the effort and maintain another. All tests are passing here. Signed-off-by: Felix Yan <felixonmars@archlinux.org>
* Fix py2-ipaddress dependencyAanand Prasad2016-03-311-2/+4
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Add py2-ipaddress dependency for python 2.xJoffrey F2016-03-291-0/+3
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Drop support for python 3.2py32_deprecationJoffrey F2016-01-201-1/+0
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add docker.api to setup packagesDarren Shepherd2015-09-221-2/+2
| | | | Signed-off-by: Darren Shepherd <darren@rancher.com>
* bump six req to >=1.4Trent Hauck2015-08-021-1/+1
|
* websocket-client for all versions1.3.0-releaseJoffrey F2015-07-081-3/+1
|
* Updated websocket-client dependency to latest version (now supports python 3)Joffrey F2015-06-191-1/+1
|
* Merge branch 'patch-1' of https://github.com/luzfcb/docker-py into ↵Joffrey F2015-04-221-2/+5
|\ | | | | | | | | | | | | luzfcb-patch-1 Conflicts: setup.py
| * added URL for this project in setup configurationFábio C. Barrionuevo da Luz2015-03-311-0/+1
| |
* | added ports to setup.pyYuval Kohavi2015-04-081-1/+1
|/ | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
* Bump requests versionJoffrey F2015-03-041-1/+1
|
* urllib3/requests issuesJoffrey F2015-01-091-1/+1
|
* Resolves #101, don't use pinned dependencies.Daniel Nephin2014-08-081-7/+10
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Merge branch 'master' into momer-tlsJoffrey F2014-07-101-0/+1
|\ | | | | | | | | Conflicts: docker/client.py
| * Added support for Python 3.4 in setup.py classifiersJoffrey F2014-06-231-0/+1
| |
* | * Merge branch 'tls' of github.com:momer/docker-py into momer-tlsJoffrey F2014-06-231-1/+2
|\ \ | |/ |/| | | | | | | | | * Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes
| * Expanding on @denibertovic initial additions, we now have full support for ↵Mo Omer2014-05-131-1/+1
| | | | | | | | SSL in docker-py. Including the ability to specify the expected SSL Version for issues with OpenSSL sslv3/tls1 recognition issues. Added an exception class for repetitive reminders to look at the CLI doc on docker.io.
* | Reverted c3ebce91b0d76540280c0ef6f961c0a5305b30f3Joffrey F2014-06-221-2/+1
| |
* | docker is now a namespace packageJoffrey F2014-06-231-1/+2
| |
* | Correct test requirements in setup.pyJoffrey F2014-05-241-1/+2
| |
* | Avoid version duplicationJoffrey F2014-05-241-1/+3
| |
* | Set version to 0.3.2-dev. Fixes #216.Maxime Petazzoni2014-04-291-1/+1
| | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
* | Bumped version to 0.3.10.3.1shin-2014-04-041-1/+1
|/
* Use different requirements list on Python 2 and 3Vladimir Rutsky2014-03-171-1/+7
| | | | | In Python 3 websocker-client not required (and previously requiested version doesn't work at all).
* Updated changelog, bumped version to 0.3.00.3.0shin-2014-02-241-1/+1
|
* Declare explicitly supported python versionsNicolas Delaby2014-01-071-7/+12
|
* Updated changelog, bumped version in setup.py0.2.3shin-2013-12-101-1/+1
|
* Bumped version to 0.2.20.2.2shin-2013-10-241-1/+1
|
* Fixed ImportErrors / package structureshin-2013-10-231-3/+3
|
* Bumped version to 0.2.10.2.1shin-2013-09-271-1/+1
|
* Syntax errorshin-2013-09-251-1/+1
|
* Use requirements.txt to determine requires in setup.pyshin-2013-09-251-1/+4
|
* Bumped version in setup.py and changed development status from alpha to betashin-2013-09-141-3/+5
|
* Bumped version to 0.1.5shin-2013-08-281-1/+1
|
* Bumped to 0.1.40.1.4shin-2013-08-131-1/+1
|
* Bumped version to 0.1.30.1.3shin-2013-08-061-1/+1
|
* Bumped versionshin-2013-07-251-1/+1
|