diff --git a/mccabe-0.6.1.tar.gz b/mccabe-0.6.1.tar.gz deleted file mode 100644 index 5e3204a..0000000 --- a/mccabe-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f -size 8612 diff --git a/mccabe-0.7.0.tar.gz b/mccabe-0.7.0.tar.gz new file mode 100644 index 0000000..db59c9e --- /dev/null +++ b/mccabe-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325 +size 9658 diff --git a/python-mccabe.changes b/python-mccabe.changes index e9ac51c..ad4e502 100644 --- a/python-mccabe.changes +++ b/python-mccabe.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 18 08:28:37 UTC 2022 - Dirk Müller + +- update to 0.7.0: + * Drop support for all versions of Python lower than 3.6 + * Add support for Python 3.8, 3.9, and 3.10 + * Fix option declaration for Flake8 + ------------------------------------------------------------------- Wed Jul 3 09:10:58 UTC 2019 - Tomáš Chvátal diff --git a/python-mccabe.spec b/python-mccabe.spec index 0ad652c..8274e1a 100644 --- a/python-mccabe.spec +++ b/python-mccabe.spec @@ -1,7 +1,7 @@ # # spec file for package python-mccabe # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mccabe -Version: 0.6.1 +Version: 0.7.0 Release: 0 Summary: McCabe checker, plugin for flake8 License: MIT Group: Development/Languages/Python URL: https://github.com/flintwork/mccabe Source: https://files.pythonhosted.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz +BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module hypothesmith} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes