Hello community, here is the log from the commit of package python-xmlsec for openSUSE:Factory checked in at 2020-06-02 14:40:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xmlsec (Old) and /work/SRC/openSUSE:Factory/.python-xmlsec.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmlsec" Tue Jun 2 14:40:25 2020 rev:4 rq:810716 version:1.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xmlsec/python-xmlsec.changes 2019-06-24 21:54:13.000145544 +0200 +++ /work/SRC/openSUSE:Factory/.python-xmlsec.new.3606/python-xmlsec.changes 2020-06-02 14:41:22.992041847 +0200 @@ -1,0 +2,9 @@ +Tue Jun 2 06:38:20 UTC 2020 - Steve Kowalik <[email protected]> + +- Update to 1.3.8: + * No upstream changelog. +- Drop reproducible.patch, included upstream. +- Switch to PyPI tarball due to use of setuptools_scm. +- Update BuildRequires. + +------------------------------------------------------------------- Old: ---- 1.3.6.tar.gz reproducible.patch New: ---- xmlsec-1.3.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xmlsec.spec ++++++ --- /var/tmp/diff_new_pack.StzBnA/_old 2020-06-02 14:41:24.720047310 +0200 +++ /var/tmp/diff_new_pack.StzBnA/_new 2020-06-02 14:41:24.720047310 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-xmlsec # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xmlsec -Version: 1.3.6 +Version: 1.3.8 Release: 0 Summary: Python bindings for the XML Security Library License: MIT -Group: Development/Languages/Python URL: https://github.com/mehcode/python-xmlsec -Source: https://github.com/mehcode/python-xmlsec/archive/%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/mehcode/python-xmlsec/pull/91 -Patch0: reproducible.patch +Source: https://files.pythonhosted.org/packages/source/x/xmlsec/xmlsec-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module lxml >= 3.0} BuildRequires: %{python_module lxml-devel} BuildRequires: %{python_module pkgconfig} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module toml} BuildRequires: fdupes BuildRequires: libtool BuildRequires: pkgconfig @@ -50,8 +49,7 @@ Python bindings for the XML Security Library %prep -%setup -q -%patch0 -p1 +%setup -q -n xmlsec-%{version} %build export CFLAGS="%{optflags}"
