forked from pool/python-softlayer-zeep
Accepting request 987821 from devel:languages:python
baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/987821 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer-zeep?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
commit
05f82d4701
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
9
python-softlayer-zeep.changes
Normal file
9
python-softlayer-zeep.changes
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 8 07:47:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- make it provide/obsolete python-zeep as it is a fork of it
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 7 10:48:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- Initial package (5.0.0)
|
82
python-softlayer-zeep.spec
Normal file
82
python-softlayer-zeep.spec
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
#
|
||||||
|
# spec file for package python-softlayer-zeep
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
%global skip_python2 1
|
||||||
|
Name: python-softlayer-zeep
|
||||||
|
Version: 5.0.0
|
||||||
|
Release: 0
|
||||||
|
Summary: A modern/fast Python SOAP client based on lxml / requests
|
||||||
|
License: MIT
|
||||||
|
URL: https://docs.python-zeep.org
|
||||||
|
Source: https://files.pythonhosted.org/packages/source/s/softlayer-zeep/softlayer-zeep-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module attrs >= 17.2.0}
|
||||||
|
BuildRequires: %{python_module freezegun >= 0.3.15}
|
||||||
|
BuildRequires: %{python_module isodate >= 0.5.4}
|
||||||
|
BuildRequires: %{python_module isort >= 5.3.2}
|
||||||
|
BuildRequires: %{python_module lxml >= 4.6.0}
|
||||||
|
BuildRequires: %{python_module platformdirs >= 1.4.0}
|
||||||
|
BuildRequires: %{python_module pretend == 1.0.9}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
|
BuildRequires: %{python_module pytest-httpx}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module pytz}
|
||||||
|
BuildRequires: %{python_module requests >= 2.7.0}
|
||||||
|
BuildRequires: %{python_module requests-file >= 1.5.1}
|
||||||
|
BuildRequires: %{python_module requests-mock >= 0.7.0}
|
||||||
|
BuildRequires: %{python_module requests-toolbelt >= 0.7.1}
|
||||||
|
# /SECTION
|
||||||
|
BuildRequires: fdupes
|
||||||
|
Requires: python-attrs >= 17.2.0
|
||||||
|
Requires: python-isodate >= 0.5.4
|
||||||
|
Requires: python-lxml >= 4.6.0
|
||||||
|
Requires: python-platformdirs >= 1.4.0
|
||||||
|
Requires: python-pytz
|
||||||
|
Requires: python-requests >= 2.7.0
|
||||||
|
Requires: python-requests-file >= 1.5.1
|
||||||
|
Requires: python-requests-toolbelt >= 0.7.1
|
||||||
|
Provides: python-zeep = %version
|
||||||
|
Obsoletes: python-zeep < %version
|
||||||
|
BuildArch: noarch
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
|
%description
|
||||||
|
A modern/fast Python SOAP client based on lxml / requests
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n softlayer-zeep-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%python_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%python_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
|
%files %{python_files}
|
||||||
|
%doc CHANGES README.rst
|
||||||
|
%license LICENSE
|
||||||
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
%changelog
|
3
softlayer-zeep-5.0.0.tar.gz
Normal file
3
softlayer-zeep-5.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff690c115eecaececa437bfe81430e9fdb49690e6465397c9dc77eb56b681e23
|
||||||
|
size 164776
|
Reference in New Issue
Block a user