Skip to content

Commit d828b79

Browse files
authored
Upgrade: python-suds version to 1.1.2 (#12318)
1 parent 6e17b32 commit d828b79

4 files changed

Lines changed: 96 additions & 14 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"suds-1.0.0.tar.gz": "22cd62a08424a320d3f1fe574d3e054b0197f52c260affb36a6ebcb417ba2a8c"
3+
"suds-1.1.2.tar.gz": "5ff532147b608fa4394b2c504a81815a232e46b31bc59abf41f1945caf37e053"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-suds/python-suds.spec

Lines changed: 80 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Distribution: Azure Linux
44

55
Summary: A python SOAP client
66
Name: python-suds
7-
Version: 1.0.0
8-
Release: 2%{?dist}
7+
Version: 1.1.2
8+
Release: 11%{?dist}
99
Source0: https://github.com/suds-community/suds/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
10-
License: LGPLv3+
10+
Patch0: suds-pyname.patch
11+
License: LGPL-3.0-or-later
1112
BuildArch: noarch
1213
URL: https://github.com/suds-community/suds
1314

@@ -38,6 +39,8 @@ Summary: %{summary}
3839
%build
3940
%py3_build
4041

42+
%generate_buildrequires
43+
4144
%install
4245
%py3_install
4346

@@ -51,16 +54,83 @@ Summary: %{summary}
5154
%license LICENSE.txt
5255

5356
%changelog
54-
* Fri Aug 26 2022 Muhammad Falak <mwani@microsoft.com> - 1.0.0-2
57+
* Wed Feb 12 2025 Archana Shettigar <v-shettigara@microsoft.com> - 1.1.2-11
58+
- Initial Azure Linux import from Fedora 41 (license: MIT).
59+
- License verified
5560
- Add BR on `python3-pip` & drop `python3-pytest` to enable ptest
5661

57-
* Fri Feb 25 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.0.0-1
58-
- Updating to version 1.0.0 using Fedora 36 specs (license: MIT) for guidance.
59-
- License verified.
62+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-10
63+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
64+
65+
* Wed Jul 17 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.2-9
66+
- convert license to SPDX
67+
68+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.2-8
69+
- Rebuilt for Python 3.13
70+
71+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-7
72+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
73+
74+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-6
75+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
76+
77+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
78+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
79+
80+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.1.2-4
81+
- Rebuilt for Python 3.12
82+
83+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
84+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
85+
86+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
87+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
88+
89+
* Sat Jul 09 2022 Scott Talbert <swt@techie.net> - 1.1.2-1
90+
- Update to new upstream release 1.1.2 (#2101636)
91+
92+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.1.1-2
93+
- Rebuilt for Python 3.11
94+
95+
* Sat May 28 2022 Scott Talbert <swt@techie.net> - 1.1.1-1
96+
- Update to new upstream release 1.1.1 (#2081127)
97+
- Set python package name to suds (vs suds-community) (#2091107)
98+
99+
* Wed Mar 23 2022 Scott Talbert <swt@techie.net> - 1.1.0-1
100+
- Update to new upstream release 1.1.0 (#2064493)
101+
102+
* Wed Feb 16 2022 Steve Traylen <steve.traylen@cern.ch> - 1.0.0-3
103+
- Migrate pyproject_macros
104+
105+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
106+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
107+
108+
* Fri Oct 29 2021 Scott Talbert <swt@techie.net> - 1.0.0-1
109+
- Update to new upstream release 1.0.0
110+
111+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-2
112+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
113+
114+
* Tue Jun 15 2021 Scott Talbert <swt@techie.net> - 0.8.5-1
115+
- Update to new upstream release 0.8.5
116+
117+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8.4-6
118+
- Rebuilt for Python 3.10
119+
120+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-5
121+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
122+
123+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-4
124+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
125+
126+
* Fri Jun 26 2020 Scott Talbert <swt@techie.net> - 0.8.4-3
127+
- Modernize Python packaging; BR setuptools
128+
129+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.8.4-2
130+
- Rebuilt for Python 3.9
60131

61-
* Thu Oct 14 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.7-1
62-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
63-
- Converting the 'Release' tag to the '[number].[distribution]' format.
132+
* Tue Feb 18 2020 Scott Talbert <swt@techie.net> - 0.8.4-1
133+
- Switch to new upstream https://github.com/suds-community/suds
64134

65135
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-0.17.94664ddd46a6
66136
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -up suds-1.1.1/setup.py.pkg_name suds-1.1.1/setup.py
2+
--- suds-1.1.1/setup.py.pkg_name 2022-05-02 15:35:35.000000000 -0400
3+
+++ suds-1.1.1/setup.py 2022-05-28 17:08:08.819608025 -0400
4+
@@ -645,7 +645,7 @@ licensed under LGPL (see the LICENSE.txt
5+
distribution).
6+
"""
7+
8+
-package_name = os.environ.get('SUDS_PACKAGE', 'suds-community')
9+
+package_name = os.environ.get('SUDS_PACKAGE', 'suds')
10+
version_tag = safe_version(__version__)
11+
project_url = "https://github.com/suds-community/suds"
12+
base_download_url = project_url + "/archive"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24893,8 +24893,8 @@
2489324893
"type": "other",
2489424894
"other": {
2489524895
"name": "python-suds",
24896-
"version": "1.0.0",
24897-
"downloadUrl": "https://github.com/suds-community/suds/archive/v1.0.0.tar.gz"
24896+
"version": "1.1.2",
24897+
"downloadUrl": "https://github.com/suds-community/suds/archive/v1.1.2.tar.gz"
2489824898
}
2489924899
}
2490024900
},

0 commit comments

Comments
 (0)