14
0

Accepting request 1228561 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1228561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylibfdt?expand=0&rev=2
This commit is contained in:
2024-12-06 13:25:37 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90c667c5adf44c6ab2f13bdc566598897784c7b781bed91064e7373bd270b778
size 50316

3
pylibfdt-1.7.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 5 12:27:14 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
- upgrade to 1.7.2:
- no upstream changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 21 22:45:38 UTC 2022 - Dirk Müller <dmueller@suse.com> Thu Apr 21 22:45:38 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pylibfdt # spec file for package python-pylibfdt
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pylibfdt Name: python-pylibfdt
Version: 1.6.1 Version: 1.7.2
Release: 0 Release: 0
Summary: Python binding for libfdt Summary: Python binding for libfdt
License: BSD-2-Clause AND GPL-2.0-only License: BSD-2-Clause AND GPL-2.0-only
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://pypi.org/project/pylibfdt/ URL: https://pypi.org/project/pylibfdt/
Source: pylibfdt-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pylibfdt/pylibfdt-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}