diff --git a/_servicedata b/_servicedata index 5a8a7e8..52347a8 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/rpm-software-management/rpmlint.git - f2ea8abf25b1e49778f00b77a5ee2ae7ad629962 \ No newline at end of file + e2a5b62f37d3c20b16c2fc04a6bf7f7d4549aef9 \ No newline at end of file diff --git a/disable-flake-and-cov.patch b/disable-flake-and-cov.patch index 659f448..4d525cd 100644 --- a/disable-flake-and-cov.patch +++ b/disable-flake-and-cov.patch @@ -1,10 +1,12 @@ -diff --git a/setup.cfg b/setup.cfg -index f9d99831..3ef7694a 100644 ---- a/setup.cfg -+++ b/setup.cfg -@@ -12,4 +12,4 @@ import-order-style = google - application-import-names = Testing - - [tool:pytest] --addopts = -vv --cov=rpmlint -n auto -p no:legacypath -+addopts = -vv -n auto -p no:legacypath +diff --git a/pytest.ini b/pytest.ini +index 819ea304..06b8aa7d 100644 +--- a/pytest.ini ++++ b/pytest.ini +@@ -1,7 +1,6 @@ + [pytest] + addopts = + -vv +- --cov=rpmlint + -n auto + -p no:legacypath + pythonpath= . diff --git a/rpmlint-2.4.0+git20230421.f2ea8ab.tar.xz b/rpmlint-2.4.0+git20230421.f2ea8ab.tar.xz deleted file mode 100644 index f2b2bab..0000000 --- a/rpmlint-2.4.0+git20230421.f2ea8ab.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1479160cf9e44b7041b02a636a40380745df441e2876bd6d524c4cc5f880764 -size 7033956 diff --git a/rpmlint-2.4.0+git20230424.e2a5b62.tar.xz b/rpmlint-2.4.0+git20230424.e2a5b62.tar.xz new file mode 100644 index 0000000..9a8f73a --- /dev/null +++ b/rpmlint-2.4.0+git20230424.e2a5b62.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c678c94dc439aead97b7544bcc190ff76e24ca91b64197b8c67e3a1589f46117 +size 7039804 diff --git a/rpmlint.changes b/rpmlint.changes index ed9b9ae..ad88358 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Apr 24 08:58:05 UTC 2023 - mliska@suse.cz + +- Update to version 2.4.0+git20230424.e2a5b62: + * port to get_tested_path instead of testpath + * Allow *args for get_tested_path. + * tests: use get_tested_path rather than testpath + +------------------------------------------------------------------- +Mon Apr 24 08:34:50 UTC 2023 - mliska@suse.cz + +- Update to version 2.4.0+git20230424.b8b7e4e: + * Remove trailing whitespace. + * pytest: fix one warning + * Introducing new file 'pytest.ini' a conf file for pytest (#1047) + * Add rpmlint.svg with the new rpmlint logo +-Rebase disable-flake-and-cov.patch. + ------------------------------------------------------------------- Fri Apr 21 10:15:32 UTC 2023 - filippo.bonazzi@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 341b53e..8863f7e 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ %define name_suffix -%{flavor} %endif Name: rpmlint%{name_suffix} -Version: 2.4.0+git20230421.f2ea8ab +Version: 2.4.0+git20230424.e2a5b62 Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later