forked from pool/rpmlint
- Update to version 2.3.0+git20220724.d9fd8cf3:
* Reflect README with toml library change. * Use tomllib from the standard library on Python 3.11+ OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=940
This commit is contained in:
parent
685569c3bb
commit
32c40aa2ae
@ -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">7c671e03d42a551263b3e1304549f8ecfe22a4f3</param></service></servicedata>
|
<param name="changesrevision">dee417432bc8249d323e4dc46b99a823dfeb37d8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f0c04ec1627ad3144642a6cd9f46b3e13e08b963a73c6d20ef89b89199d9af9e
|
|
||||||
size 6753592
|
|
3
rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz
Normal file
3
rpmlint-2.3.0+git20220724.d9fd8cf3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9434e3657362d87e8714ecb8bafcde397b7fa7775df555ccc04d91df5edfc216
|
||||||
|
size 6753732
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 24 14:30:23 UTC 2022 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to version 2.3.0+git20220724.d9fd8cf3:
|
||||||
|
* Reflect README with toml library change.
|
||||||
|
* Use tomllib from the standard library on Python 3.11+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 21 11:32:30 UTC 2022 - mliska@suse.cz
|
Thu Jul 21 11:32:30 UTC 2022 - 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.3.0+git20220721.32c15c31
|
Version: 2.3.0+git20220724.d9fd8cf3
|
||||||
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
|
||||||
@ -50,7 +50,8 @@ BuildRequires: python3-pytest-cov
|
|||||||
BuildRequires: python3-pytest-xdist
|
BuildRequires: python3-pytest-xdist
|
||||||
BuildRequires: python3-pyxdg
|
BuildRequires: python3-pyxdg
|
||||||
BuildRequires: python3-rpm
|
BuildRequires: python3-rpm
|
||||||
BuildRequires: python3-toml
|
BuildRequires: python3-tomli
|
||||||
|
BuildRequires: python3-tomli-w
|
||||||
BuildRequires: python3-zstandard
|
BuildRequires: python3-zstandard
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user