Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-lint for openSUSE:Factory checked in at 2022-12-24 17:17:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-lint (Old) and /work/SRC/openSUSE:Factory/.ansible-lint.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-lint" Sat Dec 24 17:17:52 2022 rev:14 rq:1045199 version:6.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-lint/ansible-lint.changes 2022-12-05 18:02:05.880874614 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-lint.new.1563/ansible-lint.changes 2022-12-24 17:17:54.706984482 +0100 @@ -1,0 +2,24 @@ +Fri Dec 16 12:46:39 UTC 2022 - Johannes Kastl <ka...@b1-systems.de> + +- convert from setup.cfg to pyproject.toml +- update to 6.10.0: + * Minor Changes + - Add schema for Antsibull changelogs (#2814) @ssbarnea + - Add a rule to validate module options (#2749) @ganeshrn + - Add meta-unsupported-ansible rule for checking requires_ansible values (#2770) @alisonlhart + * Bugfixes + - Avoid running lookup filters while evaluating jinja2 (#2821) @ssbarnea + - Update schema to accept a list for 'listen' (#2817) @zigarn + - Update changelog schema etag (#2818) @ssbarnea + - Fix args validation with setup module (#2813) @ssbarnea + - Adopt PEP-621 packaging (#2807) @ssbarnea + - Restore classic behavior of offline mode (#2806) @ssbarnea + - Avoid false positive with name[casing] (#2800) @ssbarnea + - Use JSON Schema to validate own config file (#2797) @ssbarnea + - Add has_jinja and has_glob to text module (#2794) @ssbarnea + - Update schema etags (#2791) @ssbarnea + - Fix redirected links (#2790) @ssbarnea + - Correct schema refresh logic (#2785) @ssbarnea + - Add OracleLinux to supported platforms and include version 8.7 and 9.1 (#2783) @facorazza + +------------------------------------------------------------------- Old: ---- ansible-lint-6.9.1.tar.gz New: ---- ansible-lint-6.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-lint.spec ++++++ --- /var/tmp/diff_new_pack.KT7JAo/_old 2022-12-24 17:17:55.774990926 +0100 +++ /var/tmp/diff_new_pack.KT7JAo/_new 2022-12-24 17:17:55.778990950 +0100 @@ -31,7 +31,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 6.9.1 +Version: 6.10.0 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT @@ -98,17 +98,23 @@ %prep %setup -n %{name}-%{version} -sed -ri 's/(\[metadata\])/\1\nversion = %{version}/' setup.cfg +sed -i '/^dynamic/d' pyproject.toml +sed -i '/^description/a version = "%{version}"' pyproject.toml sed -i '1{/\/usr\/bin\/env python/d;}' src/ansiblelint/__main__.py %build -%{ansible_python_executable} -mpip wheel --no-deps --disable-pip-version-check --use-pep517 --no-build-isolation --progress-bar off --verbose . -w build/ +%{ansible_python_executable} -mpip wheel --no-deps --disable-pip-version-check --use-pep517 --no-build-isolation --progress-bar off --verbose --wheel-dir ./build/ . +mkdir -p ./dist +cp ./build/ansible_lint-*-none-any.whl ./dist/ %install -%{ansible_python_executable} -mpip install --root %{buildroot} --disable-pip-version-check --no-compile --no-deps --progress-bar off build/ansible_lint-*.whl + +%{ansible_python_executable} -mpip install --root %{buildroot} --disable-pip-version-check --no-compile --no-deps --progress-bar off --ignore-installed --no-index --verbose --find-links build/ansible_lint-*.whl ansible_lint==%{version} find %{buildroot}/%{ansible_python_sitelib} -name '*.pyc' -delete %{ansible_python_executable} -m compileall %{buildroot}/%{ansible_python_sitelib} %{ansible_python_executable} -O -m compileall %{buildroot}/%{ansible_python_sitelib} +cp -vr src/ansiblelint/schemas %{buildroot}/%{ansible_python_sitelib}/%{lib_name}/ +cp -vr src/ansiblelint/data %{buildroot}/%{ansible_python_sitelib}/%{lib_name}/ %fdupes -s %{buildroot}/%{ansible_python_sitelib} ++++++ ansible-lint-6.9.1.tar.gz -> ansible-lint-6.10.0.tar.gz ++++++ ++++ 3257 lines of diff (skipped)