Accepting request 1166555 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 24.3.0 OBS-URL: https://build.opensuse.org/request/show/1166555 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-navigator?expand=0&rev=7
This commit is contained in:
parent
7356ef2ad8
commit
a5b7c00dfe
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/ansible/ansible-navigator</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v24.2.0</param>
|
||||
<param name="revision">v24.3.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ansible/ansible-navigator</param>
|
||||
<param name="changesrevision">7ae41b53efb1d115b5dd8bc126708ff822c3762f</param></service></servicedata>
|
||||
<param name="changesrevision">cb39980b3dcc5169a5fde8c8ff9ec2749e03c95b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2f5622411cd5d8f878c8b94c298e8047aa96bca7f4d1ff25f5c4509ad8afd80
|
||||
size 2537073
|
3
ansible-navigator-24.3.0.tar.gz
Normal file
3
ansible-navigator-24.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ebf178094df353f9b4a454c757b179a498dcb95fea5517e587fdc0cdc6464d4
|
||||
size 2610748
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 05:36:59 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 24.3.0:
|
||||
* Minor Changes
|
||||
- Update creator-ee to 24.2.0 (#1683) @shatakshiiii
|
||||
- Drop support to Python 3.9 (#1670) @cristianonicolai
|
||||
* Bugfixes
|
||||
- Test suite: Support for libtmux 0.30.1+ (#1687) @tony
|
||||
- drop setuptools_scm_git_archive (#1716) @jose1711
|
||||
- Fix conditional import compatibility (#1666) @NilashishC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 17:09:01 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -38,14 +38,14 @@
|
||||
%endif
|
||||
|
||||
Name: ansible-navigator
|
||||
Version: 24.2.0
|
||||
Version: 24.3.0
|
||||
Release: 0
|
||||
Summary: A text-based user interface (TUI) for Ansible
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/ansible/ansible-navigator
|
||||
Source: ansible-navigator-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: %{ansible_python}-base >= 3.9
|
||||
BuildRequires: %{ansible_python}-base >= 3.10
|
||||
BuildRequires: %{ansible_python}-pip
|
||||
BuildRequires: %{ansible_python}-setuptools
|
||||
BuildRequires: %{ansible_python}-setuptools_scm
|
||||
|
Loading…
x
Reference in New Issue
Block a user