Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-backports.entry_points_selectable for openSUSE:Factory checked in at
2023-06-22 23:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports.entry_points_selectable
(Old)
and
/work/SRC/openSUSE:Factory/.python-backports.entry_points_selectable.new.15902
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backports.entry_points_selectable"
Thu Jun 22 23:27:11 2023 rev:6 rq:1094688 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-backports.entry_points_selectable/python-backports.entry_points_selectable.changes
2023-05-09 13:08:07.049299405 +0200
+++
/work/SRC/openSUSE:Factory/.python-backports.entry_points_selectable.new.15902/python-backports.entry_points_selectable.changes
2023-06-22 23:27:57.158420385 +0200
@@ -1,0 +2,5 @@
+Thu Jun 22 15:14:27 UTC 2023 - Dirk Müller <[email protected]>
+
+- remove paths only relevant for obsolete python versions
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-backports.entry_points_selectable.spec ++++++
--- /var/tmp/diff_new_pack.oOesQt/_old 2023-06-22 23:27:57.694423117 +0200
+++ /var/tmp/diff_new_pack.oOesQt/_new 2023-06-22 23:27:57.702423158 +0200
@@ -16,7 +16,6 @@
#
-%bcond_without python2
%{?sle15_python_module_pythons}
Name: python-backports.entry_points_selectable
Version: 1.2.0
@@ -25,21 +24,14 @@
License: MIT
URL: https://github.com/jaraco/backports.entry_points_selectable
Source:
https://files.pythonhosted.org/packages/source/b/backports.entry_points_selectable/backports.entry_points_selectable-%{version}.tar.gz
-BuildRequires: %{python_module importlib-metadata if %python-base < 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 4.6}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module wheel}
-%if %{with python2}
-BuildRequires: python-backports
-%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%ifpython2
-Requires: python-backports
-%endif
BuildArch: noarch
%python_subpackages
@@ -72,10 +64,6 @@
%doc CHANGES.rst README.rst
%license LICENSE
%dir %{python_sitelib}/backports
-%ifpython2
-# provided by python2-backports
-%exclude %{python_sitelib}/backports/__init__.py*
-%endif
%{python_sitelib}/backports/entry_points_selectable.py*
%pycache_only %dir %{python_sitelib}/backports/__pycache__
%pycache_only %{python_sitelib}/backports/__pycache__/*