Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2022-08-20 20:28:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint"

Sat Aug 20 20:28:06 2022 rev:409 rq:998076 version:2.3.0+git20220818.a8685c5d

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2022-08-15 
19:56:53.016836520 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new.2083/rpmlint.changes        
2022-08-20 20:28:21.165301026 +0200
@@ -1,0 +2,13 @@
+Thu Aug 18 21:26:31 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Enhance disable-flake.patch to disable-flake-and-cov.patch
+- Reflect the requirements from setup.py in the rpm requirements:
+  Use tomli until we have python3 = 3.11
+
+-------------------------------------------------------------------
+Thu Aug 18 15:55:46 UTC 2022 - mli...@suse.cz
+
+- Update to version 2.3.0+git20220818.a8685c5d:
+  * dbus-services: whitelist systemd-experimental: systemd-oomd (bsc#1202454)
+
+-------------------------------------------------------------------

Old:
----
  disable-flake.patch
  rpmlint-2.3.0+git20220812.05423f8d.tar.xz

New:
----
  disable-flake-and-cov.patch
  rpmlint-2.3.0+git20220818.a8685c5d.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.8RL0b6/_old  2022-08-20 20:28:21.901303067 +0200
+++ /var/tmp/diff_new_pack.8RL0b6/_new  2022-08-20 20:28:21.905303078 +0200
@@ -23,14 +23,15 @@
 %define name_suffix -%{flavor}
 %endif
 Name:           rpmlint%{name_suffix}
-Version:        2.3.0+git20220812.05423f8d
+Version:        2.3.0+git20220818.a8685c5d
 Release:        0
 Summary:        RPM file correctness checker
 License:        GPL-2.0-or-later
 URL:            https://github.com/rpm-software-management/rpmlint
 Source0:        rpmlint-%{version}.tar.xz
-Patch0:         disable-flake.patch
+Patch0:         disable-flake-and-cov.patch
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-setuptools
 BuildArch:      noarch
 %if "%{flavor}" == "test"
@@ -41,16 +42,16 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  myspell-cs_CZ
 BuildRequires:  myspell-en_US
-BuildRequires:  python-rpm-macros
 BuildRequires:  python3-magic
 BuildRequires:  python3-pybeam
 BuildRequires:  python3-pyenchant
 BuildRequires:  python3-pytest
-BuildRequires:  python3-pytest-cov
 BuildRequires:  python3-pytest-xdist
 BuildRequires:  python3-pyxdg
 BuildRequires:  python3-rpm
+%if 0%{?python3_version_nodots < 311}
 BuildRequires:  python3-tomli
+%endif
 BuildRequires:  python3-tomli-w
 BuildRequires:  python3-zstandard
 BuildRequires:  xz
@@ -74,8 +75,10 @@
 Requires:       python3-pyenchant
 Requires:       python3-pyxdg
 Requires:       python3-rpm
-Requires:       python3-toml
-Requires:       python3-xml
+%if 0%{?python3_version_nodots < 311}
+Requires:       python3-tomli
+%endif
+Requires:       python3-tomli-w
 Requires:       python3-zstandard
 Requires:       rpm-build
 %endif

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8RL0b6/_old  2022-08-20 20:28:21.965303245 +0200
+++ /var/tmp/diff_new_pack.8RL0b6/_new  2022-08-20 20:28:21.969303255 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/rpm-software-management/rpmlint.git</param>
-              <param 
name="changesrevision">0a796e1016515188bbe03bfccf6ed85bb2246a87</param></service></servicedata>
+              <param 
name="changesrevision">fac54b7e3e9ee15b23a88194449d1e8ce56c04e1</param></service></servicedata>
 (No newline at EOF)
 

++++++ disable-flake-and-cov.patch ++++++
diff --git a/setup.cfg b/setup.cfg
index 098f636..0ccb9dc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,4 +10,4 @@ import-order-style = google
 application-import-names = Testing
 
 [tool:pytest]
-addopts = -vv --cov=rpmlint -n auto --flake8
+addopts = -vv -n auto

++++++ rpmlint-2.3.0+git20220812.05423f8d.tar.xz -> 
rpmlint-2.3.0+git20220818.a8685c5d.tar.xz ++++++
/work/SRC/openSUSE:Factory/rpmlint/rpmlint-2.3.0+git20220812.05423f8d.tar.xz 
/work/SRC/openSUSE:Factory/.rpmlint.new.2083/rpmlint-2.3.0+git20220818.a8685c5d.tar.xz
 differ: char 15, line 1

Reply via email to