Accepting request 1318256 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1318256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docsible?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 14:28:25 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 0.8.0:
|
||||
* Enforce sort order of files by @jules2689 in #105
|
||||
* add support for python <=3.9 and update template handling by
|
||||
@adietrich-ussignal in #108
|
||||
* fix whitespace for description fields by @adietrich-ussignal in
|
||||
#109
|
||||
* docs: correct errors in README.md by @Kloppi313 in #110
|
||||
* Implement # type: to override type of variables by @dbrennand
|
||||
in #115
|
||||
* Update dt_update to use ISO 8601 Date Format by @dbrennand in
|
||||
#116
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 08:16:50 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
+8
-8
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package docsible
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -38,26 +38,26 @@
|
||||
%endif
|
||||
|
||||
Name: docsible
|
||||
Version: 0.7.25
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Auto documentation for Ansible roles and collections
|
||||
License: MIT
|
||||
URL: https://github.com/docsible/docsible
|
||||
# PyPI tarball does not contain tests directory...
|
||||
Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{ansible_python}-pip
|
||||
BuildRequires: %{ansible_python}-poetry-core
|
||||
BuildRequires: %{ansible_python}-click >= 8.1.7
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: %{ansible_python}-Jinja2 >= 3.1.2
|
||||
BuildRequires: %{ansible_python}-PyYAML >= 6.0.1
|
||||
BuildRequires: %{ansible_python}-click >= 8.1.7
|
||||
BuildRequires: %{ansible_python}-pip
|
||||
BuildRequires: %{ansible_python}-poetry-core
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{ansible_python}-pytest
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: %{ansible_python}-click >= 8.1.7
|
||||
Requires: %{ansible_python}-Jinja2 >= 3.1.2
|
||||
Requires: %{ansible_python}-PyYAML >= 6.0.1
|
||||
Requires: %{ansible_python}-click >= 8.1.7
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:106f5358ecdecd53d7b6034e14bdf863125f2109b3f15841ee1ca4b9ae1cade7
|
||||
size 27127
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13c6aaa503e083a3c624b87f2426fb3fa23e506579c8fafa2b71aa487275fbcc
|
||||
size 28010
|
||||
Reference in New Issue
Block a user