Hello community,
here is the log from the commit of package python-django-codemod for
openSUSE:Factory checked in at 2020-11-29 12:29:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-codemod (Old)
and /work/SRC/openSUSE:Factory/.python-django-codemod.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-codemod"
Sun Nov 29 12:29:45 2020 rev:2 rq:851337 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-codemod/python-django-codemod.changes
2020-08-28 21:21:28.692327609 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-codemod.new.5913/python-django-codemod.changes
2020-11-29 12:29:58.750096295 +0100
@@ -1,0 +2,6 @@
+Thu Nov 26 08:48:41 UTC 2020 - John Vandenberg <[email protected]>
+
+- Update to v1.0.0
+ * See https://github.com/browniebroke/django-codemod/compare/v0.13.0...v1.0.0
+
+-------------------------------------------------------------------
Old:
----
django-codemod-0.13.0.tar.gz
New:
----
django-codemod-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-codemod.spec ++++++
--- /var/tmp/diff_new_pack.S8JV6c/_old 2020-11-29 12:29:59.246096797 +0100
+++ /var/tmp/diff_new_pack.S8JV6c/_new 2020-11-29 12:29:59.250096802 +0100
@@ -18,19 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-codemod
-Version: 0.13.0
+Version: 1.0.0
Release: 0
Summary: Collections of libCST codemodders to upgrade Django
License: MIT
Group: Development/Languages/Python
URL: https://github.com/browniebroke/django-codemod
-Source:
https://files.pythonhosted.org/packages/source/d/django-codemod/django-codemod-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
+Source:
https://github.com/browniebroke/django-codemod/archive/v%{version}.tar.gz#/django-codemod-%{version}.tar.gz
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module poetry}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-click
Requires: python-libcst
Requires: python-rich
+Recommends: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
@@ -49,14 +51,14 @@
%prep
%setup -q -n django-codemod-%{version}
-sed -i 's/rich<5/rich/' setup.cfg
-sed -i '/addopts/d' setup.cfg
+sed -i 's/rich = ".*"/rich = "*"/' pyproject.toml
+sed -i '/addopts/d' pyproject.toml
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/djcodemod
%python_expand %fdupes %{buildroot}%{$python_sitelib}
++++++ django-codemod-0.13.0.tar.gz -> django-codemod-1.0.0.tar.gz ++++++
++++ 5175 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]