Haowei Cai (Roy)
f461dd42d4
Merge pull request #1311 from gliptak/python1
...
Add Python 3.9 to build
2020-11-23 18:25:50 -08:00
Gábor Lipták
213cd83c8a
Add Python 3.9 to build
...
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2020-11-09 19:28:08 -05:00
Nabarun Pal
598d41ba5f
Generate client 17.0.0
...
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +05:30
Nabarun Pal
c206745dcd
Generate updated client
2020-04-03 01:46:00 +05:30
Xianglong Wang
dac7ee161b
Add kubernetes.dynamic to setup.py pkg list
2020-03-02 16:37:19 -06:00
Tomasz Prus
9859cb7cce
fix: add client.api package to setup.py
2019-11-21 10:29:03 +01:00
Haowei Cai
5cddbde0bf
generated client change for 11.0.0-snapshot
2019-11-11 12:02:41 -08:00
Aliaksei Urbanski
4d858922f1
Enable testing for Python 3.8
...
Python 3.8 is there, so I believe that it would be nice
to declare support and add tests for it on CI.
Python 3.8.0 release announcement:
https://discuss.python.org/t/python-3-8-0-is-now-available/2478
2019-10-16 23:50:01 +03:00
Kubernetes Prow Robot
c1842a3e53
Merge pull request #893 from oz123/docs_update
...
Docs update
2019-08-02 14:47:56 -07:00
Oz Tiram
3b84216652
Mulitple docs fixes
...
* Document how to build the doumentation with sphinx
For convinience, I added a Makefile which spares one to memorize the
long sphinx command, or type python setup.py build_sphinx
You simply use `make html` and you will get the docs.
* Render README with markdown properly
conf.py includes some code to work around a bug in
common mark. The markdown is now properly converted to HTML.
* Fix rendering of CONTRIBUTING.md
2019-07-31 18:13:57 +02:00
Oz N Tiram
671bf7dc68
Python 3.4 is no longer supported
...
This update the setup metadata to indicate this
2019-07-25 07:38:02 +02:00
Haowei Cai
b603b4a9c4
generated client change for 10.0.0-snapshot
2019-04-03 13:53:46 -07:00
Neha Yadav
3d125557c5
Make dependancy adal optional
2019-02-08 03:23:29 +05:30
Haowei Cai
cd411d2707
generated client change for 9.0.0-snapshot version constant update
2018-12-07 16:43:15 -08:00
micw523
de9b187054
Prepare for Python 3.7 tests
2018-11-09 19:58:26 -06:00
micw523
5a92ba65aa
Add kubectl create -f feature
2018-10-31 19:34:18 -05:00
Haowei Cai
316509b32a
generated client change for 8.0.0 snapshot on master branch
...
against kubernetes release-1.12 branch
2018-09-28 14:16:18 -07:00
Haowei Cai
5f81a65909
Generated client change for Kubernetes 1.11
2018-07-11 13:31:26 -07:00
Anthony Sottile
e2b7ee7c9e
Only depend on ipaddress in python2
...
The ipaddress module became a standard module in python3.3.
This uses [environment markers][pep508] to only select the `ipaddress` module
in python2.7. In setuptools, the most compatible way to accomplish this is
through the `extras_require` field (as suggested in the [wheel][wheel] docs).
[pep508]: https://www.python.org/dev/peps/pep-0508/#id23
[wheel]: https://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
2018-04-11 09:22:01 -07:00
Haowei Cai
71b5abce5a
Generated API change for kubernetes 1.10
2018-03-12 11:11:47 -07:00
Haowei Cai
ed052519da
Update org and repo name
2018-01-26 15:41:55 -08:00
Haowei Cai
3abfdf9ebd
Update master to kubernetes 1.9
2018-01-26 13:44:27 -08:00
mbohlool
6b1a80c67f
Updte master to kubernetes 1.8
2017-10-09 17:56:32 -07:00
mbohlool
77a504e294
Fix exec example to use new configuration model
2017-10-09 17:15:34 -07:00
Lars Kellogg-Stedman
ccf288c49a
make sure that kubernetes.stream module gets installed
...
Previously, installing the client using `python setup.py install`
would fail to install the `kubernetes.stream` module, leading to
errors when trying to `import kubernetes`.
Closes #355
2017-10-06 17:06:10 -04:00
mbohlool
ef558a5ce4
Update generated client
2017-06-29 01:34:59 -07:00
Sergi Almacellas Abellana
20fa5b4ded
Add support for python3.6
2017-06-07 10:30:51 +02:00
Sergi Almacellas Abellana
e2d3f6d096
Add tests requires on setup.py
2017-06-02 10:07:26 +02:00
Sergi Almacellas Abellana
a6870afa60
Read setup.py dependencies from requeriments.txt
...
Fixes #136
2017-06-02 10:02:04 +02:00
mbohlool
7aec646a6d
Exclude urllib3 version 1.21 from depedencies as it breaks our code
2017-04-26 13:12:16 -07:00
mbohlool
bc33850424
Fix urllib3 dependency to <=1.20
2017-04-25 13:25:30 -07:00
mbohlool
35ca453a47
Update client code
2017-04-05 15:24:07 -07:00
Davanum Srinivas
8ac4254116
Sync requirements and add license info
...
Follow guidelines in:
https://packaging.python.org/requirements/
* Make sure the same list of packages are in setup.cfg and
requirements.txt
* install_requires reqs in setup.cfg should be "Abstract" with
no version information
* Add License information for each package
Fixes #131
2017-02-22 07:17:48 -05:00
mbohlool
a0b391abc1
Kubernetes is not a valid value for Environment classifier in setup.py
2017-01-10 14:10:23 -08:00
mbohlool
b971b6b5d1
Update generated client after bugfix kubernetes/kubernetes#39465
2017-01-10 13:20:19 -08:00
mbohlool
58aa16506e
Extract DevelopmentStatus as a constant to scripts/constants.py
2017-01-10 11:35:18 -08:00
Davanum Srinivas
d3a2d60d3e
Add classifiers to setup.py
...
Add some classifiers for better metadata/information on pypi
2017-01-10 10:06:42 -05:00
mbohlool
ac03642173
Stop exporting script folder
2016-12-28 03:55:42 -08:00
mbohlool
9f496564dc
Fix package's long description
2016-12-20 14:36:42 -08:00
mbohlool
4d3307bf7d
Fix failing setup.py
2016-12-14 18:21:07 -08:00
mbohlool
4c14ab38bb
Download OpenAPI spec directly from k8s release branch
2016-12-08 13:21:06 -08:00
mbohlool
000c873f75
Update version to alpha.2 as alpha.1 is used for a failed release
2016-11-23 14:07:43 -08:00
mbohlool
f6e417df60
Add ipaddress as a dependency. urllib3 will fix ssl ipaddress hostnames if this package exists
2016-11-23 13:36:33 -08:00
mbohlool
7ed7856391
Update package version
2016-11-23 12:18:50 -08:00
mbohlool
26ac2c4a12
Separate package util into config and watch package
2016-11-22 17:52:46 -08:00
mbohlool
b71a00dab7
Update package information in setup.py
2016-11-22 17:30:54 -08:00
mbohlool
98e675ec3c
Add dependency to a newer version of urllib3 that fixes ssl host check with ipaddress
2016-11-16 16:16:26 -08:00
mbohlool
033e180ff3
Add kube config support
2016-11-16 16:16:24 -08:00
mbohlool
69b1cb1a35
Generated client
2016-11-02 13:38:36 -07:00