Accepting request 1074729 from devel:openSUSE:Factory:rpmlint

- Update to version 2.4.0+git20230327.f239521:
  * stringToVersion: make epoch always an integer
  * pytest: use tmp_path mock instead of tmpdir
  * pytest: disable legacypath
  * Replace one more usage of tmpdir in a test.
  * Pytest documentation recommends refactoring "tmpdir" to "tmp_path"

OBS-URL: https://build.opensuse.org/request/show/1074729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=442
This commit is contained in:
Dominique Leuenberger 2023-03-29 21:25:51 +00:00 committed by Git OBS Bridge
commit 976065e141
6 changed files with 19 additions and 9 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">96c1ac0d7303a1b0bd27305a3a8a75058363eae3</param></service></servicedata>
<param name="changesrevision">f239521912348dfe6bbd0b7a702d61a1c22a13b0</param></service></servicedata>

View File

@ -1,10 +1,10 @@
diff --git a/setup.cfg b/setup.cfg
index 098f636..0ccb9dc 100644
index f9d99831..3ef7694a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,4 +10,4 @@ import-order-style = google
@@ -12,4 +12,4 @@ import-order-style = google
application-import-names = Testing
[tool:pytest]
-addopts = -vv --cov=rpmlint -n auto
+addopts = -vv -n auto
-addopts = -vv --cov=rpmlint -n auto -p no:legacypath
+addopts = -vv -n auto -p no:legacypath

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 27 15:02:22 UTC 2023 - mliska@suse.cz
- Update to version 2.4.0+git20230327.f239521:
* stringToVersion: make epoch always an integer
* pytest: use tmp_path mock instead of tmpdir
* pytest: disable legacypath
* Replace one more usage of tmpdir in a test.
* Pytest documentation recommends refactoring "tmpdir" to "tmp_path"
-------------------------------------------------------------------
Fri Mar 24 14:27:31 UTC 2023 - mliska@suse.cz

View File

@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
Version: 2.4.0+git20230324.96c1ac0
Version: 2.4.0+git20230327.f239521
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later