forked from pool/rpmlint
- 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:
parent
6e500b67b6
commit
a5b62b6ee7
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
<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>
|
@ -1,10 +1,12 @@
|
|||||||
diff --git a/setup.cfg b/setup.cfg
|
diff --git a/pytest.ini b/pytest.ini
|
||||||
index f9d99831..3ef7694a 100644
|
index 819ea304..06b8aa7d 100644
|
||||||
--- a/setup.cfg
|
--- a/pytest.ini
|
||||||
+++ b/setup.cfg
|
+++ b/pytest.ini
|
||||||
@@ -12,4 +12,4 @@ import-order-style = google
|
@@ -1,7 +1,6 @@
|
||||||
application-import-names = Testing
|
[pytest]
|
||||||
|
addopts =
|
||||||
[tool:pytest]
|
-vv
|
||||||
-addopts = -vv --cov=rpmlint -n auto -p no:legacypath
|
- --cov=rpmlint
|
||||||
+addopts = -vv -n auto -p no:legacypath
|
-n auto
|
||||||
|
-p no:legacypath
|
||||||
|
pythonpath= .
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1479160cf9e44b7041b02a636a40380745df441e2876bd6d524c4cc5f880764
|
|
||||||
size 7033956
|
|
3
rpmlint-2.4.0+git20230424.b8b7e4e.tar.xz
Normal file
3
rpmlint-2.4.0+git20230424.b8b7e4e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0cb90c3df89d0ce8e047f102422375d03dedb9592ccc5a6aa8bf3b534e19fde
|
||||||
|
size 7039572
|
@ -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
|
Fri Apr 21 10:15:32 UTC 2023 - filippo.bonazzi@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%define name_suffix -%{flavor}
|
%define name_suffix -%{flavor}
|
||||||
%endif
|
%endif
|
||||||
Name: rpmlint%{name_suffix}
|
Name: rpmlint%{name_suffix}
|
||||||
Version: 2.4.0+git20230421.f2ea8ab
|
Version: 2.4.0+git20230424.b8b7e4e
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM file correctness checker
|
Summary: RPM file correctness checker
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user