summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* remove un supported classifierAsif Saif Uddin (Auvi)2020-06-031-1/+0
|
* Use README.rst content as the PyPI long_descriptionChristian Clauss2020-03-031-1/+6
| | | Use the ideas in https://python-packaging.readthedocs.io/en/latest/metadata.html to replace the __long_description__ at https://pypi.org/project/kombu with something cooler than `The author of this package has not provided a project description`.
* py 3.8 on classifierAsif Saif Uddin2019-10-291-0/+1
|
* style n lintAsif Saif Uddin2019-06-061-3/+2
|
* version 4.6.14.6.1Asif Saif Uddin2019-06-061-5/+5
|
* drop python 3.4Asif Saif Uddin2019-05-301-2/+1
|
* Jython (#915)Asif Saif Uddin (Auvi)2018-09-051-2/+0
| | | | | | * drop jython from tox * drop jython from setup.py
* Add transports based on Azure PaaS (#891)Clemens Wolff2018-08-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add transports based on Azure PaaS This pull request adds two new transport implementations: - `azurestoragequeues` is implemented on top of Azure Storage Queues [1]. This offers a simple but scalable and low-cost PaaS transport for Celery users in Azure. The transport is intended to be used in conjunction with the Azure Block Blob Storage backend [2]. - `azureservicebus` is implemented on top of Azure Service Bus [3] and offers PaaS support for more demanding Celery workloads in Azure. The transport is intended to be used in conjunction with the Azure CosmosDB backend [4]. This pull request was created together with @ankurokok, @dkisselev, @evandropaula, @martinpeck and @michaelperel. [1] https://azure.microsoft.com/en-us/services/storage/queues/ [2] https://github.com/celery/celery/pull/4685 [3] https://azure.microsoft.com/en-us/services/service-bus/ [4] https://github.com/celery/celery/pull/4720 * Exclude Azure transports from code coverage There is test coverage for the transports but the tests require Azure credentials to run (passed via environment variables) so codecov doesn't exercise them. * Remove env vars to configure transport * Remove abbreviations
* Added python 3.7 to classifierAsif Saifuddin Auvi2018-06-281-0/+1
|
* Update all pypi.python.org URLs to pypi.org (#885)Jon Dufresne2018-06-101-1/+1
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Remove data_files from setup.py (#882)Sławomir Ehlert2018-05-301-18/+2
| | | | | Fixes #881 Also add some blank lines for pep-8 compatibility
* Pass python_requires argument to setuptools (#847)Jon Dufresne2018-04-121-0/+1
| | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* Prefer https over http and updated links to new locations. (#745)Mads Jensen2017-05-301-1/+1
|
* Re-Adding support for sqlalchemy as it is needed by Apache project Airflow ↵Amin Ghadersohi2017-05-171-0/+1
| | | | | | | | (#687) * Re-Adding support for sqlalchemy as it is needed by Apache project Airflow * Re-Adding support for sqlalchemy as it is needed by Apache project Airflow
* Fix byte string for kazoo.Queue in Python 3 (#713)Dima Kurguzov2017-04-121-0/+1
| | | | | | * Fix byte string for kazoo.Queue in Python 3 * Add test for message conversion to bytes in ZooKeeper channel
* Adds keywords and license to setup.pyAsk Solem2016-10-101-0/+2
|
* Rewrite tests to use py.testAsk Solem2016-08-231-20/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: test_qpid was removed as it's breaking horribly. It's currently trying to import symbols from kombu.transport.qpid that don't exist. assertRaises -> pytest.raises assertTrue assertTrue - multiline assertFalse assertFalse - multiline assertIsNone assertIsNone - multiline assertEqual assertEqual - multiline assertNotEqual assertNotEqual - multiline assertGreater - multiline assertIn assertIn - multiline assertNotIn assertNotIn - multiline assertIsInstance assertIsInstance - multiline assertIsNot assertIsNot - multiline assertIsNotNone assertIs assertIs - multiline Manual changes Now depends on case 1.3.1
* Adds bumpversionAsk Solem2016-07-011-15/+3
|
* Removes ZeroMQ transport for lack of resources to support it.Ask Solem2016-06-281-1/+0
|
* Removes Beanstalk transport for lack of resources to support itAsk Solem2016-06-281-1/+0
|
* Removes CouchDB transport for lack of resources to maintain it.Ask Solem2016-06-281-1/+0
|
* Removes SQLAlchemy as a broker supportAsk Solem2016-06-271-1/+0
|
* Add Consul K/V store TransportWido den Hollander2016-06-151-0/+1
| | | | | | | | | | | Using the Key/Value store of Consul.io this commit adds a new Transport. It is a simple Transport which Messages as Keys in the K/V store of Consul using the HTTP API. The HTTP API is consumed using the python-consul client which exposes the API in a Python way.
* setup cannot have unicode literalsAsk Solem2016-04-071-2/+0
|
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-0/+2
|
* [tests] Now depends on caseAsk Solem2016-04-051-30/+20
|
* Kombu 3.1 is now Kombu 4.0Ask Solem2015-10-201-1/+1
|
* flakesAsk Solem2015-10-021-5/+11
|
* Single item tuples no longer require whitespaceAsk Solem2015-07-131-3/+3
|
* Merge branch 'master' into qpid-transportBrian Bouterse2014-05-281-5/+2
|\ | | | | | | | | | | Conflicts: README.rst docs/userguide/connections.rst
| * master now depends on Python 2.7Ask Solem2014-05-191-5/+2
| |
* | Merge branch 'master' into qpid-transportBrian Bouterse2014-04-041-0/+1
|\ \ | |/
| * Adds Trove classifier for Python 3.4Ask Solem2014-03-191-0/+1
| |
* | Configuring an 'extra' package named qpidBrian Bouterse2014-03-181-0/+1
|/
* kombu.VERSION is now a namedtupleAsk Solem2013-11-201-1/+1
|
* Removes requirements/py25.txtAsk Solem2013-10-141-2/+0
|
* Minimum version for Python3 is now 3.3Ask Solem2013-10-141-1/+0
|
* Adds setuptools bundlesAsk Solem2013-10-021-2/+19
|
* Py3 fixesAsk Solem2013-09-101-2/+5
|
* Merge branch '2.5'Ask Solem2013-02-071-2/+3
|\ | | | | | | | | Conflicts: pavement.py
| * More pep8ifyAsk Solem2013-01-171-2/+3
| |
* | [3.0] Requires Python 2.6 or higherAsk Solem2012-11-121-3/+4
| |
* | Codebase now runs on both Py3 and Py2 (not using 2to3)Ask Solem2012-11-121-7/+2
|/
* Now depends on importlib+ordereddict if used with Python < 2.7, and ↵Ask Solem2012-09-121-3/+4
| | | | simplejson if < 2.6
* Test requirements for jython+pypy brokeAsk Solem2012-08-301-4/+0
|
* setup.py now takes reqs from requirements/Ask Solem2012-06-211-47/+69
|
* Merge branch 'master' of github.com:ask/kombuAsk Solem2012-05-281-0/+1
|\
| * Adds missing importMher Movsisyan2012-05-271-0/+1
| |
* | Don't depend on librabbitmq afterallAsk Solem2012-05-281-12/+4
|/
* Install librabbitmq if supported, and amqp points to lrmq if installedAsk Solem2012-05-221-4/+12
|