Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-bytecode for openSUSE:Factory
checked in at 2022-12-16 17:52:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bytecode (Old)
and /work/SRC/openSUSE:Factory/.python-bytecode.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bytecode"
Fri Dec 16 17:52:04 2022 rev:5 rq:1043286 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bytecode/python-bytecode.changes
2022-12-11 17:17:08.182048302 +0100
+++
/work/SRC/openSUSE:Factory/.python-bytecode.new.1835/python-bytecode.changes
2022-12-16 17:52:10.116188362 +0100
@@ -1,0 +2,7 @@
+Thu Dec 15 22:44:00 UTC 2022 - Ben Greiner <[email protected]>
+
+- Fix dependencies
+- Fix python-sitelib-glob-in-files and 0.0.0 version egg-info by
+ not forgetting setuptools_scm
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-bytecode.spec ++++++
--- /var/tmp/diff_new_pack.4DSyLQ/_old 2022-12-16 17:52:10.524190607 +0100
+++ /var/tmp/diff_new_pack.4DSyLQ/_new 2022-12-16 17:52:10.528190629 +0100
@@ -16,8 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-bytecode
Version: 0.14.0
Release: 0
@@ -26,14 +24,15 @@
Group: Development/Languages/Python
URL: https://github.com/vstinner/bytecode
Source:
https://files.pythonhosted.org/packages/source/b/bytecode/bytecode-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module typing_extensions}
+BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module typing_extensions if %python-base < 3.10}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-aenum >= 2.0
+Requires: (python-typing-extensions if python-base < 3.10)
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module aenum}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -57,6 +56,7 @@
%files %{python_files}
%doc README.rst
%license COPYING
-%{python_sitelib}/*
+%{python_sitelib}/bytecode
+%{python_sitelib}/bytecode-%{version}*-info
%changelog