Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libeconf for openSUSE:Factory 
checked in at 2023-11-15 21:06:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libeconf (Old)
 and      /work/SRC/openSUSE:Factory/.libeconf.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libeconf"

Wed Nov 15 21:06:29 2023 rev:22 rq:1125835 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libeconf/libeconf.changes        2023-09-12 
21:03:14.236933005 +0200
+++ /work/SRC/openSUSE:Factory/.libeconf.new.17445/libeconf.changes     
2023-11-15 21:06:30.815661678 +0100
@@ -1,0 +2,24 @@
+Wed Nov 08 12:20:34 UTC 2023 - sch...@suse.com
+
+- Update to version 0.6.0:
+  * Supporting Linux Userspace API (UAPI) Group
+    chapter "Configuration Files Specification".
+    See: https://uapi-group.org/specifications/specs/
+                 configuration_files_specification/
+
+-------------------------------------------------------------------
+Fri Nov 03 16:44:38 UTC 2023 - sch...@suse.com
+
+- Update to version 0.5.3:
+  * Added bindings for python3 and C#
+
+-------------------------------------------------------------------
+Thu Oct 26 14:56:30 UTC 2023 - nico.kr...@suse.com
+
+- Update to version 0.5.2:
+  * Add python bindings (#188)
+  * docu version 0.5.2
+  * Fix test (#185)
+  * Plug memory leak (#186)
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2023-10-19 10:30:40.382780191 +0200
+++ /work/SRC/openSUSE:Factory/.libeconf.new.17445/python-libeconf.changes      
2023-11-15 21:06:30.867663597 +0100
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Mon Nov 13 07:55:36 UTC 2023 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Do not requires the library for the documentation
+
+------------------------------------------------------------------
+Wed Nov  8 12:45:07 UTC 2023 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Fix version comparison operator
+- Remove explicit python3-base requirement
+
+-------------------------------------------------------------------
+Fri Nov 03 16:44:38 UTC 2023 - sch...@suse.com
+
+- Update to version 1.1.1:
+  * Supporting Linux Userspace API (UAPI) Group
+    chapter "Configuration Files Specification".
+    See: https://uapi-group.org/specifications/specs/
+                 configuration_files_specification/
+                
+-------------------------------------------------------------------
+Fri Nov  3 10:12:29 UTC 2023 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Support only Python >= 3.10. PEP 604 is used for union types
+
+-------------------------------------------------------------------
+Fri Oct 27 08:42:26 UTC 2023 - Nico Krapp <nico.kr...@suse.com>
+
+- Version 1.1.0
+  * Added tests
+  * Support all functions form libeconf 0.5.2
+  * Bug fixes

Old:
----
  libeconf-0.5.2.tar.xz

New:
----
  _multibuild
  libeconf-0.6.0.tar.xz
  python-libeconf.changes
  python-libeconf.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libeconf.spec ++++++
--- /var/tmp/diff_new_pack.vJbuD4/_old  2023-11-15 21:06:32.423721009 +0100
+++ /var/tmp/diff_new_pack.vJbuD4/_new  2023-11-15 21:06:32.427721156 +0100
@@ -18,7 +18,7 @@
 
 %define lname  libeconf0
 Name:           libeconf
-Version:        0.5.2
+Version:        0.6.0
 Release:        0
 Summary:        Enhanced config file parser ala systemd
 License:        LGPL-2.1-or-later

++++++ python-libeconf.spec ++++++
#
# spec file for package python-libeconf
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?sle15_python_module_pythons}
%define skip_python39 1
Name:           python-libeconf
Version:        0.6.0
Release:        0
Summary:        Python bindings for libeconf
License:        LGPL-2.1-or-later
Group:          Development/Languages/Python
URL:            https://github.com/openSUSE/libeconf
Source:         libeconf-%{version}.tar.xz
BuildArch:      noarch
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module wheel}
BuildRequires:  python-rpm-macros
Requires:       libeconf0 = %{version}
Suggests:       python-libeconf-doc = %{version}
%python_subpackages

%description
Python bindings for libeconf

%package -n python-libeconf-doc
Summary:        Man page for python-libeconf

%description -n python-libeconf-doc
Man page for python-lineconf

%prep
%autosetup -n libeconf-%{version}/bindings/python3

%build
%pyproject_wheel

%install
%pyproject_install
mkdir -p %{buildroot}/usr/share/man/man3
cp docs/python-libeconf.3 %{buildroot}%{_mandir}/man3/

%files %python_files
%{python_sitelib}
# The cache is not always present
#pycache_only %{python_sitelib}/__pycache__

%files -n python-libeconf-doc
%defattr(-,root,root)
%{_mandir}/man3/*python-libeconf*

%changelog

++++++ _multibuild ++++++
<multibuild>
<flavor>python-libeconf</flavor>
</multibuild>


++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.vJbuD4/_old  2023-11-15 21:06:32.939740047 +0100
+++ /var/tmp/diff_new_pack.vJbuD4/_new  2023-11-15 21:06:32.967741080 +0100
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/openSUSE/libeconf.git</param>
-    <param 
name="changesrevision">535641ce1131db19d526e0f1d1d43437b87add44</param>
+    <param 
name="changesrevision">1eef99e3144811c0acf905bb2e67a78633ee6eaf</param>
  </service>
 </servicedata>
 (No newline at EOF)

++++++ libeconf-0.5.2.tar.xz -> libeconf-0.6.0.tar.xz ++++++
++++ 9004 lines of diff (skipped)

Reply via email to