From 9c715eb0404e7e2c19cf7c1bddd5fe934e0ad414809465ffa345cab9bb9662f6 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 10 Jan 2022 23:09:01 +0000 Subject: [PATCH] Accepting request 945446 from home:jayvdb:branches:devel:languages:python:django - Update to v1.7.0 * Avoid imports in try blocks OBS-URL: https://build.opensuse.org/request/show/945446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-codemod?expand=0&rev=7 --- django-codemod-1.6.6.tar.gz | 3 --- django-codemod-1.7.0.tar.gz | 3 +++ python-django-codemod.changes | 6 ++++++ python-django-codemod.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 django-codemod-1.6.6.tar.gz create mode 100644 django-codemod-1.7.0.tar.gz diff --git a/django-codemod-1.6.6.tar.gz b/django-codemod-1.6.6.tar.gz deleted file mode 100644 index 7f4ff4b..0000000 --- a/django-codemod-1.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3de221f6e1b80e623f5e1318f0646d70d1da0e525c8a6f1d727f43bbb41b348f -size 102897 diff --git a/django-codemod-1.7.0.tar.gz b/django-codemod-1.7.0.tar.gz new file mode 100644 index 0000000..e64c09e --- /dev/null +++ b/django-codemod-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23011acffac39ea9f3b89d4b0fd5494b73a926b5ad041e041c4c14144d99144f +size 103370 diff --git a/python-django-codemod.changes b/python-django-codemod.changes index 3f0b5e7..6e8ef31 100644 --- a/python-django-codemod.changes +++ b/python-django-codemod.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 10 22:39:58 UTC 2022 - John Vandenberg + +- Update to v1.7.0 + * Avoid imports in try blocks + ------------------------------------------------------------------- Fri Jan 7 01:16:26 UTC 2022 - John Vandenberg diff --git a/python-django-codemod.spec b/python-django-codemod.spec index 7445c85..3fc01f8 100644 --- a/python-django-codemod.spec +++ b/python-django-codemod.spec @@ -17,10 +17,9 @@ %define skip_python2 1 -%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-django-codemod -Version: 1.6.6 +Version: 1.7.0 Release: 0 Summary: Collections of libCST codemodders to upgrade Django License: MIT