Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-constantly for
openSUSE:Factory checked in at 2023-09-26 22:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-constantly (Old)
and /work/SRC/openSUSE:Factory/.python-constantly.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-constantly"
Tue Sep 26 22:01:13 2023 rev:4 rq:1113464 version:15.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-constantly/python-constantly.changes
2023-04-22 22:02:39.426004432 +0200
+++
/work/SRC/openSUSE:Factory/.python-constantly.new.1770/python-constantly.changes
2023-09-26 22:08:57.580197851 +0200
@@ -1,0 +2,10 @@
+Mon Sep 25 13:30:48 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Mon Sep 25 06:55:37 UTC 2023 - OndÅej Súkup <[email protected]>
+
+- use unbundled versioneer to build package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-constantly.spec ++++++
--- /var/tmp/diff_new_pack.n5OSDB/_old 2023-09-26 22:08:59.972284230 +0200
+++ /var/tmp/diff_new_pack.n5OSDB/_new 2023-09-26 22:08:59.988284808 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-constantly
Version: 15.1.0
@@ -27,6 +26,8 @@
URL: https://github.com/twisted/constantly
Source:
https://files.pythonhosted.org/packages/source/c/constantly/constantly-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module versioneer}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -38,15 +39,18 @@
%prep
%setup -q -n constantly-%{version}
+rm -rf versioneer.py
%build
%python_build
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/constantly
+%{python_sitelib}/constantly-%{version}*-info