forked from pool/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/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=1043
This commit is contained in:
parent
b718062645
commit
5fd94e45ca
@ -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">96c1ac0d7303a1b0bd27305a3a8a75058363eae3</param></service></servicedata>
|
<param name="changesrevision">f239521912348dfe6bbd0b7a702d61a1c22a13b0</param></service></servicedata>
|
@ -1,10 +1,10 @@
|
|||||||
diff --git a/setup.cfg b/setup.cfg
|
diff --git a/setup.cfg b/setup.cfg
|
||||||
index 098f636..0ccb9dc 100644
|
index f9d99831..3ef7694a 100644
|
||||||
--- a/setup.cfg
|
--- a/setup.cfg
|
||||||
+++ b/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
|
application-import-names = Testing
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
-addopts = -vv --cov=rpmlint -n auto
|
-addopts = -vv --cov=rpmlint -n auto -p no:legacypath
|
||||||
+addopts = -vv -n auto
|
+addopts = -vv -n auto -p no:legacypath
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b811e4f3defc1864870dbc569bb6bee19a29b08e345a310e03d3dce02a74ab5
|
|
||||||
size 6931408
|
|
3
rpmlint-2.4.0+git20230327.f239521.tar.xz
Normal file
3
rpmlint-2.4.0+git20230327.f239521.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:085a2841d0edc3bcc865e98e911d9a9c566171a5c904a5a51fe27fec64ecae88
|
||||||
|
size 7033552
|
@ -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
|
Fri Mar 24 14:27:31 UTC 2023 - mliska@suse.cz
|
||||||
|
|
||||||
|
@ -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+git20230324.96c1ac0
|
Version: 2.4.0+git20230327.f239521
|
||||||
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