diff --git a/python-radon.changes b/python-radon.changes index 3141578..0794892 100644 --- a/python-radon.changes +++ b/python-radon.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 1 14:50:42 UTC 2019 - Marketa Calabkova + +- Update to 4.0.0 + * Support file configuration overrides + * Add support for analyzing Jupyter notebooks + ------------------------------------------------------------------- Fri May 24 12:52:16 UTC 2019 - pgajdos@suse.com diff --git a/python-radon.spec b/python-radon.spec index 0402b2a..adb1a32 100644 --- a/python-radon.spec +++ b/python-radon.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-radon -Version: 3.0.3 +Version: 4.0.0 Release: 0 Summary: Code Metrics in Python License: MIT @@ -69,7 +69,7 @@ rm -r */lib/radon/tests %check export LANG=en_US.UTF-8 -%python_exec -m pytest --strict +%pytest --strict %post %python_install_alternative radon diff --git a/radon-3.0.3.tar.gz b/radon-3.0.3.tar.gz deleted file mode 100644 index 0de16b5..0000000 --- a/radon-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee20308ce8bae7a89b067425b63b141a0077632ab318d5288da649c830882b3d -size 3407055 diff --git a/radon-4.0.0.tar.gz b/radon-4.0.0.tar.gz new file mode 100644 index 0000000..9bf50ca --- /dev/null +++ b/radon-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f799949e42e6899bc9304539de222d3bdaeec276f38fbd4034859ccd548b46 +size 1860852