From 32c40aa2ae303155130dd0a2d0cc2bb59d1988bd132993d2a988e36574dd089d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sun, 24 Jul 2022 14:31:43 +0000 Subject: [PATCH] - Update to version 2.3.0+git20220724.d9fd8cf3: * Reflect README with toml library change. * Use tomllib from the standard library on Python 3.11+ OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=940 --- _servicedata | 2 +- rpmlint-2.3.0+git20220721.32c15c31.tar.xz | 3 --- rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz | 3 +++ rpmlint.changes | 7 +++++++ rpmlint.spec | 5 +++-- 5 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 rpmlint-2.3.0+git20220721.32c15c31.tar.xz create mode 100644 rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz diff --git a/_servicedata b/_servicedata index 5b328c8..23eb100 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - 7c671e03d42a551263b3e1304549f8ecfe22a4f3 \ No newline at end of file + dee417432bc8249d323e4dc46b99a823dfeb37d8 \ No newline at end of file diff --git a/rpmlint-2.3.0+git20220721.32c15c31.tar.xz b/rpmlint-2.3.0+git20220721.32c15c31.tar.xz deleted file mode 100644 index 1891a72..0000000 --- a/rpmlint-2.3.0+git20220721.32c15c31.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0c04ec1627ad3144642a6cd9f46b3e13e08b963a73c6d20ef89b89199d9af9e -size 6753592 diff --git a/rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz b/rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz new file mode 100644 index 0000000..c3e29d4 --- /dev/null +++ b/rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9434e3657362d87e8714ecb8bafcde397b7fa7775df555ccc04d91df5edfc216 +size 6753732 diff --git a/rpmlint.changes b/rpmlint.changes index 2d2724d..7471dd4 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jul 24 14:30:23 UTC 2022 - mliska@suse.cz + +- Update to version 2.3.0+git20220724.d9fd8cf3: + * Reflect README with toml library change. + * Use tomllib from the standard library on Python 3.11+ + ------------------------------------------------------------------- Thu Jul 21 11:32:30 UTC 2022 - mliska@suse.cz diff --git a/rpmlint.spec b/rpmlint.spec index c8642d8..893d266 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.3.0+git20220721.32c15c31 +Version: 2.3.0+git20220724.d9fd8cf3 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later @@ -50,7 +50,8 @@ BuildRequires: python3-pytest-cov BuildRequires: python3-pytest-xdist BuildRequires: python3-pyxdg BuildRequires: python3-rpm -BuildRequires: python3-toml +BuildRequires: python3-tomli +BuildRequires: python3-tomli-w BuildRequires: python3-zstandard BuildRequires: xz %ifarch x86_64