Pure-Python asynchronous interface to Gearman
Go to file
Clark Boylan 97d2061226 Update gear to python3.11 and Bookworm container
This is motivated by OpenDev's desire to drop the old Bullseye container
images as well as container images for older versions of python. We bump
testing to python3.11 on the high end of the range and convert the
container image to python3.11 + Bookworm.

Python 2.7 testing is removed because tox + virtualenv can't actually
create python2.7 virtualenvs any longer. There are workarounds but
dropping the tests is simpler.

Python 3.5 testing is replaced with 3.6 testing beacuse the version of
easy_install on ubuntu xenial does not understand TLS + SNI. A while
back pypi.org dropped non SNI connection support which means we can't
install PBR for to run the setup.py for the projcet. There are
workarounds but 3.5 is old enough taht we should be able to move on.

Change-Id: I2f2a2d0cf71c69d7babd6df9bfdb41a759e9c0ee
2023-09-20 15:12:18 -07:00
doc Overhaul package metadata and contributor info 2021-07-10 16:45:05 +00:00
gear Create SSL context using PROTOCOL_TLS, fallback to highest supported version 2021-03-30 14:56:38 +02:00
.gitignore Add pbr-based setup. 2013-04-08 12:31:53 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:05 +00:00
.testr.conf Support python3. 2013-06-05 15:07:36 -07:00
.zuul.yaml Update gear to python3.11 and Bookworm container 2023-09-20 15:12:18 -07:00
CONTRIBUTING.rst Overhaul package metadata and contributor info 2021-07-10 16:45:05 +00:00
Dockerfile Update gear to python3.11 and Bookworm container 2023-09-20 15:12:18 -07:00
LICENSE Initial commit. 2013-04-05 12:58:12 -07:00
MANIFEST.in Add pbr-based setup. 2013-04-08 12:31:53 -04:00
README.rst Add pbr-based setup. 2013-04-08 12:31:53 -04:00
bindep.txt Update gear to python3.11 and Bookworm container 2023-09-20 15:12:18 -07:00
requirements.txt Uncap pbr dependency 2017-03-01 18:32:58 +00:00
setup.cfg Update gear to python3.11 and Bookworm container 2023-09-20 15:12:18 -07:00
setup.py Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
test-requirements.txt Update testing to Python 3.9 and linters 2021-03-30 14:56:40 +02:00
tox.ini Update gear to python3.11 and Bookworm container 2023-09-20 15:12:18 -07:00

README.rst

python-gear

A pure-Python asynchronous library to interface with Gearman.