Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-Routes"

Sat Aug 20 20:27:38 2022 rev:19 rq:998081 version:2.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Routes/python-Routes.changes      
2021-11-10 21:45:58.931799269 +0100
+++ /work/SRC/openSUSE:Factory/.python-Routes.new.2083/python-Routes.changes    
2022-08-20 20:27:40.721188850 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 15:15:10 UTC 2022 - Ben Greiner <[email protected]>
+
+- Clean specfile, remove coverage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Routes.spec ++++++
--- /var/tmp/diff_new_pack.m691N5/_old  2022-08-20 20:27:41.993192378 +0200
+++ /var/tmp/diff_new_pack.m691N5/_new  2022-08-20 20:27:42.005192411 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Routes
 #
-# 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
@@ -27,16 +27,16 @@
 # for testing
 BuildRequires:  %{python_module WebOb}
 BuildRequires:  %{python_module WebTest}
-BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module repoze.lru}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-repoze.lru >= 0.3
 Requires:       python-six
-Provides:       python-routes = %{version}
-Obsoletes:      python-routes < %{version}
+Provides:       python-routes = %{version}-%{release}
+Obsoletes:      python-routes < %{version}-%{release}
 BuildArch:      noarch
 %python_subpackages
 
@@ -51,6 +51,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest --doctest-modules routes
@@ -58,6 +59,7 @@
 %files %{python_files}
 %license LICENSE.txt
 %doc CHANGELOG.rst README.rst
-%{python_sitelib}/*
+%{python_sitelib}/routes
+%{python_sitelib}/Routes-%{version}*-info
 
 %changelog

Reply via email to