Tags: rbanffy/pip-chill
Tags
Merge develop (#66) * Bump version to 1.0.1 * Fix failing Flake8 test * Update history * Add --no-chill command line option. Fixes #34 * Remove click and add black to the requirements file * Version update * Remove black - not a dev requirement * 'Refactored by Sourcery' (#37) Co-authored-by: Sourcery AI <> * Update python-package.yml (#33) * Circleci project setup (#39) * Add .circleci/config.yml * Add .circleci/config.yml * Add .circleci/config.yml * Update README with --no-chill switch * Update HISTORY and bump versions * Remove __future__ import (we don't need it anymore) * We only support Python 3+ * Add `ssort` * Sort methods with `ssort` * Version bump * Remove Python 3.5 support * Remove Python 3.6 support and move 3.10 out of dev * Upgrade macOS image to 13.2 (Xcode 13.2.1) * Time `tox` execution * Update HISTORY.rst * Update supported Python versions * Update Python image version * Update HISTORY.rst Bump version from current to 1.0.3 * Update config.yml Use new Docker environment * Update config.yml Return to the Python orb approach * Added note so contributors start from the develop branch * Remove support for 3.6 in tests, add 3.10, 3.11 * Update pip before installing travis-tox * Add Python 3.11 to some platforms in travis * Resolve: Inconsistent sort for "Installed as dependency for" (#64) * Added a --no-chill option (#36) * Bump version to 1.0.1 * Fix failing Flake8 test * Update history * Add --no-chill command line option. Fixes #34 * Remove click and add black to the requirements file * Version update * Remove black - not a dev requirement * 'Refactored by Sourcery' (#37) Co-authored-by: Sourcery AI <> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Version 1.0.1 (#40) * Bump version to 1.0.1 * Fix failing Flake8 test * Update history * Add --no-chill command line option. Fixes #34 * Remove click and add black to the requirements file * Version update * Remove black - not a dev requirement * 'Refactored by Sourcery' (#37) Co-authored-by: Sourcery AI <> * Update python-package.yml (#33) * Circleci project setup (#39) * Add .circleci/config.yml * Add .circleci/config.yml * Add .circleci/config.yml * Update README with --no-chill switch Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update github repo url (#50) * Fix GitHub repo URL (#56) Will fix Travis tests later * Sort required_by * Update README to match new output * Update github repo url (#50) * Fix GitHub repo URL (#56) Will fix Travis tests later * Sort required_by * Update README to match new output * Add to AUTHORS --------- Co-authored-by: Ricardo Bánffy <rbanffy@gmail.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: AndrejK <38130665+andrejkurusiov@users.noreply.github.com> Co-authored-by: xatier <xatierlike@gmail.com> * 'Refactored by Sourcery' (#67) Co-authored-by: Sourcery AI <> * Fix Flake8 flagged issues * Apply Black * Fix version numbers * Fix f-strings --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: Kevin Paulson <kevin.paulson@mindbridge.ai> Co-authored-by: AndrejK <38130665+andrejkurusiov@users.noreply.github.com> Co-authored-by: xatier <xatierlike@gmail.com> Co-authored-by: Ricardo Bánffy <ricardo@gmail.com>
Added a --no-chill option (#36) * Bump version to 1.0.1 * Fix failing Flake8 test * Update history * Add --no-chill command line option. Fixes #34 * Remove click and add black to the requirements file * Version update * Remove black - not a dev requirement * 'Refactored by Sourcery' (#37) Co-authored-by: Sourcery AI <> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>