Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-furl for openSUSE:Factory 
checked in at 2022-08-22 11:04:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-furl (Old)
 and      /work/SRC/openSUSE:Factory/.python-furl.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-furl"

Mon Aug 22 11:04:48 2022 rev:7 rq:998223 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-furl/python-furl.changes  2021-05-19 
17:49:08.429594930 +0200
+++ /work/SRC/openSUSE:Factory/.python-furl.new.2083/python-furl.changes        
2022-08-22 11:04:52.085666826 +0200
@@ -1,0 +2,7 @@
+Fri Aug 19 16:28:12 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Skip python2: Fixes 15.X build
+- Remove flake8 test requirement: no code linting required for
+  packaging
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-furl.spec ++++++
--- /var/tmp/diff_new_pack.SuEkRc/_old  2022-08-22 11:04:52.673668113 +0200
+++ /var/tmp/diff_new_pack.SuEkRc/_new  2022-08-22 11:04:52.677668121 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-furl
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-furl
 Version:        2.1.2
 Release:        0
@@ -28,12 +29,11 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-orderedmultidict >= 1.0
+Requires:       python-orderedmultidict >= 1.0.1
 Requires:       python-six >= 1.8.0
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module flake8}
-BuildRequires:  %{python_module orderedmultidict >= 1.0}
+BuildRequires:  %{python_module orderedmultidict >= 1.0.1}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module six >= 1.8.0}
 # /SECTION
@@ -44,18 +44,14 @@
 
 %prep
 %autosetup -p1 -n furl-%{version}
-
-chmod -x *.md
+chmod -x *.md furl.egg-info/*
 
 %build
 %python_build
 
 %install
 %python_install
-%{python_expand #
-chmod -x %{buildroot}%{$python_sitelib}/furl-%{version}*-info/*
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest

Reply via email to