14
0
forked from pool/python-xmlsec

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=10
This commit is contained in:
2020-06-02 06:45:29 +00:00
committed by Git OBS Bridge
parent c5ca4ee11c
commit 83dfcd1f56
5 changed files with 18 additions and 26 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b9aec1836f6dfedca79d63108ac82fe8849d473a2c61f5093fbf36af5b10545
size 51174

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 2 06:38:20 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Mon Jun 24 04:32:51 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -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 @@ Requires: python-pkgconfig
Python bindings for the XML Security Library
%prep
%setup -q
%patch0 -p1
%setup -q -n xmlsec-%{version}
%build
export CFLAGS="%{optflags}"

View File

@@ -1,15 +0,0 @@
https://github.com/mehcode/python-xmlsec/pull/91
Index: xmlsec-1.3.3/xmlsec_setupinfo.py
===================================================================
--- xmlsec-1.3.3.orig/xmlsec_setupinfo.py
+++ xmlsec-1.3.3/xmlsec_setupinfo.py
@@ -34,7 +34,7 @@ def description():
def sources():
- return glob.glob(os.path.join(get_base_dir(), "src", "*.c"))
+ return sorted(glob.glob(os.path.join(get_base_dir(), "src", "*.c")))
def define_macros():

3
xmlsec-1.3.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86943fe2b31cd3b584d23987f404e9309f5251019c15bb565b3a65a4799425ce
size 59363