From 162d4070b321ce5dfcd8a99e8daca5de2d07d35e4e4f02450f7dd4e4d7129a34 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 22 May 2022 10:21:22 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20Bump=20test=20dependencies=20(#141)=20?= =?UTF-8?q?=20-=20Add=20support=20for=20tower=20requirements=20(#140)=20?= =?UTF-8?q?=20-=20Add=20offline=20option=20to=20prepare=5Fenvironment=20(#?= =?UTF-8?q?138)=20=20=20=20Fixes:=20#137=20=20-=20chore:=20pre-commit=20au?= =?UTF-8?q?toupdate=20(#136)=20=20=20=20updates:=20=20=20=20-=20[github.co?= =?UTF-8?q?m/pre-commit/mirrors-mypy:=20v0.942=20=C3=A2=C2=86=C2=92=20v0.9?= =?UTF-8?q?50](https://github.com/pre-commit/mirrors-mypy/compare/v0.942..?= =?UTF-8?q?.v0.950)=20=20=20=20-=20[github.com/pycqa/pylint:=20v2.13.5=20?= =?UTF-8?q?=C3=A2=C2=86=C2=92=20v2.13.8](https://github.com/pycqa/pylint/c?= =?UTF-8?q?ompare/v2.13.5...v2.13.8)=20=20=20=20Co-authored-by:=20pre-comm?= =?UTF-8?q?it-ci[bot]=20<66853113+pre-commit-ci[bot]@users.noreply.github.?= =?UTF-8?q?com>=20=20-=20Bump=20pre-commit=20hooks=20(#133)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/python-ansible-compat?expand=0&rev=6 --- ansible-compat-2.0.2.tar.gz | 3 --- ansible-compat-2.0.4.tar.gz | 3 +++ python-ansible-compat.changes | 14 ++++++++++++++ python-ansible-compat.spec | 20 ++++++++++---------- 4 files changed, 27 insertions(+), 13 deletions(-) delete mode 100644 ansible-compat-2.0.2.tar.gz create mode 100644 ansible-compat-2.0.4.tar.gz diff --git a/ansible-compat-2.0.2.tar.gz b/ansible-compat-2.0.2.tar.gz deleted file mode 100644 index b1a2f7a..0000000 --- a/ansible-compat-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c651995dc323ef145bab857fee6540febc881fb71b7feafe8163d49e273163a5 -size 35072 diff --git a/ansible-compat-2.0.4.tar.gz b/ansible-compat-2.0.4.tar.gz new file mode 100644 index 0000000..4400182 --- /dev/null +++ b/ansible-compat-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5fb21c1ff069e84ac5fc17f6c8d2261c2a7b299986be810d339dfc77c128a9 +size 35447 diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index 1ac993b..8535226 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 22 10:21:20 UTC 2022 - Sebastian Wagner + +- - Bump test dependencies (#141) + - Add support for tower requirements (#140) + - Add offline option to prepare_environment (#138) + Fixes: #137 + - chore: pre-commit autoupdate (#136) + updates: + - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.950](https://github.com/pre-commit/mirrors-mypy/compare/v0.942...v0.950) + - [github.com/pycqa/pylint: v2.13.5 → v2.13.8](https://github.com/pycqa/pylint/compare/v2.13.5...v2.13.8) + Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> + - Bump pre-commit hooks (#133) + ------------------------------------------------------------------- Fri Apr 1 18:50:42 UTC 2022 - Sebastian Wagner diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index ddceee0..2caee06 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -19,28 +19,28 @@ # only works with the python version which the package 'ansible' uses %define pythons python3 Name: python-ansible-compat -Version: 2.0.2 +Version: 2.0.4 Release: 0 Summary: Compatibility shim for Ansible 2.9 and newer License: MIT URL: https://github.com/ansible-community/ansible-compat Source: https://files.pythonhosted.org/packages/source/a/ansible-compat/ansible-compat-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools_scm_git_archive} +BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-mock} -BuildRequires: ansible -BuildRequires: %{python_module flaky} -BuildRequires: %{python_module subprocess-tee} BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module flaky} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module subprocess-tee} +BuildRequires: ansible # /SECTION BuildRequires: fdupes -BuildRequires: python-rpm-generators +BuildRequires: python-rpm-generators %{?python_enable_dependency_generator} BuildArch: noarch %python_subpackages From 5fb4d579f80f242a383d1ab349602d8f367cc526264fb9e7789ad5b392d147ed Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 22 May 2022 10:22:29 +0000 Subject: [PATCH 2/2] - update to version 2.0.4: OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/python-ansible-compat?expand=0&rev=7 --- python-ansible-compat.changes | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index 8535226..8b5bc2a 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,16 +1,10 @@ ------------------------------------------------------------------- Sun May 22 10:21:20 UTC 2022 - Sebastian Wagner -- - Bump test dependencies (#141) +- update to version 2.0.4: - Add support for tower requirements (#140) - Add offline option to prepare_environment (#138) Fixes: #137 - - chore: pre-commit autoupdate (#136) - updates: - - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.950](https://github.com/pre-commit/mirrors-mypy/compare/v0.942...v0.950) - - [github.com/pycqa/pylint: v2.13.5 → v2.13.8](https://github.com/pycqa/pylint/compare/v2.13.5...v2.13.8) - Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> - - Bump pre-commit hooks (#133) ------------------------------------------------------------------- Fri Apr 1 18:50:42 UTC 2022 - Sebastian Wagner