Compare commits
	
		
			6 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 874732986a | |||
| ed480ecc60 | |||
| 0a590e21d4 | |||
| 26812e23c5 | |||
| d644f47aaa | |||
| 62498634f9 | 
| @@ -1,3 +1,21 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Jun 16 06:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> | ||||||
|  |  | ||||||
|  | - Switch to pyroject macros. | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Fri Dec 20 09:22:13 UTC 2024 - Matej Cepl <mcepl@cepl.eu> | ||||||
|  |  | ||||||
|  | - Add %{?sle15allpythons} call | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Sep  3 10:38:51 UTC 2024 - pgajdos@suse.com | ||||||
|  |  | ||||||
|  | - version update to 1.2.0 | ||||||
|  |   * Remove support from before Python 3.7 | ||||||
|  |   * asdict functionality to optionally recursively give suds object | ||||||
|  |   * Support process SOAP 1.2 reply | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Tue Oct 11 15:36:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> | Tue Oct 11 15:36:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-suds | # spec file for package python-suds | ||||||
| # | # | ||||||
| # Copyright (c) 2022 SUSE LLC | # Copyright (c) 2025 SUSE LLC | ||||||
| # | # | ||||||
| # All modifications and additions to the file contributed by third parties | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -16,21 +16,21 @@ | |||||||
| # | # | ||||||
|  |  | ||||||
|  |  | ||||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} | %{?sle15allpythons} | ||||||
| %global skip_python2 1 |  | ||||||
| Name:           python-suds | Name:           python-suds | ||||||
| Version:        1.1.2 | Version:        1.2.0 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Lightweight SOAP client | Summary:        Lightweight SOAP client | ||||||
| License:        LGPL-3.0-or-later | License:        LGPL-3.0-or-later | ||||||
| Group:          Development/Languages/Python |  | ||||||
| URL:            https://github.com/suds-community/suds | URL:            https://github.com/suds-community/suds | ||||||
| Source:         https://files.pythonhosted.org/packages/source/s/suds/suds-%{version}.tar.gz | Source:         https://files.pythonhosted.org/packages/source/s/suds/suds-%{version}.tar.gz | ||||||
| BuildRequires:  %{python_module devel} | BuildRequires:  %{python_module devel} | ||||||
| # Test requirements | # Test requirements | ||||||
| BuildRequires:  %{python_module pytest} | BuildRequires:  %{python_module pytest} | ||||||
|  | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module setuptools} | BuildRequires:  %{python_module setuptools} | ||||||
| BuildRequires:  %{python_module six} | BuildRequires:  %{python_module six} | ||||||
|  | BuildRequires:  %{python_module wheel} | ||||||
| BuildRequires:  %{python_module xml} | BuildRequires:  %{python_module xml} | ||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| @@ -52,16 +52,16 @@ that fork that is releasing packages under the main suds package name | |||||||
| package). | package). | ||||||
|  |  | ||||||
| %prep | %prep | ||||||
| %setup -q -n suds-%{version} | %autosetup -p1 -n suds-%{version} | ||||||
|  |  | ||||||
| %build | %build | ||||||
| %python_build | %pyproject_wheel | ||||||
|  |  | ||||||
| %install | %install | ||||||
| %python_install | %pyproject_install | ||||||
| # remove tests/ dir from global site-packages | # remove tests/ dir from global site-packages | ||||||
| %python_expand rm -rf %{buildroot}/%{$python_sitelib}/tests | %python_expand rm -rf %{buildroot}/%{$python_sitelib}/tests | ||||||
| %python_expand %fdupes %{buildroot}/%{$python_sitelib}/suds* | %python_expand %fdupes %{buildroot}/%{$python_sitelib} | ||||||
|  |  | ||||||
| %check | %check | ||||||
| %pytest | %pytest | ||||||
| @@ -70,6 +70,6 @@ package). | |||||||
| %doc README.md | %doc README.md | ||||||
| %license LICENSE.txt | %license LICENSE.txt | ||||||
| %{python_sitelib}/suds | %{python_sitelib}/suds | ||||||
| %{python_sitelib}/suds_community-%{version}-py%{python_version}.egg-info | %{python_sitelib}/suds_community-%{version}.dist-info | ||||||
|  |  | ||||||
| %changelog | %changelog | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								suds-1.1.2.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								suds-1.1.2.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								suds-1.2.0.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								suds-1.2.0.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user