Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow-up: support manual py26 testing; dont advertise 3.3 support | Dana Powers | 2017-06-16 | 1 | -2/+4 |
| | |||||
* | Add kafka 0.10.2.1 into integration testing version (#1096) | Jianbin Wei | 2017-06-16 | 1 | -3/+0 |
| | | | | | * Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support | ||||
* | Add python3.6 support to pypi metadata | Dana Powers | 2017-03-06 | 1 | -0/+1 |
| | |||||
* | Release 1.3.01.3.0 | Dana Powers | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Vendor six 1.10.0six | Dana Powers | 2016-08-01 | 1 | -1/+0 |
| | |||||
* | Use find_packages() for setup.py | Dana Powers | 2016-01-01 | 1 | -9/+2 |
| | |||||
* | Update setup.py to show python 3.5 compatibility explicitly | Dana Powers | 2015-12-04 | 1 | -0/+1 |
| | |||||
* | Update docs and links wrt maintainer change (mumrah -> dpkp) | Dana Powers | 2015-12-03 | 1 | -3/+3 |
| | |||||
* | Set __version__ string in kafka/version.py | Dana Powers | 2015-06-04 | 1 | -3/+3 |
| | |||||
* | Added py3 to classifiers | John Anderson | 2015-02-10 | 1 | -0/+3 |
| | |||||
* | Move to .rst and use it in setup.py for long description | John Anderson | 2015-02-10 | 1 | -8/+7 |
| | |||||
* | Make sure to include kafka.partitioner in setup package spec | Dana Powers | 2014-09-25 | 1 | -0/+1 |
| | |||||
* | Fixes issue #241, adds kafka.consumer and kafka.producer packages | Mark Roberts | 2014-09-23 | 1 | -2/+6 |
| | |||||
* | Merge pull request #227 from wizzat-feature/py3 | Dana Powers | 2014-09-07 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 Support Conflicts: kafka/producer.py test/test_client.py test/test_client_integration.py test/test_codec.py test/test_consumer.py test/test_consumer_integration.py test/test_failover_integration.py test/test_producer.py test/test_producer_integration.py test/test_protocol.py test/test_util.py | ||||
| * | Make all unit tests pass on py3.3/3.4 | Bruno ReniƩ | 2014-09-03 | 1 | -0/+1 |
| | | |||||
| * | Use base unittest or unittest2 depending on python version | Bruno ReniƩ | 2014-09-03 | 1 | -1/+6 |
| | | |||||
* | | Add trove classifiers for python 2.6, 2.7, and pypy to setup.py for PyPI | Dana Powers | 2014-09-04 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #204 from mdaniel/better-type-errors | Dana Powers | 2014-08-22 | 1 | -2/+4 |
|\ | | | | | Better type errors | ||||
| * | Correctly declare unittest2 dependency | Matthew L Daniel | 2014-08-22 | 1 | -2/+4 |
| | | |||||
* | | Add TravisCI config for auto deployment | David Arthur | 2014-08-22 | 1 | -2/+10 |
|/ | | | | Tags applied to master will now be automatically deployed on PyPI | ||||
* | Set module version in separate VERSION file | Dana Powers | 2014-08-10 | 1 | -1/+2 |
| | |||||
* | Update setup.py | Yarkee Chou | 2014-07-19 | 1 | -1/+2 |
| | |||||
* | Merge pull request #163 from patricklucas/remove_distribute_dependency | Dana Powers | 2014-05-08 | 1 | -1/+0 |
|\ | | | | | Remove 'distribute' dependency | ||||
| * | Remove 'distribute' dependency | Patrick Lucas | 2014-05-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This dependency is unnecessary since this project now uses setuptools and it prevents installing this package with --use-wheel, failing with this traceback: $ pip install --use-wheel distribute Downloading/unpacking distribute Downloading distribute-0.7.3-cp26-none-linux_x86_64.whl Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.7 in ./venv/lib/python2.6/site-packages (from distribute) Cleaning up... Exception: Traceback (most recent call last): File "/home/plucas/lib/python2.6/site-packages/pip/basecommand.py", line 134, in main status = self.run(options, args) File "/home/plucas/lib/python2.6/site-packages/pip/commands/install.py", line 241, in run requirement_set.install(install_options, global_options, root=options.root_path) File "/home/plucas/lib/python2.6/site-packages/pip/req.py", line 1256, in install if req.name == 'distribute' and req.installed_version in distribute_req: File "/home/plucas/lib/python2.6/site-packages/pip/req.py", line 390, in installed_version return self.pkg_info()['version'] File "/home/plucas/lib/python2.6/site-packages/pip/req.py", line 357, in pkg_info data = self.egg_info_data('PKG-INFO') File "/home/plucas/lib/python2.6/site-packages/pip/req.py", line 293, in egg_info_data filename = self.egg_info_path(filename) File "/home/plucas/lib/python2.6/site-packages/pip/req.py", line 307, in egg_info_path filenames = os.listdir(base) OSError: [Errno 2] No such file or directory: '/home/plucas/build/distribute/pip-egg-info' | ||||
* | | Various fixes | Mark Roberts | 2014-04-25 | 1 | -1/+1 |
|/ | | | | | | | | Bump version number to 0.9.1 Update readme to show supported Kafka/Python versions Validate arguments in consumer.py, add initial consumer unit test Make service kill() child processes when startup fails Add tests for util.py, fix Python 2.6 specific bug. | ||||
* | Merge branch 'master' into develop | mrtheb | 2014-03-17 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: test/test_unit.py | ||||
| * | Merge branch 'master' into multihosts | mrtheb | 2014-01-31 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kafka/client.py kafka/conn.py setup.py test/test_integration.py test/test_unit.py | ||||
| * | | Allow KafkaClient to take in a list of brokers for bootstrapping | Marc Labbe | 2013-11-14 | 1 | -2/+3 |
| | | | |||||
* | | | added mock | mrtheb | 2014-01-18 | 1 | -2/+1 |
| |/ |/| | |||||
* | | 0.9.0 | Thomas Dimson | 2014-01-15 | 1 | -1/+2 |
| | | |||||
* | | Version bump | Thomas Dimson | 2014-01-15 | 1 | -1/+1 |
| | | |||||
* | | Remove tox from requires | David Arthur | 2013-12-28 | 1 | -1/+1 |
|/ | | | | Fixes #85 | ||||
* | Bootstrap distribute/tox with setuptools | David Arthur | 2013-06-07 | 1 | -2/+2 |
| | | | | Is there a better way to do this? | ||||
* | toxify all the tests and use xfail marks | Ivan Pouzyrevsky | 2013-06-07 | 1 | -3/+31 |
| | |||||
* | Update README and setup.py with new version | David Arthur | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | Integration tests passing | David Arthur | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | Update README.md with install instructions | David Arthur | 2012-10-02 | 1 | -0/+1 |
| | |||||
* | Renaming kafka.py to client.py | David Arthur | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Start work on packaging issue #3 | David Arthur | 2012-10-02 | 1 | -0/+12 |