Bug 1975496 - golang-github-tinylib-msgp-1.6.3 is available
Summary: golang-github-tinylib-msgp-1.6.3 is available
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: golang-github-tinylib-msgp
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Alejandro Sáez Morollón
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-23 19:22 UTC by Upstream Release Monitoring
Modified: 2026-01-02 09:31 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
[patch] Update to 1.1.6 (#1975496) (1.33 KB, patch)
2021-06-23 19:22 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.1.8 (#1975496) (1.32 KB, patch)
2023-01-02 14:00 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.1.9 (#1975496) (1.33 KB, patch)
2023-10-28 19:53 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.2.0 (#1975496) (1.26 KB, patch)
2024-07-03 18:02 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.2.1 (#1975496) (1.33 KB, patch)
2024-09-08 02:55 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.2.2 (#1975496) (1.33 KB, patch)
2024-10-02 15:42 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.2.3 (#1975496) (1.33 KB, patch)
2024-10-28 00:05 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.2.4 (#1975496) (1.33 KB, patch)
2024-10-31 21:43 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.2.5 (#1975496) (1.33 KB, patch)
2024-12-09 13:26 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.3.0 (#1975496) (1.33 KB, patch)
2025-05-13 14:05 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.4.0 (#1975496) (1.26 KB, patch)
2025-08-26 18:07 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.5.0 (#1975496) (1.26 KB, patch)
2025-10-27 17:51 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.6.1 (#1975496) (1.26 KB, patch)
2025-12-05 13:28 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.6.2 (#1975496) (1.26 KB, patch)
2025-12-30 14:59 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.6.3 (#1975496) (1.26 KB, patch)
2026-01-02 09:27 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2021-06-23 19:22:07 UTC
Latest upstream release: 1.1.6
Current version/release in rawhide: 1.1.5-2.fc34
URL: https://github.com/tinylib/msgp

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

Comment 1 Upstream Release Monitoring 2021-06-23 19:22:11 UTC
Created attachment 1793619 [details]
[patch] Update to 1.1.6 (#1975496)

Comment 2 Upstream Release Monitoring 2021-06-23 19:29:49 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.1.6-1.fc32.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=70700758

Comment 3 Upstream Release Monitoring 2022-12-12 13:37:40 UTC
Releases retrieved: 1.1.7
Upstream release that is considered latest: 1.1.7
Current version/release in rawhide: 1.1.5-7.fc37
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 4 Upstream Release Monitoring 2022-12-12 13:37:50 UTC
Scratch build failed. Details below:

GenericError: File upload failed: cli-build/1670852268.4723945.HZqciure/golang-github-tinylib-msgp-1.1.7-1.fc36.src.rpm
Traceback:
  File "/usr/local/lib/python3.10/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.10/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.10/site-packages/hotness/builders/koji.py", line 451, in _scratch_build
    session.uploadWrapper(source, serverdir)
  File "/usr/lib/python3.10/site-packages/koji/__init__.py", line 3083, in uploadWrapper
    self.fastUpload(localfile, path, name, callback, blocksize, overwrite, volume=volume)
  File "/usr/lib/python3.10/site-packages/koji/__init__.py", line 3018, 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

Comment 5 Upstream Release Monitoring 2023-01-02 14:00:43 UTC
Releases retrieved: 1.1.8
Upstream release that is considered latest: 1.1.8
Current version/release in rawhide: 1.1.5-7.fc37
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 6 Upstream Release Monitoring 2023-01-02 14:00:48 UTC
Created attachment 1935329 [details]
Update to 1.1.8 (#1975496)

Comment 7 Upstream Release Monitoring 2023-01-02 14:06:16 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.1.8-1.fc36.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=95722565

Comment 8 Fedora Admin user for bugzilla script actions 2023-06-11 00:46:51 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 9 Fedora Admin user for bugzilla script actions 2023-07-06 00:21:32 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 10 Upstream Release Monitoring 2023-10-28 19:53:45 UTC
Releases retrieved: 1.1.9
Upstream release that is considered latest: 1.1.9
Current version/release in rawhide: 1.1.5-9.fc39
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 11 Upstream Release Monitoring 2023-10-28 19:53:49 UTC
Created attachment 1996033 [details]
Update to 1.1.9 (#1975496)

Comment 12 Upstream Release Monitoring 2023-10-28 20:00:58 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.1.9-1.fc38.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=108245228

Comment 13 Upstream Release Monitoring 2024-07-03 18:02:52 UTC
Releases retrieved: 1.2.0
Upstream release that is considered latest: 1.2.0
Current version/release in rawhide: 1.1.5-12.fc40
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 14 Upstream Release Monitoring 2024-07-03 18:02:56 UTC
Created attachment 2038927 [details]
Update to 1.2.0 (#1975496)

Comment 15 Upstream Release Monitoring 2024-07-03 18:10:25 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.2.0-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=119951390

Comment 16 Upstream Release Monitoring 2024-09-08 02:54:58 UTC
Releases retrieved: 1.2.1
Upstream release that is considered latest: 1.2.1
Current version/release in rawhide: 1.1.5-13.fc41
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 17 Upstream Release Monitoring 2024-09-08 02:55:12 UTC
Created attachment 2045749 [details]
Update to 1.2.1 (#1975496)

Comment 18 Upstream Release Monitoring 2024-09-08 03:04:01 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.2.1-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=123081950

Comment 19 Upstream Release Monitoring 2024-10-02 15:41:57 UTC
Releases retrieved: 1.2.2
Upstream release that is considered latest: 1.2.2
Current version/release in rawhide: 1.1.5-13.fc41
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 20 Upstream Release Monitoring 2024-10-02 15:42:06 UTC
Created attachment 2050042 [details]
Update to 1.2.2 (#1975496)

Comment 21 Upstream Release Monitoring 2024-10-02 15:42:52 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.2.2-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=124280415

Comment 22 Upstream Release Monitoring 2024-10-28 00:05:04 UTC
Releases retrieved: 1.2.3
Upstream release that is considered latest: 1.2.3
Current version/release in rawhide: 1.1.5-13.fc41
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 23 Upstream Release Monitoring 2024-10-28 00:05:08 UTC
Created attachment 2054005 [details]
Update to 1.2.3 (#1975496)

Comment 24 Upstream Release Monitoring 2024-10-28 00:13:37 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.2.3-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=125272806

Comment 25 Upstream Release Monitoring 2024-10-31 21:43:02 UTC
Releases retrieved: 1.2.4
Upstream release that is considered latest: 1.2.4
Current version/release in rawhide: 1.1.5-13.fc41
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 26 Upstream Release Monitoring 2024-10-31 21:43:12 UTC
Created attachment 2054696 [details]
Update to 1.2.4 (#1975496)

Comment 27 Upstream Release Monitoring 2024-10-31 21:51:13 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.2.4-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=125405157

Comment 28 Upstream Release Monitoring 2024-12-09 13:25:57 UTC
Releases retrieved: 1.2.5
Upstream release that is considered latest: 1.2.5
Current version/release in rawhide: 1.1.5-13.fc41
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 29 Upstream Release Monitoring 2024-12-09 13:26:01 UTC
Created attachment 2061749 [details]
Update to 1.2.5 (#1975496)

Comment 30 Upstream Release Monitoring 2024-12-09 13:46:14 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.2.5-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=126642383

Comment 31 Upstream Release Monitoring 2025-05-13 14:05:17 UTC
Releases retrieved: 1.3.0
Upstream release that is considered latest: 1.3.0
Current version/release in rawhide: 1.1.5-14.fc42
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 32 Upstream Release Monitoring 2025-05-13 14:05:22 UTC
Created attachment 2089608 [details]
Update to 1.3.0 (#1975496)

Comment 33 Upstream Release Monitoring 2025-05-13 14:11:22 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.3.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=132683708

Comment 34 Upstream Release Monitoring 2025-08-26 18:07:44 UTC
Releases retrieved: 1.4.0
Upstream release that is considered latest: 1.4.0
Current version/release in rawhide: 1.1.5-16.fc44
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 35 Upstream Release Monitoring 2025-08-26 18:07:53 UTC
Created attachment 2104884 [details]
Update to 1.4.0 (#1975496)

Comment 36 Upstream Release Monitoring 2025-08-26 18:47:46 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.4.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=136458219

Comment 37 Upstream Release Monitoring 2025-10-27 17:51:10 UTC
Releases retrieved: 1.5.0
Upstream release that is considered latest: 1.5.0
Current version/release in rawhide: 1.1.5-17.fc44
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 38 Upstream Release Monitoring 2025-10-27 17:51:14 UTC
Created attachment 2111048 [details]
Update to 1.5.0 (#1975496)

Comment 39 Upstream Release Monitoring 2025-10-27 18:00:59 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.5.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=138490820

Comment 40 Upstream Release Monitoring 2025-12-05 13:28:13 UTC
Releases retrieved: 1.6.0, 1.6.1
Upstream release that is considered latest: 1.6.1
Current version/release in rawhide: 1.1.5-17.fc44
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 41 Upstream Release Monitoring 2025-12-05 13:28:24 UTC
Created attachment 2117584 [details]
Update to 1.6.1 (#1975496)

Comment 42 Upstream Release Monitoring 2025-12-05 13:40:23 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.6.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=139721957

Comment 43 Upstream Release Monitoring 2025-12-30 14:59:48 UTC
Releases retrieved: 1.6.2
Upstream release that is considered latest: 1.6.2
Current version/release in rawhide: 1.1.5-17.fc44
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 44 Upstream Release Monitoring 2025-12-30 14:59:51 UTC
Created attachment 2120538 [details]
Update to 1.6.2 (#1975496)

Comment 45 Upstream Release Monitoring 2025-12-30 15:04:58 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.6.2-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=140506139

Comment 46 Upstream Release Monitoring 2026-01-02 09:26:59 UTC
Releases retrieved: 1.6.3
Upstream release that is considered latest: 1.6.3
Current version/release in rawhide: 1.1.5-17.fc44
URL: https://github.com/tinylib/msgp

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


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/golang-github-tinylib-msgp

Comment 47 Upstream Release Monitoring 2026-01-02 09:27:03 UTC
Created attachment 2120780 [details]
Update to 1.6.3 (#1975496)

Comment 48 Upstream Release Monitoring 2026-01-02 09:31:29 UTC
the-new-hotness/release-monitoring.org's scratch build of golang-github-tinylib-msgp-1.6.3-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=140639738


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