diff --git a/blue-0.5.2.tar.gz b/blue-0.5.2.tar.gz deleted file mode 100644 index 382e350..0000000 --- a/blue-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0cf07f9f63a66b02dd99f7d6106d1f788c6889f9456a0ad9d7b55523d2ae224 -size 8775 diff --git a/blue-0.6.0.tar.gz b/blue-0.6.0.tar.gz new file mode 100644 index 0000000..b734bfb --- /dev/null +++ b/blue-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8d0566d08cf0f01dab9f894a84cc36c32409516874c661bec0d4bd7c140df1 +size 84598 diff --git a/python-blue.changes b/python-blue.changes index 799baae..a057c31 100644 --- a/python-blue.changes +++ b/python-blue.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Mar 17 04:05:48 UTC 2021 - Steve Kowalik + +- Update to 0.6.0: + * Add bullet about default line length of 79 characters + * Run blue over docs/ directory + * Fix formatting in docs/conf.py + * Preserve whitespace before hash mark on hanging comments (#31) + * Use flake8 to parse project and user configs for blue + * Patch the config param's callback + * Fixes for static analysis + * Format keys for Click's default_map + * Add pytest for testing + * Format tests/test_blue.py in blue and bluecheck commands + * Add tests for config parsing + * Update docs requirements to match setup.py + * Add note to README and changelog. + * Fix --version option handling and add test cases + * Move coverage switches on pytest to separate sections + ------------------------------------------------------------------- Mon Jan 18 08:23:55 UTC 2021 - Matej Cepl diff --git a/python-blue.spec b/python-blue.spec index 3ad2f7d..dedb284 100644 --- a/python-blue.spec +++ b/python-blue.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define modname blue Name: python-blue -Version: 0.5.2 +Version: 0.6.0 Release: 0 Summary: A code formatter written in, and written for Python License: MIT @@ -31,6 +31,7 @@ BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module black} # BuildRequires: %%{python_module doc8} BuildRequires: %{python_module flake8} +BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module rstcheck} BuildRequires: %{python_module setuptools} @@ -44,7 +45,9 @@ Requires: python-aiohttp >= 3.3.2 Requires: python-aiohttp_cors Requires: python-appdirs Requires: python-attrs >= 18.1.0 +Requires: python-black Requires: python-click >= 7.1.2 +Requires: python-flake8 Requires: python-mypy_extensions >= 0.4.3 Requires: python-pathspec >= 0.6 Requires: python-regex >= 2020.1.8 @@ -55,7 +58,7 @@ Requires: python-typing_extensions Requires: python-dataclasses %endif Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages