- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1059
This commit is contained in:
Martin Liška 2023-04-24 08:35:43 +00:00 committed by Git OBS Bridge
parent 6e500b67b6
commit a5b62b6ee7
6 changed files with 27 additions and 15 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="changesrevision">f2ea8abf25b1e49778f00b77a5ee2ae7ad629962</param></service></servicedata>
<param name="changesrevision">b8b7e4e4787af7a8af8f58d8828c60036c000b1b</param></service></servicedata>

View File

@ -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= .

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1479160cf9e44b7041b02a636a40380745df441e2876bd6d524c4cc5f880764
size 7033956

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0cb90c3df89d0ce8e047f102422375d03dedb9592ccc5a6aa8bf3b534e19fde
size 7039572

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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

View File

@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
Version: 2.4.0+git20230421.f2ea8ab
Version: 2.4.0+git20230424.b8b7e4e
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later