Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-codemod for
openSUSE:Factory checked in at 2021-12-26 13:30:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-codemod (Old)
and /work/SRC/openSUSE:Factory/.python-django-codemod.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-codemod"
Sun Dec 26 13:30:22 2021 rev:3 rq:942490 version:1.6.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-codemod/python-django-codemod.changes
2020-11-29 12:29:58.750096295 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-codemod.new.2520/python-django-codemod.changes
2021-12-26 13:30:29.938959078 +0100
@@ -1,0 +2,52 @@
+Sat Dec 25 23:09:58 UTC 2021 - John Vandenberg <[email protected]>
+
+- Update to v1.6.6
+- from v1.6.0
+ * Support admin's ACTION_CHECKBOX_NAME compatibility import removal
+ * Support BaseContext, Context, ContextPopException and
+ RequestContext compatibility imports removal
+ * Support for BoundField compatibility import removal
+ * Support for pretty_name compatibility import removal
+ * Support for FieldDoesNotExist compatibility import removal
+ * Support for EmptyResultSet compatibility imports removal
+- from v1.5.7
+ * Rewrite parent module renaming logic
+- from v1.5.6
+ * Disable rename parent module imported
+- from v1.5.4
+ * Issue with command shadowing built-in
+ * Add a missing type hints in cli
+ * Type checking error
+- from v1.5.1
+ * Avoid extra spaces around kwargs in InlineHasAddPermissionsTransformer
+- from v1.5.0
+ * Handle deprecation for NullBooleanField
+ * Avoid spaces around kwarg in FixedOffsetTransformer
+ * Avoid extra whitespaces in kwargs from OnDeleteTransformer
+- from v1.4.1
+ * Update type annotations
+- from v1.4.0
+ * Handle rename when parent module is imported
+- from v1.3.6
+ * Mypy issues when following imports
+ * Type hint issues
+ * Error with star import
+- from v1.3.4
+ * Don't confuse kwargs with symbol to codemod
+- from v1.3.3
+ * Bug with attributes accessing
+ * Bug with scopes
+ * Add some missing type hints
+- from v1.3.2
+ * Bug when url() route uses the regex kwarg
+- from v1.3.1
+ * Support another slug pattern
+ * Migrate partial patterns to path
+- from v1.3.0
+ * Add fixer for django.utils.http.cookie_date
+- from v1.2.0
+ * Make it runnable as pre-commit hook
+- from v1.1.0
+ * Ignore files according to .gitignore
+
+-------------------------------------------------------------------
Old:
----
django-codemod-1.0.0.tar.gz
New:
----
django-codemod-1.6.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-codemod.spec ++++++
--- /var/tmp/diff_new_pack.ZKcS6W/_old 2021-12-26 13:30:31.250959992 +0100
+++ /var/tmp/diff_new_pack.ZKcS6W/_new 2021-12-26 13:30:31.254959995 +0100
@@ -16,9 +16,10 @@
#
+%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-codemod
-Version: 1.0.0
+Version: 1.6.6
Release: 0
Summary: Collections of libCST codemodders to upgrade Django
License: MIT
@@ -31,6 +32,7 @@
BuildRequires: python-rpm-macros
Requires: python-click
Requires: python-libcst
+Requires: python-pathspec
Requires: python-rich
Recommends: python-setuptools
Requires(post): update-alternatives
@@ -38,6 +40,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django}
+BuildRequires: %{python_module pathspec}
BuildRequires: %{python_module click}
BuildRequires: %{python_module libcst}
BuildRequires: %{python_module parameterized}
@@ -72,7 +75,7 @@
%pytest
%files %{python_files}
-%doc README.md
+%doc CHANGELOG.md README.md docs/*.md
%license LICENSE
%python_alternative %{_bindir}/djcodemod
%{python_sitelib}/*
++++++ django-codemod-1.0.0.tar.gz -> django-codemod-1.6.6.tar.gz ++++++
++++ 6393 lines of diff (skipped)