Accepting request 1129050 from GNOME:Factory

New upstream release (forwarded request 1128804 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1129050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gi-docgen?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2023-11-28 21:17:59 +00:00 committed by Git OBS Bridge
commit f12f176915
4 changed files with 41 additions and 7 deletions

BIN
gi-docgen-2023.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
gi-docgen-2023.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:977616bcc0e2735bb596c71e8eb34533526680740c666e87f9dfc323acd488f0
size 2525675

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sat Nov 25 20:05:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2023.3:
+ Fixed:
- Add missing dependency
- Add missing test data to the source archive
- Changes from version 2023.2:
+ Added:
- Use packaging module to properly compare versions
- Add "implements" in class definition pseudocode
- Ignore the first class instance struct field
- Parse default-value attribute
- Test the gtk-doc sigil parsing
- Support admonitions in docblocks
- Add link to the extra content files location in the source
repository
- Search for GIR XML in $GI_GIR_PATH and /usr/share/gir-1.0
- Add fallback for missing "since"
+ Changed:
- Redesign the search results
- Redesign the index for enumeration types
+ Fixed:
- Match dependencies list in the index and sidebar
- Use KeyboardEvent.key to focus search input
- Build fixes for subproject use
- Remove display:flex from headings
- Split transfer notes based on direction
- Clarify signal flags
- Hide build section if empty
- Always explicitely use utf-8 when reading/writing files
- Use color-scheme: dark when in dark mode
- Drop python3-tomli BuildRequires: No longer needed.
- Add python3-packaging BuildRequires/Requires: New dependency.
-------------------------------------------------------------------
Tue Jan 10 13:13:36 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>

View File

@ -18,7 +18,7 @@
%define pythons python3
Name: python-gi-docgen
Version: 2023.1
Version: 2023.3
Release: 0
Summary: A documentation generator for GObject-based libraries
# For reference, as some scripts are known to reorder things:
@ -39,15 +39,14 @@ BuildRequires: python3-Jinja2
BuildRequires: python3-Markdown
BuildRequires: python3-MarkupSafe
BuildRequires: python3-Pygments
BuildRequires: python3-packaging
BuildRequires: python3-typogrify
# As of version 2023.1, gi-docgen uses tomlib (which is available in the
# standard library) for Python 3.11+ and tomli/toml for older releases.
BuildRequires: (python3-tomli if ((python310-base with python3-base) or (python39-base with python3-base)))
Requires: python3-Jinja2
Requires: python3-Markdown > 3.2.0
Requires: python3-MarkupSafe
Requires: python3-Pygments
Requires: python3-packaging
Requires: python3-typogrify
Requires: (python3-tomli if ((python310-base with python3-base) or (python39-base with python3-base)))