Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Pydap for openSUSE:Factory checked in at 2021-04-21 20:59:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pydap (Old) and /work/SRC/openSUSE:Factory/.python-Pydap.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pydap" Wed Apr 21 20:59:42 2021 rev:6 rq:886872 version:3.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pydap/python-Pydap.changes 2020-08-18 15:08:16.367971705 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pydap.new.12324/python-Pydap.changes 2021-04-21 20:59:57.462254103 +0200 @@ -1,0 +2,5 @@ +Tue Apr 20 06:40:57 UTC 2021 - Steve Kowalik <[email protected]> + +- Do not build for Python 3.6, as multiple requirements do not build for it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pydap.spec ++++++ --- /var/tmp/diff_new_pack.6CHDeJ/_old 2021-04-21 20:59:57.946254866 +0200 +++ /var/tmp/diff_new_pack.6CHDeJ/_new 2021-04-21 20:59:57.950254872 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Pydap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-Pydap Version: 3.2.2 Release: 0 Summary: Pure Python Opendap/DODS client and server License: MIT -Group: Development/Languages/Python URL: https://github.com/pydap/pydap Source: https://files.pythonhosted.org/packages/source/P/Pydap/Pydap-%{version}.tar.gz Patch0: merged_pr_173.patch @@ -34,8 +34,8 @@ BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module coards} BuildRequires: %{python_module docopt} -BuildRequires: %{python_module gunicorn} BuildRequires: %{python_module gsw} +BuildRequires: %{python_module gunicorn} BuildRequires: %{python_module lxml} BuildRequires: %{python_module netCDF4} BuildRequires: %{python_module numpy-devel} @@ -54,11 +54,11 @@ Requires: python-numpy Requires: python-six >= 1.4 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-PasteDeploy Recommends: python-coards -Recommends: python-gunicorn Recommends: python-gsw +Recommends: python-gunicorn Recommends: python-lxml Recommends: python-netCDF4 Recommends: python-requests
