summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* chore(ci): fix lint job (#1718)Stevie Gayet2023-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * chore(ci): align python version between matrix and tox config * chore(pydocstyle): upgrade pydocstyle to 6.3.0 * chore(pydocstyle): exclude rules * fix(mypy): fix `[truthy-function]` error * fix(pydocstyle): fix D205 rule * fix(pydocstyle): fix D212 rule * fix(pydocstyle): fix D407 rule * fix(pydocstyle): fix D412 rule * fix(pydocstyle): fix D406 rule * fix(pydocstyle): fix D411 rule --------- Co-authored-by: Stevie Gayet <stegayet@users.noreply.github.com>
* Add ext.py files to setup.cfgMarcelo Trylesinski2022-07-031-0/+2
|
* Annotate `matcher.py` (#1532)Marcelo Trylesinski2022-06-031-0/+1
|
* Annotate `abstract.py` (#1522)Marcelo Trylesinski2022-05-151-0/+1
| | | | | | | | | | | | | | | | | | | * Annotate `abstract.py` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * apply pre-commit * Use quotes * Add typing_extensions as requirement * Add quotes * Add quotes Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Annotate `exceptions.py` and `clocks.py` (#1526)Marcelo Trylesinski2022-04-181-0/+4
| | | | | * Annotate `exceptions.py` * Annotate `clocks.py`
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+4
|
* Annotate init files (#1527)Marcelo Trylesinski2022-04-141-1/+8
| | | | | * Annotate init files * Fix fmatch_best annotation
* Annotate `utils/uuid.py` and `utils/text.py` (#1514)Marcelo Trylesinski2022-04-121-0/+4
| | | | | | | * Annotate `utils/uuid.py` and `utils/text.py` * Use callable without any parameter * Update kombu/utils/text.py
* chore: Annotate semaphore.pySondre Lillebø Gundersen2022-04-121-1/+2
| | | | Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* Add `mypy` to the pipeline (#1512)Marcelo Trylesinski2022-04-091-0/+11
| | | | | | | | | * Add `mypy` to the pipeline * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* removre bdistAsif Saif Uddin2021-10-231-3/+0
|
* enable pre-commit (#1355)Thomas Grainger2021-07-201-1/+1
| | | | | | | | | | | | | | | | | | | * enable pre-commit * use extend-ignore for flake8 * manual flake8 fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update kombu/__init__.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Wheels are no longer universal.Omer Katz2020-09-061-2/+2
|
* Removed Jython bz2 import fallback (#938)Mads Jensen2018-10-281-1/+1
|
* Include license file in the generated wheel packages (#807)Jon Dufresne2017-10-161-0/+3
| | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
* Rename [wheel] section to [bdist_wheel] as the former is legacy (#749)Jon Dufresne2017-06-021-1/+1
| | | | | | | See: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/
* Dist: Updates bdist_rpm requirementsAsk Solem2016-10-281-1/+1
|
* pep257 -> pydocstyleAsk Solem2016-10-111-1/+1
|
* Moves pydocstyle config to setup.cfgAsk Solem2016-10-111-0/+3
|
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-0/+5
|
* Moves funtests -> t/integrationAsk Solem2016-08-231-1/+1
|
* Rewrite tests to use py.testAsk Solem2016-08-231-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use celery_sphinx to manage docsAsk Solem2016-04-071-4/+1
|
* Merge branch '3.0'Ask Solem2014-06-241-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.rst kombu/__init__.py kombu/async/hub.py kombu/five.py kombu/pidbox.py kombu/tests/test_entities.py kombu/tests/transport/test_redis.py kombu/transport/amqplib.py kombu/transport/mongodb.py kombu/utils/compat.py setup.cfg tox.ini
| * Apparently all deps must be listed in wheels [metadata]Ask Solem2014-06-091-0/+2
| |
| * Use setup.cfg [metadata] for current wheel releasesAsk Solem2014-06-091-0/+5
| |
| * Do not tag dateAsk Solem2014-06-021-3/+0
| |
| * Updates setup.cfgAsk Solem2014-06-021-0/+6
| |
* | Removes importlib depdendency in bdist_rpmAsk Solem2014-05-201-1/+0
| |
* | Removes anyjson dependency :sad:Ask Solem2014-05-201-2/+1
| |
* | master now depends on Python 2.7Ask Solem2014-05-191-1/+0
|/
* Now depends on amqp 1.4.5Ask Solem2014-04-151-1/+1
|
* Now depends on amqp 1.4.4Ask Solem2014-03-031-1/+1
|
* Support for coverallsAsk Solem2014-02-091-18/+0
|
* Now depends on amqp 1.4.2Ask Solem2014-02-031-1/+1
|
* Now depends on amqp 1.4.1Ask Solem2014-01-171-1/+1
|
* Now depends on amqp 1.4.0Ask Solem2014-01-131-1/+1
|
* Remove kombu.trasnport.SQS from the coverage report exclusion list.Matt Wise2013-12-031-1/+0
|
* Now depends on amqp 1.3.3Ask Solem2013-11-151-1/+1
|
* Now depends on amqp 1.3.2Ask Solem2013-10-291-1/+1
|
* Now depends on amqp 1.3.1v3.0.1Ask Solem2013-10-241-1/+1
|
* Now depends on amqp 1.3.0Ask Solem2013-10-041-1/+1
|
* Adds more testsAsk Solem2013-09-121-1/+5
|
* Merge branch 'master' into 3.0Ask Solem2012-11-271-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kombu/abstract.py kombu/clocks.py kombu/messaging.py kombu/pidbox.py kombu/pools.py kombu/tests/mocks.py kombu/tests/test_common.py kombu/tests/test_messaging.py kombu/tests/test_serialization.py kombu/tests/test_utils.py kombu/tests/transport/test_redis.py kombu/tests/utilities/test_encoding.py kombu/transport/pika.py kombu/transport/zmq.py kombu/transport/zookeeper.py kombu/utils/__init__.py kombu/utils/encoding.py kombu/utils/finalize.py pavement.py requirements/default.txt
| * Improves unit test coverageAsk Solem2012-11-271-1/+3
| |
| * More testsAsk Solem2012-11-221-0/+1
| |
| * Removes pika transport, will wait until pika comes out of experimental its stateAsk Solem2012-11-151-1/+0
| |
| * 2.5 depends on amqp < 1.1Ask Solem2012-11-121-1/+1
| |
* | Now depends on amqp 1.2.0Ask Solem2012-11-121-1/+1
|/
* Now depends on amqp 1.0.2Ask Solem2012-11-061-1/+1
|