forked from pool/python-radon
Accepting request 891269 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/891269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-radon?expand=0&rev=10
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 10:50:54 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 4.5.0
|
||||
* Add `--md` option to `cc` command to export results as Markdown
|
||||
* Add async function support to Halstead visitor
|
||||
* Use utf-8 as the default encoding on Python 3.0+
|
||||
* Allow custom config file path through the RADONCFG env var
|
||||
* Move `Flake8Checker` to separate, isolated module
|
||||
* Separate `flake8-polyfill` to extra requirements
|
||||
* Fix for Python 2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 15:05:19 CET 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-radon
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-radon
|
||||
Version: 4.1.0
|
||||
Version: 4.5.0
|
||||
Release: 0
|
||||
Summary: Code Metrics in Python
|
||||
License: MIT
|
||||
@@ -36,7 +36,7 @@ Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module colorama >= 0.4}
|
||||
BuildRequires: %{python_module colorama >= 0.4.1}
|
||||
BuildRequires: %{python_module flake8-polyfill}
|
||||
BuildRequires: %{python_module future}
|
||||
BuildRequires: %{python_module mando >= 0.6}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56082c52206db45027d4a73612e1b21663c4cc2be3760fee769d966fd7efdd6d
|
||||
size 3672016
|
||||
3
radon-4.5.0.tar.gz
Normal file
3
radon-4.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7afa65db14d759616ab68033e0e1caf1f624c97308dd256afa47518ecebddf6e
|
||||
size 1872980
|
||||
Reference in New Issue
Block a user