diff --git a/django_coverage_plugin-1.6.0.tar.gz b/django_coverage_plugin-1.6.0.tar.gz deleted file mode 100644 index 8642037..0000000 --- a/django_coverage_plugin-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a32eadad263b4eeea3820929866ef27b9147cf575e0a228e858311309cf5e686 -size 19214 diff --git a/django_coverage_plugin-1.8.0.tar.gz b/django_coverage_plugin-1.8.0.tar.gz new file mode 100644 index 0000000..45ed74e --- /dev/null +++ b/django_coverage_plugin-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b756c1f172e02fbb60d95b236be738129eba10e84b70c3c33b138e73fde6fee +size 19438 diff --git a/python-django-coverage-plugin.changes b/python-django-coverage-plugin.changes new file mode 100644 index 0000000..8a84a17 --- /dev/null +++ b/python-django-coverage-plugin.changes @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 20 09:25:29 UTC 2020 - Tomáš Chvátal + +- Update to 1.8.0: + * Support coverage 5 + * New django and python support + +------------------------------------------------------------------- +Mon Feb 18 06:10:48 UTC 2019 - John Vandenberg + +- Initial spec for v1.6.0 diff --git a/python-django_coverage_plugin.spec b/python-django-coverage-plugin.spec similarity index 86% rename from python-django_coverage_plugin.spec rename to python-django-coverage-plugin.spec index 8aeb2b0..51d1da4 100644 --- a/python-django_coverage_plugin.spec +++ b/python-django-coverage-plugin.spec @@ -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 diff --git a/python-django_coverage_plugin.changes b/python-django_coverage_plugin.changes deleted file mode 100644 index d92aa9c..0000000 --- a/python-django_coverage_plugin.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Mon Feb 18 06:10:48 UTC 2019 - John Vandenberg - -- Initial spec for v1.6.0