forked from pool/rpmlint
Accepting request 1082395 from devel:openSUSE:Factory:rpmlint
- 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 - 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/request/show/1082395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=447
This commit is contained in:
commit
9d55d7e8f3
@ -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">e2a5b62f37d3c20b16c2fc04a6bf7f7d4549aef9</param></service></servicedata>
|
@ -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= .
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1479160cf9e44b7041b02a636a40380745df441e2876bd6d524c4cc5f880764
|
||||
size 7033956
|
3
rpmlint-2.4.0+git20230424.e2a5b62.tar.xz
Normal file
3
rpmlint-2.4.0+git20230424.e2a5b62.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c678c94dc439aead97b7544bcc190ff76e24ca91b64197b8c67e3a1589f46117
|
||||
size 7039804
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user