Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-subprocess-tee for
openSUSE:Factory checked in at 2022-03-31 17:18:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-subprocess-tee (Old)
and /work/SRC/openSUSE:Factory/.python-subprocess-tee.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-subprocess-tee"
Thu Mar 31 17:18:45 2022 rev:2 rq:966167 version:0.3.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-subprocess-tee/python-subprocess-tee.changes
2022-03-17 17:01:49.661700479 +0100
+++
/work/SRC/openSUSE:Factory/.python-subprocess-tee.new.1900/python-subprocess-tee.changes
2022-03-31 17:19:18.512852572 +0200
@@ -1,0 +2,11 @@
+Thu Mar 31 09:15:47 UTC 2022 - Matej Cepl <[email protected]>
+
+- Still missing BR: setuptools_scm_git_archive
+
+-------------------------------------------------------------------
+Thu Mar 31 07:50:38 UTC 2022 - Sebastian Wagner <[email protected]>
+
+- remove dependency generator, as it is not adviced to do so
+- add setuptools_scm as dependency to fix the version number
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-subprocess-tee.spec ++++++
--- /var/tmp/diff_new_pack.S8Zfd6/_old 2022-03-31 17:19:19.292843774 +0200
+++ /var/tmp/diff_new_pack.S8Zfd6/_new 2022-03-31 17:19:19.296843728 +0200
@@ -24,17 +24,17 @@
License: MIT
URL: https://github.com/pycontribs/subprocess-tee
Source:
https://files.pythonhosted.org/packages/source/s/subprocess-tee/subprocess-tee-%{version}.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module wheel}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools_scm_git_archive}
+BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
+BuildRequires: python-rpm-macros
# SECTION test
BuildRequires: %{python_module enrich}
# /SECTION
BuildRequires: fdupes
-BuildRequires: python-rpm-generators
-%{?python_enable_dependency_generator}
BuildArch: noarch
%python_subpackages
@@ -62,7 +62,8 @@
%pytest -k 'not test_molecule'
%files %{python_files}
-%{python_sitelib}/subprocess_tee*
+%{python_sitelib}/subprocess_tee/
+%{python_sitelib}/subprocess_tee-%{version}*-info
%doc README.md
%license LICENSE