From 39454a4b4a0cfee99df046a65e12ff98fa1c0473 Mon Sep 17 00:00:00 2001 From: nkrapp <> Date: Dec 07 2024 17:27:55 +0000 Subject: Update python-pylibfdt to version 1.7.2 / rev 2 via SR 1228561 https://build.opensuse.org/request/show/1228561 by user nkrapp + anag+factory --- diff --git a/.files b/.files index e644ff8..b584f62 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 16cd2a3..b77f6a7 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ <comment></comment> <requestid>971937</requestid> </revision> + <revision rev="2" vrev="1"> + <srcmd5>082d1563a8136247ed1c8f80147e341d</srcmd5> + <version>1.7.2</version> + <time>1733491537</time> + <user>anag+factory</user> + <comment></comment> + <requestid>1228561</requestid> + </revision> </revisionlist> diff --git a/pylibfdt-1.6.1.tar.gz b/pylibfdt-1.6.1.tar.gz deleted file mode 120000 index a8209dc..0000000 --- a/pylibfdt-1.6.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreieqyzt4llpujrvlf4j33rlglgejo6cmpn4bx3mrazhhg455e4fxpa \ No newline at end of file diff --git a/pylibfdt-1.7.2.tar.gz b/pylibfdt-1.7.2.tar.gz new file mode 120000 index 0000000..bf0013b --- /dev/null +++ b/pylibfdt-1.7.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreifrrrweaqao2q3u2cqufxg3a7suajlu74jqirkadgq73ettlnkhky \ No newline at end of file diff --git a/python-pylibfdt.changes b/python-pylibfdt.changes index f1abb07..1c4ff38 100644 --- a/python-pylibfdt.changes +++ b/python-pylibfdt.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +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> - Initial package (1.6.1) diff --git a/python-pylibfdt.spec b/python-pylibfdt.spec index a969659..ad10fec 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}