Bug 1895611
| Summary: | python-SecretStorage-3.3.1 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | python-SecretStorage | Assignee: | Charalampos Stratakis <cstratak> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | cstratak, ctubbsii, projects.rg, pviktori, python-sig, williamjmorenor | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-SecretStorage-3.3.1-1.fc35 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-03-16 16:08:07 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: | 1873845 | ||||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2020-11-07 18:12:25 UTC
One or more of the new sources for this package are identical to the old sources. It's likely this package does not use the version macro in its Source URLs. If possible, please update the specfile to include the version macro in the Source URLs SecretStorage 3.2.0, 2020-11-07 =============================== * Added helper function ``check_service_availability`` for checking if the Secret Service daemon is available without using it Does that mean the management of possible backends got significantly improved? Remember there was a recent bug with backintime been not able to find any backend. Latest upstream release: 3.3.0 Current version/release in rawhide: 3.2.0-2.fc34 URL: https://pypi.python.org/pypi/SecretStorage 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://fedoraproject.org/wiki/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/4020/ One or more of the new sources for this package are identical to the old sources. This is most likely caused either by identical source files between releases, for example service files, or the specfile does not use version macro in its source URLs. If this is the second case, then please update the specfile to use version macro in its source URLs. Created attachment 1733004 [details]
[patch] Update to 3.3.0 (#1895611)
This bug should have been closed with bug 1873845, because the update to 3.2.0 occurred in that update (https://bodhi.fedoraproject.org/updates/FEDORA-2020-06256bf669). However, it seems the notification tooling for new versions found an even newer version 3.3.0 now. So, I guess it should be left open until that version is pushed. A rebase to the latest version fails with:
======================================================================
ERROR: test_create_collection (test_collection.MockCollectionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/SecretStorage-3.3.0/tests/test_collection.py", line 82, in test_create_collection
collection = create_collection(self.connection, "My Label")
File "/builddir/build/BUILD/SecretStorage-3.3.0/secretstorage/collection.py", line 143, in create_collection
dismissed, result = exec_prompt(connection, prompt)
File "/builddir/build/BUILD/SecretStorage-3.3.0/secretstorage/util.py", line 140, in exec_prompt
dismissed, result = connection.recv_until_filtered(signals).body
AttributeError: 'DBusConnection' object has no attribute 'recv_until_filtered'
----------------------------------------------------------------------
Latest upstream release: 3.3.1 Current version/release in rawhide: 3.2.0-3.fc34 URL: https://pypi.python.org/pypi/SecretStorage 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://fedoraproject.org/wiki/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/4020/ One or more of the new sources for this package are identical to the old sources. This is most likely caused either by identical source files between releases, for example service files, or the specfile does not use version macro in its source URLs. If this is the second case, then please update the specfile to use version macro in its source URLs. An unexpected error occurred while creating the scratch build and has been automatically reported. Sorry! Built in rawhide. |