From b39275446cfbdee315940ea921dcda0826e6f8934259b6c37bdd8cbace83a7ec Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Thu, 5 Dec 2024 16:13:59 +0000 Subject: [PATCH] Accepting request 1228527 from home:Jianhua:devel-tools - upgrade to 1.7.2: - no upstream changelog OBS-URL: https://build.opensuse.org/request/show/1228527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibfdt?expand=0&rev=5 --- pylibfdt-1.6.1.tar.gz | 3 --- pylibfdt-1.7.2.tar.gz | 3 +++ python-pylibfdt.changes | 6 ++++++ python-pylibfdt.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pylibfdt-1.6.1.tar.gz create mode 100644 pylibfdt-1.7.2.tar.gz diff --git a/pylibfdt-1.6.1.tar.gz b/pylibfdt-1.6.1.tar.gz deleted file mode 100644 index 919a9f2..0000000 --- a/pylibfdt-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90c667c5adf44c6ab2f13bdc566598897784c7b781bed91064e7373bd270b778 -size 50316 diff --git a/pylibfdt-1.7.2.tar.gz b/pylibfdt-1.7.2.tar.gz new file mode 100644 index 0000000..1d47700 --- /dev/null +++ b/pylibfdt-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18c6c40400ed4374d0a142dcdb07e5402574ff1304454019a1fd92735b54756 +size 61608 diff --git a/python-pylibfdt.changes b/python-pylibfdt.changes index 7519da3..3da4065 100644 --- a/python-pylibfdt.changes +++ b/python-pylibfdt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 5 12:27:14 UTC 2024 - Jianhua Lu + +- upgrade to 1.7.2: + - no upstream changelog + ------------------------------------------------------------------- Thu Apr 21 22:45:38 UTC 2022 - Dirk Müller diff --git a/python-pylibfdt.spec b/python-pylibfdt.spec index c93a670..6d4393a 100644 --- a/python-pylibfdt.spec +++ b/python-pylibfdt.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pylibfdt -Version: 1.6.1 +Version: 1.7.2 Release: 0 Summary: Python binding for libfdt License: BSD-2-Clause AND GPL-2.0-only Group: Development/Languages/Python 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 setuptools_scm} BuildRequires: %{python_module setuptools}