From 0b70e8b225f4f8d871b67fbbe21c9f33e2bb5e5085315987bcb1f72af9ecab0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 21 Mar 2023 12:03:09 +0000 Subject: [PATCH] - Update to version 2.4.0+git20230321.8da9c94: * PythonCheck: Add python requirements verification * TagsCheck: handle license exception in first item of a grouping * TagsCheck: restore space exclusion to license_exception_regex * Fix TW CI due to the new flake8 release. * Remove unnnecesary lambda and map in favor generator expressions * Include -prof in devel packages regex OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1038 --- _servicedata | 2 +- rpmlint-2.4.0+git20230316.e10f602.tar.xz | 3 --- rpmlint-2.4.0+git20230321.8da9c94.tar.xz | 3 +++ rpmlint.changes | 11 +++++++++++ rpmlint.spec | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 rpmlint-2.4.0+git20230316.e10f602.tar.xz create mode 100644 rpmlint-2.4.0+git20230321.8da9c94.tar.xz diff --git a/_servicedata b/_servicedata index 49f7876..2c97003 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - e10f6025c6cab1a038865c206f5427c190d2fa9a \ No newline at end of file + 8da9c944190b2dd387ce1f99a04acf614de88919 \ No newline at end of file diff --git a/rpmlint-2.4.0+git20230316.e10f602.tar.xz b/rpmlint-2.4.0+git20230316.e10f602.tar.xz deleted file mode 100644 index a111b10..0000000 --- a/rpmlint-2.4.0+git20230316.e10f602.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:561f61b536b9c9239c2c0d1546992b34e44a6a49fb72f0a423e34eb6d4d01b2f -size 6766788 diff --git a/rpmlint-2.4.0+git20230321.8da9c94.tar.xz b/rpmlint-2.4.0+git20230321.8da9c94.tar.xz new file mode 100644 index 0000000..35d3044 --- /dev/null +++ b/rpmlint-2.4.0+git20230321.8da9c94.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a33521ffecc99371702837b08bf764539c117406b4b611d86a78e3b99a1b7d7 +size 6930552 diff --git a/rpmlint.changes b/rpmlint.changes index 4d982a7..f02eabc 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 21 12:02:09 UTC 2023 - mliska@suse.cz + +- Update to version 2.4.0+git20230321.8da9c94: + * PythonCheck: Add python requirements verification + * TagsCheck: handle license exception in first item of a grouping + * TagsCheck: restore space exclusion to license_exception_regex + * Fix TW CI due to the new flake8 release. + * Remove unnnecesary lambda and map in favor generator expressions + * Include -prof in devel packages regex + ------------------------------------------------------------------- Thu Mar 16 17:46:50 UTC 2023 - filippo.bonazzi@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 6bec58c..23dbc56 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230316.e10f602 +Version: 2.4.0+git20230321.8da9c94 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later