10 Commits

Author SHA1 Message Date
Andreas Jaeger
552ab25d19 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: Ibc9c3d9448dc204e7877a00a9970e1673fd2951e
2020-04-04 16:50:23 +02:00
OpenStack Proposal Bot
6a8be93f84 Updated from global requirements
Change-Id: Ic16848935e551e72f49bd69b0b908ab2ded0094f
2017-03-02 11:54:32 +00:00
OpenStack Proposal Bot
b8691d07a0 Updated from global requirements
Change-Id: I4fad5cfe8797883cd1b808d3ab1a29aaf48fa230
2015-09-17 12:16:41 +00:00
OpenStack Proposal Bot
00a67148ce Updated from global requirements
Change-Id: I40d8371a11795004f4350b47638da018f1183da7
2015-07-15 19:49:48 +00:00
OpenStack Proposal Bot
4f42f1d4f8 Updated from global requirements
Change-Id: I8132815004dcd3be8e0a56a6c538dc766228c2bd
2015-06-22 08:27:45 +00:00
OpenStack Proposal Bot
1709fef25f Updated from global requirements
Change-Id: Ie9ea577f35f1eb6fc71876be0d4f721887f1d769
2014-06-18 00:47:25 +00:00
Martin Geisler
af741ec223 Add UTF-8 coding lines to all Python files
While not strictly necessary for files containing only ASCII
characters, adding a line with "coding: utf-8" can guard against
future SyntaxError's in case someone inserts a Unicode literal.

This commit adds such lines to all .py files. The syntax used by this
commit works with Python (of course). It also works with Emacs, which
will recognize the special "-*-" marker and use the "coding" variable
to correctly decode the file, even in an environment where UTF-8 is
not the default file encoding.

Existing coding lines were normalized to match the new lines added.

Partial-bug: #1325193
Change-Id: I58bf93fea711fd25890356a397e594bd820c99e3
2014-05-31 13:22:44 +02:00
OpenStack Proposal Bot
37d136ef62 Updated from global requirements
Change-Id: I00470eca0b3b4eb788e4184d8a37cac09bcd1260
2014-05-02 09:08:07 +00:00
OpenStack Jenkins
b3f5588104 Updated from global requirements
Change-Id: I8e079a649487eec931d61a80be8ac2c23889371d
2013-10-01 16:14:48 +00:00
Chris Krelle
8136ec1b72 Add initial files
Add initial files to the repo.

Change-Id: Ia6b0278fc9817f44e63507b54e7d7ad41bf4e219
2013-09-05 16:35:21 -07:00