Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyspnego for openSUSE:Factory 
checked in at 2021-11-07 22:09:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyspnego (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyspnego.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyspnego"

Sun Nov  7 22:09:11 2021 rev:8 rq:929992 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyspnego/python-pyspnego.changes  
2021-11-03 17:26:22.173340625 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyspnego.new.1890/python-pyspnego.changes    
    2021-11-07 22:09:23.243647576 +0100
@@ -1,0 +2,5 @@
+Sat Nov  6 11:10:17 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Reactivate python36 build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyspnego.spec ++++++
--- /var/tmp/diff_new_pack.fhdIOF/_old  2021-11-07 22:09:23.767648043 +0100
+++ /var/tmp/diff_new_pack.fhdIOF/_new  2021-11-07 22:09:23.771648047 +0100
@@ -18,7 +18,6 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%define skip_python36 1
 Name:           python-pyspnego
 Version:        0.3.1
 Release:        0
@@ -30,12 +29,18 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
+BuildRequires:  %{python_module dataclasses if %python-base < 3.7}
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 BuildRequires:  fdupes
 Requires:       python-cryptography
+%if 0%{python_version_nodots} < 37
+Requires:       python-dataclasses
+%endif
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 Suggests:       python-gssapi >= 1.5.0
 Suggests:       python-ruamel.yaml
 BuildArch:      noarch
@@ -48,6 +53,7 @@
 
 %prep
 %setup -q -n pyspnego-%{version}
+sed -i '1{/^#!/ d}' src/spnego/__main__.py
 
 %build
 %python_build
@@ -70,6 +76,7 @@
 %license LICENSE
 %doc CHANGELOG.md README.md
 %python_alternative %{_bindir}/pyspnego-parse
-%{python_sitelib}/*
+%{python_sitelib}/spnego
+%{python_sitelib}/pyspnego-%{version}*-info
 
 %changelog

Reply via email to