Bug 2279037 - python-bcrypt-4.2.1 is available
Summary: python-bcrypt-4.2.1 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-bcrypt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Pierre-YvesChibon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2327003
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-05-04 05:21 UTC by Upstream Release Monitoring
Modified: 2024-12-31 14:43 UTC (History)
6 users (show)

Fixed In Version: python-bcrypt-4.2.1-1.fc42
Clone Of:
Environment:
Last Closed: 2024-12-31 14:43:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Update to 4.1.3 (#2279037) (695 bytes, patch)
2024-05-04 05:21 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 4.2.0 (#2279037) (696 bytes, patch)
2024-07-22 18:49 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 4.2.1 (#2279037) (696 bytes, patch)
2024-11-19 21:29 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2024-05-04 05:21:23 UTC
Releases retrieved: 4.1.3
Upstream release that is considered latest: 4.1.3
Current version/release in rawhide: 4.1.2-2.fc41
URL: http://pypi.python.org/pypi/bcrypt

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/9047/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/python-bcrypt

Comment 1 Upstream Release Monitoring 2024-05-04 05:21:27 UTC
Created attachment 2031210 [details]
Update to 4.1.3 (#2279037)

Comment 2 Upstream Release Monitoring 2024-05-04 05:27:38 UTC
the-new-hotness/release-monitoring.org's scratch build of python-bcrypt-4.1.3-1.fc38.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=117226722

Comment 3 Upstream Release Monitoring 2024-07-22 18:49:55 UTC
Releases retrieved: 4.2.0
Upstream release that is considered latest: 4.2.0
Current version/release in rawhide: 4.1.2-4.fc41
URL: http://pypi.python.org/pypi/bcrypt

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/9047/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/python-bcrypt

Comment 4 Upstream Release Monitoring 2024-07-22 18:49:59 UTC
Created attachment 2040145 [details]
Update to 4.2.0 (#2279037)

Comment 5 Upstream Release Monitoring 2024-07-22 18:57:42 UTC
the-new-hotness/release-monitoring.org's scratch build of python-bcrypt-4.2.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=120863871

Comment 6 Upstream Release Monitoring 2024-11-19 21:29:15 UTC
Releases retrieved: 4.2.1
Upstream release that is considered latest: 4.2.1
Current version/release in rawhide: 4.1.2-5.fc41
URL: http://pypi.python.org/pypi/bcrypt

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/9047/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/python-bcrypt

Comment 7 Upstream Release Monitoring 2024-11-19 21:29:18 UTC
Created attachment 2058772 [details]
Update to 4.2.1 (#2279037)

Comment 8 Upstream Release Monitoring 2024-11-19 21:48:30 UTC
the-new-hotness/release-monitoring.org's scratch build of python-bcrypt-4.2.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=126029752

Comment 9 Romain Geissler 2024-12-25 15:32:39 UTC
This fails in rawhide currently because it requires rust-bcrypt 0.16 which builds fine ---> https://bugzilla.redhat.com/show_bug.cgi?id=2327003

Comment 10 Ben Beasley 2024-12-25 15:48:50 UTC
Because rust-bcrypt 0.15 -> 0.16 is an API-breaking update per SemVer, we have to make sure there is no impact to other packages. In the general case, packages are often not affected by API changes in practice, and their dependency bounds can be patched. (Note that Rust crate library packages have a permanent exception to the Updates Policy allowing them to be updated incompatibly in stable releases.)

In this case, python-bcrypt is the only package that depends on rust-bcrypt, so it’s sufficient to update both packages at the same time and build them together in the same side tags.

Comment 11 Romain Geissler 2024-12-25 16:13:13 UTC
If it's ok to do that, at least in rawhide, then it would allow us to build python-bcrypt for EPEL 10 with the updated version without asking some compat versions of the rust dependencies or patching the rust dependencies versions of python-bcrypt. See the python-bcrypt request for EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2313795

The alternative being to patch the rust dependencies version. Not sure which option is the preferred one.

Comment 12 Fedora Update System 2024-12-31 14:41:33 UTC
FEDORA-2024-d37965e75a (python-bcrypt-4.2.1-1.fc42 and rust-bcrypt-0.16.0-1.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-d37965e75a

Comment 13 Fedora Update System 2024-12-31 14:43:50 UTC
FEDORA-2024-d37965e75a (python-bcrypt-4.2.1-1.fc42 and rust-bcrypt-0.16.0-1.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.