From e389d6827cdd537fdb40f9100c98e1a4f1f51a3dc829fb66d5ac936d445a32a2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 12:38:06 +0000 Subject: [PATCH] - update to 3.0.0: * Dropped support for Python 2.7, Python 3.6, and Django 1.8. * Declare our support for Python 3.11 and Django 4.1. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-coverage-plugin?expand=0&rev=12 --- django_coverage_plugin-2.0.3.tar.gz | 3 --- django_coverage_plugin-3.0.0.tar.gz | 3 +++ python-django-coverage-plugin.changes | 7 +++++++ python-django-coverage-plugin.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 django_coverage_plugin-2.0.3.tar.gz create mode 100644 django_coverage_plugin-3.0.0.tar.gz diff --git a/django_coverage_plugin-2.0.3.tar.gz b/django_coverage_plugin-2.0.3.tar.gz deleted file mode 100644 index 7a0df99..0000000 --- a/django_coverage_plugin-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bd260ff133a8dfe48288a71893b279f108df421fd12296199a5c2fc9f27376f -size 23591 diff --git a/django_coverage_plugin-3.0.0.tar.gz b/django_coverage_plugin-3.0.0.tar.gz new file mode 100644 index 0000000..35e2938 --- /dev/null +++ b/django_coverage_plugin-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efff07b1292e0d39c2888c8a18bbac41064cef014c2c2ed0add2b40af4a9f95 +size 23780 diff --git a/python-django-coverage-plugin.changes b/python-django-coverage-plugin.changes index 22dc023..d7e72f9 100644 --- a/python-django-coverage-plugin.changes +++ b/python-django-coverage-plugin.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 10 12:37:29 UTC 2023 - Dirk Müller + +- update to 3.0.0: + * Dropped support for Python 2.7, Python 3.6, and Django 1.8. + * Declare our support for Python 3.11 and Django 4.1. + ------------------------------------------------------------------- Sat Sep 3 03:48:09 UTC 2022 - John Vandenberg diff --git a/python-django-coverage-plugin.spec b/python-django-coverage-plugin.spec index 8684820..73c48e2 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) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-django-coverage-plugin -Version: 2.0.3 +Version: 3.0.0 Release: 0 Summary: Django template coveragepy plugin License: Apache-2.0