Accepting request 997689 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/997689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mccabe?expand=0&rev=9
This commit is contained in:
commit
5486c13def
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f
|
||||
size 8612
|
BIN
mccabe-0.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
mccabe-0.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 08:28:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user