Accepting request 1124264 from home:schubi2
- 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/ - Update to version 0.5.3: * Added bindings for python3 and C# ------------------------------------------------------------------ - Fix version comparison operator - Remove explicit python3-base requirement - 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/ OBS-URL: https://build.opensuse.org/request/show/1124264 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=16
This commit is contained in:
parent
cf0ed7c190
commit
12e719a8de
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/libeconf.git</param>
|
<param name="url">https://github.com/openSUSE/libeconf.git</param>
|
||||||
<param name="changesrevision">9e9adf213476fcf0e0f57691bc69e7a0b061ce92</param>
|
<param name="changesrevision">1eef99e3144811c0acf905bb2e67a78633ee6eaf</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ca1904127f826907778178ea7083e636a75e64c25246672df7c5e2b2eacb20d
|
|
||||||
size 160396
|
|
3
libeconf-0.6.0.tar.xz
Normal file
3
libeconf-0.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:512bf447bcf4e739fb87e77371a3a8fd870398f605e2dfa2a984a7df2f3cd23f
|
||||||
|
size 171036
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 08 12:20:34 UTC 2023 - schubi@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 - schubi@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.5.3:
|
||||||
|
* Added bindings for python3 and C#
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 26 14:56:30 UTC 2023 - nico.krapp@suse.com
|
Thu Oct 26 14:56:30 UTC 2023 - nico.krapp@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libeconf0
|
%define lname libeconf0
|
||||||
Name: libeconf
|
Name: libeconf
|
||||||
Version: 0.5.2
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Enhanced config file parser ala systemd
|
Summary: Enhanced config file parser ala systemd
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
------------------------------------------------------------------
|
||||||
|
Wed Nov 8 12:45:07 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||||
|
|
||||||
|
- Fix version comparison operator
|
||||||
|
- Remove explicit python3-base requirement
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 03 16:44:38 UTC 2023 - schubi@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 <aplanas@suse.com>
|
Fri Nov 3 10:12:29 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||||
|
|
||||||
|
@ -18,22 +18,21 @@
|
|||||||
|
|
||||||
%define skip_python39 1
|
%define skip_python39 1
|
||||||
Name: python-libeconf
|
Name: python-libeconf
|
||||||
Version: 1.1.0
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for libeconf
|
Summary: Python bindings for libeconf
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/openSUSE/libeconf
|
URL: https://github.com/openSUSE/libeconf
|
||||||
Source: libeconf-0.5.2.tar.xz
|
Source: libeconf-%{version}.tar.xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: libeconf0 >= 0.5.2
|
Requires: libeconf0 = %{version}
|
||||||
Requires: python3-base
|
Suggests: python-libeconf-doc = %{version}
|
||||||
Suggests: python-libeconf-doc == %{version}
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,7 +46,7 @@ Requires: python-libeconf
|
|||||||
Man page for python-lineconf
|
Man page for python-lineconf
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n libeconf-0.5.2/bindings/python3
|
%autosetup -n libeconf-%{version}/bindings/python3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user