Latest upstream release: 21.1.1 Current version/release in rawhide: 20.12.3-2.fc34 URL: http://autobahn.ws/ 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/7015/
Created attachment 1755315 [details] [patch] Update to 21.1.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-21.1.1-1.fc32.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=61429707
Latest upstream release: 21.2.1 Current version/release in rawhide: 21.1.1-1.fc34 URL: http://autobahn.ws/ 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/7015/
Created attachment 1756370 [details] [patch] Update to 21.2.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-21.2.1-1.fc32.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=61756567
Latest upstream release: 21.2.2 Current version/release in rawhide: 21.2.1-1.fc35 URL: http://autobahn.ws/ 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/7015/
Created attachment 1759406 [details] [patch] Update to 21.2.2 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-21.2.2-1.fc32.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=62707457
This 21.2.2 has broken deps in rawhide: Problem: conflicting requests - nothing provides python3.9dist(cryptography) >= 3.4.6 needed by python3-autobahn-21.2.2-1.fc35.noarch - nothing provides python3.9dist(txaio) >= 21.2.1 needed by python3-autobahn-21.2.2-1.fc35.noarch
(In reply to Orion Poplawski from comment #9) > This 21.2.2 has broken deps in rawhide: > > Problem: conflicting requests > - nothing provides python3.9dist(cryptography) >= 3.4.6 needed by > python3-autobahn-21.2.2-1.fc35.noarch > - nothing provides python3.9dist(txaio) >= 21.2.1 needed by > python3-autobahn-21.2.2-1.fc35.noarch This currently affects Fedora-Comp_Neuro-Live-Rawhide-20210228.n.0 livespin breakaga https://koji.fedoraproject.org/koji/taskinfo?taskID=62818646
cryptography is outdated -> https://bugzilla.redhat.com/show_bug.cgi?id=1927044 Update of autobahn was needed because of CVE-2020-35678
(In reply to Fabian Affolter from comment #11) > cryptography is outdated -> > https://bugzilla.redhat.com/show_bug.cgi?id=1927044 > > Update of autobahn was needed because of CVE-2020-35678 For CVE issue, I suggest what is *exactly* needed to resolve the issue beforehand, not upgrading version if possible: https://github.com/crossbario/autobahn-python/pull/1439
.. I meant I suggest investigating what is exactly needed to resolve the issue beforehand, before upgrading version.
In the meantime did I patch python-autobahn to allow other cryptography releases. I highly doubt that I will get answer regarding the cryptography update as it's two weeks now. I'm following the Fedora Update Guidelines when ever possible. As far as I remember do the guidelines not prevent me from updating a packages in Rawhide. There would have been no issues if txaio and cryptography were updated as they should have been in the first place. But it's not an ideal world.
Hi, I don't plan to update cryptography to 3.4.6. 3.4.5 contains latest bug fixes. 3.4.6 is only a binary update with latest OpenSSL release. Since Fedora does not use binary wheels, it does not make sense to update to 3.4.6.
(In reply to Fabian Affolter from comment #14) > I'm following the Fedora Update Guidelines when ever possible. As far as I > remember do the guidelines not prevent me from updating a packages in > Rawhide. Of course, provided if you don't break package. For now, reassigning.
> I'm following the Fedora Update Guidelines when ever possible. As far as I remember do the guidelines not prevent me from updating a packages in Rawhide. There are guidelines that prevent you from updating packages to introduce broken dependency. Namely https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_automatically_generated_dependencies says: """The packager MUST inspect the generated requires for correctness. All dependencies MUST be resolvable within the targeted Fedora version.""" And https://docs.fedoraproject.org/en-US/packaging-guidelines/#_package_dependencies says: """All package dependencies (build-time or runtime, regular, weak or otherwise) MUST ALWAYS be satisfiable within the official Fedora repositories.""" Please, before you build updates, check if the package installs. If it is blocked by another update, query the status of that update prior to pushing and building the package with broken dependencies. Pushing updates that don't install **does not** fix a security issue, because users cannot install them. I can help you setup a CI that figures the installability for you automatically if you use pull requests. If using pull requests to packages you (co)maintain would be too complicated, please build the package locally or as Koji scratchbuild and try to install it before pushing the update. Thanks.
Latest upstream release: 21.3.1.dev1 Current version/release in rawhide: 21.2.2-2.fc35 URL: http://autobahn.ws/ 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/7015/
An HTTP error occurred downloading the package's new Source URLs: Getting https://github.com/crossbario/autobahn-python/archive/v21.3.1.dev1/autobahn-21.3.1.dev1.tar.gz to ./autobahn-21.3.1.dev1.tar.gz
Latest upstream release: 21.3.1 Current version/release in rawhide: 21.2.2-2.fc35 URL: http://autobahn.ws/ 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/7015/
Created attachment 1760260 [details] [patch] Update to 21.3.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-21.3.1-1.fc32.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=62946303
(In reply to Miro Hrončok from comment #17) > > I'm following the Fedora Update Guidelines when ever possible. As far as I remember do the guidelines not prevent me from updating a packages in Rawhide. > > There are guidelines that prevent you from updating packages to introduce > broken dependency. Namely > https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ > #_automatically_generated_dependencies says: > > """The packager MUST inspect the generated requires for correctness. All > dependencies MUST be resolvable within the targeted Fedora version.""" > > And > https://docs.fedoraproject.org/en-US/packaging-guidelines/ > #_package_dependencies says: > > """All package dependencies (build-time or runtime, regular, weak or > otherwise) MUST ALWAYS be satisfiable within the official Fedora > repositories.""" Thanks on the free lecturing. I will return the favor: -> Rawhide is the name given to the current development version of Fedora. (https://fedoraproject.org/wiki/Releases/Rawhide) My guess is that I'm simply no seeing "stable", "ready-for-production" or "everything-works" here... -> Software components included in Fedora need to be maintained actively, and bugs - especially security issues - need to be fixed in a timely manner. I will simple let this stand: "maintained actively" We can now talk about the precedence a day long... > Please, before you build updates, check if the package installs. If it is > blocked by another update, query the status of that update prior to pushing > and building the package with broken dependencies. Pushing updates that > don't install **does not** fix a security issue, because users cannot > install them. I highly doubt that a Rawhide user will not be able to work-around those kind of issue. If not then it's likely not the system that person should use. > I can help you setup a CI that figures the installability for you > automatically if you use pull requests. If using pull requests to packages > you (co)maintain would be too complicated, please build the package locally > or as Koji scratchbuild and try to install it before pushing the update. > Thanks. How should a scratch build help to determine the "installability"? They don't...this scratch build (https://koji.fedoraproject.org/koji/taskinfo?taskID=62959118) will not be installable but passes. Same for mockbuild. Talking about "setting up a CI" is very nice if you have a cost center and 8 h per day to do it. Doing PRs, let the CI pass, iterate...I'm all for it. Äh, no thanks. I'm still waiting for Pagure and src.fpo to get a massive performance improvements. Did I forgot to mention the build process itself? If I ship updates that breaks something...so be it. In an ideal world I would have infinite time to test every single update for its functionality, of course on all releases. Till then, I have to take the most time efficient route. I guess that you can tell me more about my "FTI-vs.-shipped updates" rate. Let's face the facts or change the point of view: The installation is broken because others didn't do their jobs in the first place. I know who checks the Bugzilla notifications. You made it already clear that you don't like my workflow because it doesn't play nice with yours or your idea how others should do things.
(In reply to Christian Heimes from comment #15) > Hi, > > I don't plan to update cryptography to 3.4.6. 3.4.5 contains latest bug > fixes. 3.4.6 is only a binary update with latest OpenSSL release. Since > Fedora does not use binary wheels, it does not make sense to update to 3.4.6. 3.4.6 is a new release and not shipping it is the root cause of autobahn's FTI. I guess that the dependency generator did got that memo ;-) I've already patched cryptography version restraining away.
> How should a scratch build help to determine the "installability"? By checking if the built package installs e.g. in mock. > Let's face the facts or change the point of view: The installation is broken because others didn't do their jobs in the first place No, the installation is broken because the package was updated without checking if it installs. Please, don't blame others for this. > You made it already clear that you don't like my workflow because it doesn't play nice with yours or your idea how others should do things. Yes, I've repeatedly made it clear that your workflow is not very considerate to other Fedora contributors. I've tried to explain things, give reasons, but clearly your point of view is "this is rawhide and I am free to break it", so I don't know what more can I do. I am very much grateful for all your packaging work, but please, could you be a little bit more careful with your changes and drop the "whatever, it's your job to update all the packages ASAP" attitude? I've always considered you my friend and I don't understand why you are so hostile here.
Latest upstream release: 21.11.1 Current version/release in rawhide: 21.2.2-4.fc35 URL: http://autobahn.ws/ 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/7015/
Created attachment 1842862 [details] [patch] Update to 21.11.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-21.11.1-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=79122159
Latest upstream release: 22.1.1 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/
Scratch build failed. Details bellow: GenericError: File upload failed: cli-build/1643407245.5829983.JMAVSenW/python-autobahn-22.1.1-1.fc34.src.rpm Traceback: File "/usr/local/lib/python3.9/site-packages/hotness/use_cases/package_scratch_build_use_case.py", line 56, in build result = self.builder.build(request.package, request.opts) File "/usr/local/lib/python3.9/site-packages/hotness/builders/koji.py", line 198, in build output["build_id"] = self._scratch_build(session, package.name, srpm) File "/usr/local/lib/python3.9/site-packages/hotness/builders/koji.py", line 451, in _scratch_build session.uploadWrapper(source, serverdir) File "/usr/lib/python3.9/site-packages/koji/__init__.py", line 3000, in uploadWrapper self.fastUpload(localfile, path, name, callback, blocksize, overwrite, volume=volume) File "/usr/lib/python3.9/site-packages/koji/__init__.py", line 2935, in fastUpload raise GenericError("File upload failed: %s/%s" % (path, name)) If you think this issue is caused by some bug in the-new-hotness, please report it on the-new-hotness issue tracker: https://github.com/fedora-infra/the-new-hotness/issues
Latest upstream release: 22.2.1 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/
Created attachment 1863036 [details] Update to 22.2.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.2.1-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=83231657
Latest upstream release: 22.2.2 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/
Created attachment 1863100 [details] Update to 22.2.2 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.2.2-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=83248753
Latest upstream release: 22.3.1 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/
Created attachment 1868495 [details] Update to 22.3.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.3.1-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=84760390
Latest upstream release: 22.3.2 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/
Created attachment 1868549 [details] Update to 22.3.2 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.3.2-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=84800236
Latest upstream release: 22.4.1 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/
Created attachment 1876995 [details] Update to 22.4.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.4.1-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=86635025
Latest upstream release: 22.4.2 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/
Created attachment 1877078 [details] Update to 22.4.2 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.4.2-1.fc34.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=86643823
Releases retrieved: 22.5.1 Upstream release that is considered latest: 22.5.1 Current version/release in rawhide: 21.2.2-5.fc36 URL: http://autobahn.ws/ 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/7015/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/python-autobahn
Created attachment 1886137 [details] Update to 22.5.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.5.1-1.fc36.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=87815544
Releases retrieved: 22.6.1 Upstream release that is considered latest: 22.6.1 Current version/release in rawhide: 21.2.2-6.fc37 URL: http://autobahn.ws/ 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/7015/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/python-autobahn
Created attachment 1894679 [details] Update to 22.6.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.6.1-1.fc36.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=89114203
Releases retrieved: 22.7.1 Upstream release that is considered latest: 22.7.1 Current version/release in rawhide: 21.2.2-7.fc37 URL: http://autobahn.ws/ 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/7015/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/python-autobahn
Created attachment 1902951 [details] Update to 22.7.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.7.1-1.fc36.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=90404625
Releases retrieved: 22.12.1 Upstream release that is considered latest: 22.12.1 Current version/release in rawhide: 21.2.2-7.fc37 URL: http://autobahn.ws/ 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/7015/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/python-autobahn
Created attachment 1933467 [details] Update to 22.12.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-22.12.1-1.fc36.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=95511779
Releases retrieved: 23.1.1 Upstream release that is considered latest: 23.1.1 Current version/release in rawhide: 22.12.1-1.fc38 URL: http://autobahn.ws/ 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/7015/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/python-autobahn
Created attachment 1938264 [details] Update to 23.1.1 (#1925733)
the-new-hotness/release-monitoring.org's scratch build of python-autobahn-23.1.1-1.fc36.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=96179716
Done in rawhide: https://bodhi.fedoraproject.org/updates/FEDORA-2023-97ce9ea3cf