Bug 2396842
| Summary: | python-requests-pkcs12: Please rebuild in Fedora 43 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
| Component: | python-requests-pkcs12 | Assignee: | Lukas Slebodnik <lslebodn> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 43 | CC: | lslebodn |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-requests-pkcs12-1.27-1.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-10-07 13:51:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2373702 | ||
|
Description
Karolina Surma
2025-09-19 13:41:30 UTC
The only diff between f43 and rawhide is caused by python rebuild
sh[~/fedpkg/python-requests-pkcs12]$ git pull -v
From ssh://pkgs.fedoraproject.org/rpms/python-requests-pkcs12
= [up to date] f40 -> origin/f40
= [up to date] epel8 -> origin/epel8
= [up to date] epel8-playground -> origin/epel8-playground
= [up to date] epel9 -> origin/epel9
= [up to date] f30 -> origin/f30
= [up to date] f31 -> origin/f31
= [up to date] f32 -> origin/f32
= [up to date] f33 -> origin/f33
= [up to date] f34 -> origin/f34
= [up to date] f35 -> origin/f35
= [up to date] f36 -> origin/f36
= [up to date] f37 -> origin/f37
= [up to date] f38 -> origin/f38
= [up to date] f39 -> origin/f39
= [up to date] f41 -> origin/f41
= [up to date] f42 -> origin/f42
= [up to date] f43 -> origin/f43
= [up to date] main -> origin/main
= [up to date] rawhide -> origin/rawhide
Already up to date.
sh[~/fedpkg/python-requests-pkcs12]$ git diff origin/f43..origin/rawhide
diff --git a/python-requests-pkcs12.spec b/python-requests-pkcs12.spec
index 1284d78..a1918ba 100644
--- a/python-requests-pkcs12.spec
+++ b/python-requests-pkcs12.spec
@@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 1.25
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Add PKCS12 support to the requests library
License: ISC
@@ -62,6 +62,9 @@ fi
%doc README.rst
%changelog
+* Fri Sep 19 2025 Python Maint <python-maint> - 1.25-7
+- Rebuilt for Python 3.14.0rc3 bytecode
+
* Wed Aug 27 2025 Lukas Slebodnik <lslebodn> - 1.25-6
- rhbz#2378169 Migrating to pyproject macros
- https://fedoraproject.org/wiki/Changes/DeprecateSetuppyMacros
I would be interested how it was determined that rawhide and f43 branches differ We are comparing the commit hashes. I see that the unretiring commit diverged the branches, so even though the commits are the same, their hashes differ and we cannot perform fast-forward merge automatically. FEDORA-2025-35e09082ab (python-requests-pkcs12-1.27-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-35e09082ab FEDORA-2025-35e09082ab has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-35e09082ab` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-35e09082ab See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-35e09082ab (python-requests-pkcs12-1.27-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |