forked from pool/python-blue
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blue?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0cf07f9f63a66b02dd99f7d6106d1f788c6889f9456a0ad9d7b55523d2ae224
|
||||
size 8775
|
||||
3
blue-0.6.0.tar.gz
Normal file
3
blue-0.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd8d0566d08cf0f01dab9f894a84cc36c32409516874c661bec0d4bd7c140df1
|
||||
size 84598
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 04:05:48 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user