17
0

- Update to 1.8.0:

* Support coverage 5
  * New django and python support

- Initial spec for v1.6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-coverage-plugin?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2020-02-20 09:27:14 +00:00
committed by Git OBS Bridge
parent 682ff0461f
commit 6dc084dfb8
5 changed files with 21 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a32eadad263b4eeea3820929866ef27b9147cf575e0a228e858311309cf5e686
size 19214

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b756c1f172e02fbb60d95b236be738129eba10e84b70c3c33b138e73fde6fee
size 19438

View File

@@ -0,0 +1,11 @@
-------------------------------------------------------------------
Thu Feb 20 09:25:29 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.8.0:
* Support coverage 5
* New django and python support
-------------------------------------------------------------------
Mon Feb 18 06:10:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.6.0

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-django-coverage-plugin
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,27 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django_coverage_plugin
Version: 1.6.0
Name: python-django-coverage-plugin
Version: 1.8.0
Release: 0
Summary: Django template coveragepy plugin
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/nedbat/django_coverage_plugin
Source: https://github.com/nedbat/django_coverage_plugin/archive/v1.6.0.tar.gz#/django_coverage_plugin-%{version}.tar.gz
Source: https://github.com/nedbat/django_coverage_plugin/archive/v%{version}.tar.gz#/django_coverage_plugin-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
Requires: python-coverage >= 4.0
Requires: python-six >= 1.4.0
Provides: python-django_coverage_plugin = %{version}
Obsoletes: python-django_coverage_plugin < %{version}
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django}
BuildRequires: %{python_module unittest-mixins}
BuildRequires: %{python_module coverage >= 4.0}
BuildRequires: %{python_module six >= 1.4.0}
BuildRequires: %{python_module unittest-mixins}
# /SECTION
%python_subpackages

View File

@@ -1,4 +0,0 @@
-------------------------------------------------------------------
Mon Feb 18 06:10:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.6.0