Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/python-suds/python-suds.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"suds-1.0.0.tar.gz": "22cd62a08424a320d3f1fe574d3e054b0197f52c260affb36a6ebcb417ba2a8c"
"suds-1.1.2.tar.gz": "5ff532147b608fa4394b2c504a81815a232e46b31bc59abf41f1945caf37e053"
}
}
}
90 changes: 80 additions & 10 deletions SPECS-EXTENDED/python-suds/python-suds.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Distribution: Azure Linux

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

Expand Down Expand Up @@ -38,6 +39,8 @@ Summary: %{summary}
%build
%py3_build

%generate_buildrequires

%install
%py3_install

Expand All @@ -51,16 +54,83 @@ Summary: %{summary}
%license LICENSE.txt
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should find the relevant license info and put it here even for this upgraded version.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated license info as mentioned


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

* Fri Feb 25 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.0.0-1
- Updating to version 1.0.0 using Fedora 36 specs (license: MIT) for guidance.
- License verified.
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Wed Jul 17 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.2-9
- convert license to SPDX

* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.2-8
- Rebuilt for Python 3.13

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.1.2-4
- Rebuilt for Python 3.12

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Sat Jul 09 2022 Scott Talbert <swt@techie.net> - 1.1.2-1
- Update to new upstream release 1.1.2 (#2101636)

* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.1.1-2
- Rebuilt for Python 3.11

* Sat May 28 2022 Scott Talbert <swt@techie.net> - 1.1.1-1
- Update to new upstream release 1.1.1 (#2081127)
- Set python package name to suds (vs suds-community) (#2091107)

* Wed Mar 23 2022 Scott Talbert <swt@techie.net> - 1.1.0-1
- Update to new upstream release 1.1.0 (#2064493)

* Wed Feb 16 2022 Steve Traylen <steve.traylen@cern.ch> - 1.0.0-3
- Migrate pyproject_macros

* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Oct 29 2021 Scott Talbert <swt@techie.net> - 1.0.0-1
- Update to new upstream release 1.0.0

* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jun 15 2021 Scott Talbert <swt@techie.net> - 0.8.5-1
- Update to new upstream release 0.8.5

* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8.4-6
- Rebuilt for Python 3.10

* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Fri Jun 26 2020 Scott Talbert <swt@techie.net> - 0.8.4-3
- Modernize Python packaging; BR setuptools

* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.8.4-2
- Rebuilt for Python 3.9

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

* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-0.17.94664ddd46a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
12 changes: 12 additions & 0 deletions SPECS-EXTENDED/python-suds/suds-pyname.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -up suds-1.1.1/setup.py.pkg_name suds-1.1.1/setup.py
--- suds-1.1.1/setup.py.pkg_name 2022-05-02 15:35:35.000000000 -0400
+++ suds-1.1.1/setup.py 2022-05-28 17:08:08.819608025 -0400
@@ -645,7 +645,7 @@ licensed under LGPL (see the LICENSE.txt
distribution).
"""

-package_name = os.environ.get('SUDS_PACKAGE', 'suds-community')
+package_name = os.environ.get('SUDS_PACKAGE', 'suds')
version_tag = safe_version(__version__)
project_url = "https://github.com/suds-community/suds"
base_download_url = project_url + "/archive"
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24893,8 +24893,8 @@
"type": "other",
"other": {
"name": "python-suds",
"version": "1.0.0",
"downloadUrl": "https://github.com/suds-community/suds/archive/v1.0.0.tar.gz"
"version": "1.1.2",
"downloadUrl": "https://github.com/suds-community/suds/archive/v1.1.2.tar.gz"
}
}
},
Expand Down