Accepting request 1205486 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205486 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=99
This commit is contained in:
commit
e84ac33ddd
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pygobject.git</param>
|
||||
<param name="revision">3.48.2</param>
|
||||
<param name="revision">3.50.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b284a70c43d79909a604f020b798237eff2a6d460f8812043b57b449a366ee0
|
||||
size 2975756
|
BIN
pygobject-3.50.0.obscpio
(Stored with Git LFS)
Normal file
BIN
pygobject-3.50.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: pygobject
|
||||
version: 3.48.2
|
||||
mtime: 1712387303
|
||||
commit: 02be5508acd0abd8567b319e0830947994c57320
|
||||
version: 3.50.0
|
||||
mtime: 1726139389
|
||||
commit: 48a875ea1c33f275f3f751d0d0a48762526a1abe
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 12:32:33 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.50.0:
|
||||
+ tests: Fix event test errors when GTK is not installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 18:59:31 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.49.0:
|
||||
+ Rename master branch to main
|
||||
+ Drop support for Python 3.8
|
||||
+ Add Override for Gio.DataInputStream
|
||||
+ Treat GParamSpec as any other fundamental type
|
||||
+ override connection.register_object to prevent an invocation
|
||||
object from leaking
|
||||
+ Various PyPy related fixes
|
||||
+ bind_property: Accept keyword arguments
|
||||
+ Various documentation improvements
|
||||
+ Python2 / GTK2 cleanups
|
||||
+ asyncio integration with support to await Gio async functions
|
||||
+ meson: move from .egg-info to .dist-info/METADATA
|
||||
+ build: fixes for building with gobject-introspection 1.81
|
||||
- Stop removing executable bits from examples, no longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 06:47:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
%define libffi_version 3.0
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-gobject
|
||||
Version: 3.48.2
|
||||
Version: 3.50.0
|
||||
Release: 0
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1-or-later
|
||||
@ -124,8 +124,6 @@ addon libraries such as pygtk in both Python2 and Python3.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
# Remove the executable bits from example scripts:
|
||||
find examples -name '*.py' -exec chmod -R -x {} +
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
@ -157,7 +155,8 @@ find %{buildroot}%{$python_sitearch} -name GIMarshallingTests* -delete -print
|
||||
}
|
||||
|
||||
find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete
|
||||
rm %{buildroot}%{_libdir}/*/site-packages/*.egg-info
|
||||
# Nuke a stray metadata file
|
||||
find %{buildroot}%{python_sitearch}/PyGObject*/ "(" -name 'METADATA' ")" -delete -print
|
||||
|
||||
%{?python_compileall}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
@ -165,7 +164,6 @@ rm %{buildroot}%{_libdir}/*/site-packages/*.egg-info
|
||||
%files %{python_files}
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%doc examples/
|
||||
%{python_sitearch}/gi/
|
||||
# Lives in cairo subpackage
|
||||
%exclude %{python_sitearch}/gi/_gi_cairo*.so
|
||||
|
Loading…
Reference in New Issue
Block a user