c222626b0157fef22d46954ed8af02e4407d1704
13 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Doug Goldstein
|
57476cdf29 |
add pyproject.toml to support pip 23.1
pip 23.1 removed the "setup.py install" for projects that do not have their own pyproject.toml by having a hardcoded one within pip. To address that, this change adds the minimal pyproject.toml to enable pbr to be properly used to build editable wheels. See https://pip.pypa.io/en/stable/news/#v23-1 and https://github.com/pypa/pip/issues/8368 for more info. Change-Id: I76c5a8269628c4f081c4627f222c2d535534e832 Signed-off-by: Doug Goldstein <cardoe@cardoe.com> |
||
|
Riccardo Pittau
|
39b6553161 |
Fix for tox4 and setuptools
- Disable auto discovery in setuptools This is to avoid issues with latest setuptools after version 61.0 For more info see [1] - add bash script to allowlist in tox.ini - use default size for vm memory [1] https://github.com/pypa/setuptools/issues/3197 Change-Id: Iae24917add1aae6b1ed46dba0d2c270b39c5698c |
||
|
Andreas Jaeger
|
3e7d44746e |
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 * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore - Use sphinx-build Change-Id: I8abd764d97a6711d3e6347ec3a7b8967f1512006 |
||
|
OpenStack Proposal Bot
|
8e1226e732 |
Updated from global requirements
Change-Id: Ide1164498fc53c5a28bb1ada7e9f18483204ba1e |
||
|
OpenStack Proposal Bot
|
9a8111f5d2 |
Updated from global requirements
Change-Id: I9ade8873a2aa239f7605040385171189af86f01b |
||
|
OpenStack Proposal Bot
|
4c9f318e0f |
Updated from global requirements
Change-Id: Ic5c39db8c5d6118cf02079e0758e38ada5fda4e0 |
||
|
OpenStack Proposal Bot
|
edcba08ede |
Updated from global requirements
Change-Id: Iea5033e9232b405c7fa371943404cbf2614880c2 |
||
|
OpenStack Proposal Bot
|
b3a98fca4a |
Updated from global requirements
Change-Id: I4c28ee1bcbafba1cb2bab00463fe4354cd6ec25f |
||
|
OpenStack Jenkins
|
32fe6e14c9 |
Updated from global requirements
Change-Id: I835e8f7438bdaab718e0a9910880819cab961936 |
||
|
Russell Haering
|
27fdc13e49 | out with the old, in with the new | ||
|
Paul Querna
|
d18f3f189c | Change setup.py to extract version without importing. | ||
|
Russell Haering
|
11eac2f1a5 | implement connecting and handshaking | ||
|
Russell Haering
|
7f7a93f039 | add agent packaging |