Accepting request 1164512 from GNOME:Next
- Update to version 1.80.1: + Require Python 3.8 when running mypy. + Ensure that POSIX types follow the target architecture. + Look for finish functions inside the list of constructors. OBS-URL: https://build.opensuse.org/request/show/1164512 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=253
This commit is contained in:
parent
3e5176eca5
commit
e83a7eb50f
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gobject-introspection.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gobject-introspection.git</param>
|
||||||
<param name="revision">1.80.0</param>
|
<param name="revision">1.80.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7f59383fdd41b5b512349d9ff3b6b963236a2204fadb3e4ff389476806c522a
|
|
||||||
size 9083917
|
|
3
gobject-introspection-1.80.1.obscpio
Normal file
3
gobject-introspection-1.80.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:000756fa81bc5402f20ac092abbd37772320fdb00a0dacad033911be6c9fb249
|
||||||
|
size 9105421
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 4 08:14:39 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.80.1:
|
||||||
|
+ Require Python 3.8 when running mypy.
|
||||||
|
+ Ensure that POSIX types follow the target architecture.
|
||||||
|
+ Look for finish functions inside the list of constructors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 9 19:06:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sat Mar 9 19:06:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gobject-introspection
|
name: gobject-introspection
|
||||||
version: 1.80.0
|
version: 1.80.1
|
||||||
mtime: 1710008586
|
mtime: 1711977685
|
||||||
commit: 2f3fe819bbb5b3bce1462fe02405c2f9ffdce0d3
|
commit: 9cad2563baf4ddd5197ce8141afc0c0579050f74
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.80.0
|
Version: 1.80.1
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
# FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh.
|
||||||
Summary: GObject Introspection Tools
|
Summary: GObject Introspection Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user