Bug 2376478 - mycli-1.41.2 is available
Summary: mycli-1.41.2 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mycli
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Terje Rosten
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2379468 2400645 2400649 2401804 2403121 2403353 2403381
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-04 21:20 UTC by Upstream Release Monitoring
Modified: 2025-12-04 00:51 UTC (History)
3 users (show)

Fixed In Version: mycli-1.41.2-1.fc43
Clone Of:
Environment:
Last Closed: 2025-12-04 00:51:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Update to 1.33.0 (#2376478) (1.12 KB, patch)
2025-07-07 13:42 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.34.0 (#2376478) (1.12 KB, patch)
2025-07-11 11:39 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.34.1 (#2376478) (1.12 KB, patch)
2025-07-12 16:54 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.34.2 (#2376478) (1.12 KB, patch)
2025-07-12 22:44 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.34.4 (#2376478) (1.12 KB, patch)
2025-07-15 20:02 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.35.0 (#2376478) (1.12 KB, patch)
2025-07-18 12:03 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.36.0 (#2376478) (1.12 KB, patch)
2025-07-19 15:52 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.37.0 (#2376478) (1.18 KB, patch)
2025-07-28 13:43 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.37.1 (#2376478) (1.18 KB, patch)
2025-07-28 21:32 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.38.0 (#2376478) (1.13 KB, patch)
2025-08-16 20:15 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.38.2 (#2376478) (1.13 KB, patch)
2025-08-19 11:16 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.38.3 (#2376478) (1.13 KB, patch)
2025-08-21 22:23 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.38.4 (#2376478) (1.13 KB, patch)
2025-09-06 21:16 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.39.0 (#2376478) (1.13 KB, patch)
2025-09-30 21:31 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.39.1 (#2376478) (1.13 KB, patch)
2025-10-06 20:24 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.40.0 (#2376478) (1.13 KB, patch)
2025-10-14 12:11 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.41.0 (#2376478) (1.13 KB, patch)
2025-11-01 14:34 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.41.1 (#2376478) (1.13 KB, patch)
2025-11-15 21:59 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.41.2 (#2376478) (1.04 KB, patch)
2025-11-24 15:03 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2025-07-04 21:20:20 UTC
Releases retrieved: 1.32.0
Upstream release that is considered latest: 1.32.0
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 1 Upstream Release Monitoring 2025-07-04 21:20:29 UTC
Scratch build failed. Details below:

Fault: <Fault 1: "<class 'FileExistsError'>: [Errno 17] File exists: '/mnt/koji/work/cli-build/1751664023.6058984.SfRVpkoA'">
Traceback:
  File "/usr/local/lib/python3.12/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.12/site-packages/hotness/builders/koji.py", line 252, in build
    output["build_id"] = self._scratch_build(session, package.name, srpm)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 469, in _scratch_build
    session.uploadWrapper(source, serverdir)
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3406, in uploadWrapper
    self.fastUpload(localfile, path, name, callback, blocksize, overwrite, volume=volume)
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3303, in fastUpload
    result = self._callMethod('rawUpload', (chunk, ofs, path, name), callopts)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3120, in _renew_expired_session
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3199, in _callMethod
    raise err
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3146, in _callMethod
    return self._sendCall(handler, headers, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3039, in _sendCall
    raise e
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3035, in _sendCall
    return self._sendOneCall(handler, headers, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3088, in _sendOneCall
    ret = self._read_xmlrpc_response(r)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3100, in _read_xmlrpc_response
    result = u.close()
             ^^^^^^^^^
  File "/usr/lib64/python3.12/xmlrpc/client.py", line 668, in close
    raise Fault(**self._stack[0])

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

Comment 2 Upstream Release Monitoring 2025-07-07 13:42:37 UTC
Releases retrieved: 1.33.0
Upstream release that is considered latest: 1.33.0
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 3 Upstream Release Monitoring 2025-07-07 13:42:40 UTC
Created attachment 2096366 [details]
Update to 1.33.0 (#2376478)

Comment 4 Upstream Release Monitoring 2025-07-07 13:50:28 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.33.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=134653220

Comment 5 Upstream Release Monitoring 2025-07-11 11:39:14 UTC
Releases retrieved: 1.34.0
Upstream release that is considered latest: 1.34.0
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 6 Upstream Release Monitoring 2025-07-11 11:39:18 UTC
Created attachment 2096987 [details]
Update to 1.34.0 (#2376478)

Comment 7 Upstream Release Monitoring 2025-07-11 11:44:33 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.34.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=134752567

Comment 8 Upstream Release Monitoring 2025-07-12 16:54:25 UTC
Releases retrieved: 1.34.1
Upstream release that is considered latest: 1.34.1
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 9 Upstream Release Monitoring 2025-07-12 16:54:28 UTC
Created attachment 2097086 [details]
Update to 1.34.1 (#2376478)

Comment 10 Upstream Release Monitoring 2025-07-12 17:00:45 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.34.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=134771364

Comment 11 Upstream Release Monitoring 2025-07-12 22:44:46 UTC
Releases retrieved: 1.34.2
Upstream release that is considered latest: 1.34.2
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 12 Upstream Release Monitoring 2025-07-12 22:44:54 UTC
Created attachment 2097093 [details]
Update to 1.34.2 (#2376478)

Comment 13 Upstream Release Monitoring 2025-07-12 22:49:31 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.34.2-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=134775195

Comment 14 Upstream Release Monitoring 2025-07-14 11:56:24 UTC
Releases retrieved: 1.34.3
Upstream release that is considered latest: 1.34.3
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 15 Upstream Release Monitoring 2025-07-14 11:56:33 UTC
Scratch build failed. Details below:

Fault: <Fault 1: "<class 'FileExistsError'>: [Errno 17] File exists: '/mnt/koji/work/cli-build/1752494186.872506.qADlQCfA'">
Traceback:
  File "/usr/local/lib/python3.12/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.12/site-packages/hotness/builders/koji.py", line 252, in build
    output["build_id"] = self._scratch_build(session, package.name, srpm)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 469, in _scratch_build
    session.uploadWrapper(source, serverdir)
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3406, in uploadWrapper
    self.fastUpload(localfile, path, name, callback, blocksize, overwrite, volume=volume)
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3303, in fastUpload
    result = self._callMethod('rawUpload', (chunk, ofs, path, name), callopts)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3120, in _renew_expired_session
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3199, in _callMethod
    raise err
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3146, in _callMethod
    return self._sendCall(handler, headers, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3039, in _sendCall
    raise e
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3035, in _sendCall
    return self._sendOneCall(handler, headers, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3088, in _sendOneCall
    ret = self._read_xmlrpc_response(r)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3100, in _read_xmlrpc_response
    result = u.close()
             ^^^^^^^^^
  File "/usr/lib64/python3.12/xmlrpc/client.py", line 668, in close
    raise Fault(**self._stack[0])

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

Comment 16 Upstream Release Monitoring 2025-07-15 20:02:19 UTC
Releases retrieved: 1.34.4
Upstream release that is considered latest: 1.34.4
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 17 Upstream Release Monitoring 2025-07-15 20:02:23 UTC
Created attachment 2097364 [details]
Update to 1.34.4 (#2376478)

Comment 18 Upstream Release Monitoring 2025-07-15 20:06:57 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.34.4-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=134848606

Comment 19 Upstream Release Monitoring 2025-07-18 12:03:40 UTC
Releases retrieved: 1.35.0
Upstream release that is considered latest: 1.35.0
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 20 Upstream Release Monitoring 2025-07-18 12:03:49 UTC
Created attachment 2097595 [details]
Update to 1.35.0 (#2376478)

Comment 21 Upstream Release Monitoring 2025-07-18 12:08:45 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.35.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=134929206

Comment 22 Upstream Release Monitoring 2025-07-19 15:52:33 UTC
Releases retrieved: 1.36.0
Upstream release that is considered latest: 1.36.0
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 23 Upstream Release Monitoring 2025-07-19 15:52:37 UTC
Created attachment 2097719 [details]
Update to 1.36.0 (#2376478)

Comment 24 Upstream Release Monitoring 2025-07-19 15:56:44 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.36.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=134981974

Comment 25 Upstream Release Monitoring 2025-07-28 13:43:45 UTC
Releases retrieved: 1.37.0
Upstream release that is considered latest: 1.37.0
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 26 Upstream Release Monitoring 2025-07-28 13:43:49 UTC
Created attachment 2098549 [details]
Update to 1.37.0 (#2376478)

Comment 27 Upstream Release Monitoring 2025-07-28 13:49:00 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.37.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=135394367

Comment 28 Upstream Release Monitoring 2025-07-28 21:32:30 UTC
Releases retrieved: 1.37.1
Upstream release that is considered latest: 1.37.1
Current version/release in rawhide: 1.31.2-2.fc43
URL: http://mycli.net/

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/8755/


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

Comment 29 Upstream Release Monitoring 2025-07-28 21:32:34 UTC
Created attachment 2098600 [details]
Update to 1.37.1 (#2376478)

Comment 30 Upstream Release Monitoring 2025-07-28 21:36:40 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.37.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=135403952

Comment 31 Upstream Release Monitoring 2025-08-16 20:15:01 UTC
Releases retrieved: 1.38.0
Upstream release that is considered latest: 1.38.0
Current version/release in rawhide: 1.37.1-2.fc44
URL: http://mycli.net/

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/8755/


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

Comment 32 Upstream Release Monitoring 2025-08-16 20:15:05 UTC
Created attachment 2103922 [details]
Update to 1.38.0 (#2376478)

Comment 33 Upstream Release Monitoring 2025-08-16 20:20:20 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.38.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=136154343

Comment 34 Upstream Release Monitoring 2025-08-19 11:16:43 UTC
Releases retrieved: 1.38.1, 1.38.2
Upstream release that is considered latest: 1.38.2
Current version/release in rawhide: 1.37.1-2.fc44
URL: http://mycli.net/

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/8755/


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

Comment 35 Upstream Release Monitoring 2025-08-19 11:16:47 UTC
Created attachment 2104093 [details]
Update to 1.38.2 (#2376478)

Comment 36 Upstream Release Monitoring 2025-08-19 11:20:38 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.38.2-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=136232631

Comment 37 Upstream Release Monitoring 2025-08-21 22:23:12 UTC
Releases retrieved: 1.38.3
Upstream release that is considered latest: 1.38.3
Current version/release in rawhide: 1.37.1-2.fc44
URL: http://mycli.net/

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/8755/


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

Comment 38 Upstream Release Monitoring 2025-08-21 22:23:15 UTC
Created attachment 2104382 [details]
Update to 1.38.3 (#2376478)

Comment 39 Upstream Release Monitoring 2025-08-21 22:29:06 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.38.3-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=136312614

Comment 40 Upstream Release Monitoring 2025-09-06 21:16:25 UTC
Releases retrieved: 1.38.4
Upstream release that is considered latest: 1.38.4
Current version/release in rawhide: 1.37.1-2.fc44
URL: http://mycli.net/

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/8755/


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

Comment 41 Upstream Release Monitoring 2025-09-06 21:16:28 UTC
Created attachment 2105871 [details]
Update to 1.38.4 (#2376478)

Comment 42 Upstream Release Monitoring 2025-09-06 21:22:04 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.38.4-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=136839405

Comment 43 Upstream Release Monitoring 2025-09-30 21:31:25 UTC
Releases retrieved: 1.39.0
Upstream release that is considered latest: 1.39.0
Current version/release in rawhide: 1.37.1-3.fc44
URL: http://mycli.net/

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/8755/


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

Comment 44 Upstream Release Monitoring 2025-09-30 21:31:34 UTC
Created attachment 2108172 [details]
Update to 1.39.0 (#2376478)

Comment 45 Upstream Release Monitoring 2025-09-30 21:36:07 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.39.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=137654233

Comment 46 Upstream Release Monitoring 2025-10-06 20:24:46 UTC
Releases retrieved: 1.39.1
Upstream release that is considered latest: 1.39.1
Current version/release in rawhide: 1.37.1-3.fc44
URL: http://mycli.net/

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/8755/


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

Comment 47 Upstream Release Monitoring 2025-10-06 20:24:55 UTC
Created attachment 2108890 [details]
Update to 1.39.1 (#2376478)

Comment 48 Upstream Release Monitoring 2025-10-06 20:30:17 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.39.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=137851984

Comment 49 Upstream Release Monitoring 2025-10-14 12:11:48 UTC
Releases retrieved: 1.40.0
Upstream release that is considered latest: 1.40.0
Current version/release in rawhide: 1.37.1-3.fc44
URL: http://mycli.net/

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/8755/


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

Comment 50 Upstream Release Monitoring 2025-10-14 12:11:53 UTC
Created attachment 2109705 [details]
Update to 1.40.0 (#2376478)

Comment 51 Upstream Release Monitoring 2025-10-14 12:19:09 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.40.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=138140226

Comment 52 Upstream Release Monitoring 2025-11-01 14:34:13 UTC
Releases retrieved: 1.41.0
Upstream release that is considered latest: 1.41.0
Current version/release in rawhide: 1.37.1-3.fc44
URL: http://mycli.net/

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/8755/


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

Comment 53 Upstream Release Monitoring 2025-11-01 14:34:17 UTC
Created attachment 2111792 [details]
Update to 1.41.0 (#2376478)

Comment 54 Upstream Release Monitoring 2025-11-01 14:38:56 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.41.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=138625103

Comment 55 Upstream Release Monitoring 2025-11-15 21:59:32 UTC
Releases retrieved: 1.41.1
Upstream release that is considered latest: 1.41.1
Current version/release in rawhide: 1.37.1-3.fc44
URL: http://mycli.net/

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/8755/


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

Comment 56 Upstream Release Monitoring 2025-11-15 21:59:37 UTC
Created attachment 2114589 [details]
Update to 1.41.1 (#2376478)

Comment 57 Upstream Release Monitoring 2025-11-15 22:07:27 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.41.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=138944974

Comment 58 Terje Rosten 2025-11-17 20:13:44 UTC
Resolved in rawhide:

 https://bodhi.fedoraproject.org/updates/FEDORA-2025-1209a35b87

Comment 59 Upstream Release Monitoring 2025-11-24 15:03:56 UTC
Releases retrieved: 1.41.2
Upstream release that is considered latest: 1.41.2
Current version/release in rawhide: 1.41.1-1.fc44
URL: http://mycli.net/

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/8755/


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

Comment 60 Upstream Release Monitoring 2025-11-24 15:03:59 UTC
Created attachment 2116113 [details]
Update to 1.41.2 (#2376478)

Comment 61 Upstream Release Monitoring 2025-11-24 15:12:04 UTC
the-new-hotness/release-monitoring.org's scratch build of mycli-1.41.2-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=139255716

Comment 62 Fedora Update System 2025-11-25 10:21:21 UTC
FEDORA-2025-cb2e76c177 (mycli-1.41.2-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-cb2e76c177

Comment 63 Fedora Update System 2025-11-26 01:42:44 UTC
FEDORA-2025-cb2e76c177 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-cb2e76c177`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-cb2e76c177

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 64 Fedora Update System 2025-12-04 00:51:28 UTC
FEDORA-2025-cb2e76c177 (mycli-1.41.2-1.fc43) has been pushed to the Fedora 43 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.