forked from pool/rpmlint
- Update to version 2.3.0+git20220826.38402552:
* Revert "Temporarily remove fedora:rawhide as it has broken Python stack." * Run flake8 directly as pytest-flake8 is broken. - Rebase disable-flake-and-cov.patch patch. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=955
This commit is contained in:
parent
3e57374fff
commit
70ecea9f1f
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="changesrevision">4e835ede8c8cd56ae0eb47438ad513a58e3ed470</param></service></servicedata>
|
||||
<param name="changesrevision">8b2285ee1f640a39c9d5875ee73d324baf9479c5</param></service></servicedata>
|
@ -6,5 +6,5 @@ index 098f636..0ccb9dc 100644
|
||||
application-import-names = Testing
|
||||
|
||||
[tool:pytest]
|
||||
-addopts = -vv --cov=rpmlint -n auto --flake8
|
||||
-addopts = -vv --cov=rpmlint -n auto
|
||||
+addopts = -vv -n auto
|
||||
|
3
rpmlint-2.3.0+git20220826.38402552.tar.xz
Normal file
3
rpmlint-2.3.0+git20220826.38402552.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3890e4a86bcb1d4f5330867a69e8d98d783e7e2ca3cc2984de779ad84d3783a5
|
||||
size 6754400
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6be4942f8c2b7b4bb3066118ef408850d332cff4c0e2780613a34627df46e22a
|
||||
size 6754512
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 28 15:21:58 UTC 2022 - mliska@suse.cz
|
||||
|
||||
- Update to version 2.3.0+git20220826.38402552:
|
||||
* Revert "Temporarily remove fedora:rawhide as it has broken Python stack."
|
||||
* Run flake8 directly as pytest-flake8 is broken.
|
||||
- Rebase disable-flake-and-cov.patch patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 06:42:09 UTC 2022 - mliska@suse.cz
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define name_suffix -%{flavor}
|
||||
%endif
|
||||
Name: rpmlint%{name_suffix}
|
||||
Version: 2.3.0+git20220826.4e835ede
|
||||
Version: 2.3.0+git20220826.38402552
|
||||
Release: 0
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user