Latest upstream release: 3.8 Current version/release in rawhide: 3.7.1-4.fc28 URL: http://www.nunit.org/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/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/11527/
One or more of the specfile's Sources is not a valid URL so we cannot automatically build the new version for you. Please use a URL in your Source declarations if possible.
Latest upstream release: 3.8.1 Current version/release in rawhide: 3.7.1-4.fc28 URL: http://www.nunit.org/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/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/11527/
It seems NUnit 3.8 requires System.ValueTuple which comes with Mono 5. Otherwise we would need to get System.ValueTuple from Nuget and package it separately. I opt for waiting until we can build Mono 5 in Rawhide, which means until dotnet packages and msbuild packages are in Rawhide.
Latest upstream release: 3.9 Current version/release in rawhide: 3.7.1-4.fc28 URL: http://www.nunit.org/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/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/11527/
Latest upstream release: v3.10.1 Current version/release in rawhide: 3.7.1-4.fc28 URL: http://www.nunit.org/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/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/11527/
Latest upstream release: 3.12 Current version/release in rawhide: 3.7.1-7.fc30 URL: http://www.nunit.org/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/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/11527/
we could add build-requires: +BuildRequires: mono-winfx +# we need msbuild +BuildRequires: dotnet-sdk-3.1 What parameters are needed for msbuild, to target the 4.5 framework only? This seems to work: dotnet msbuild src/NUnitFramework/framework/nunit.framework.csproj /p:FrameworkPathOverride=/usr/lib/mono/4.5/ /p:TargetFramework=net45 /p:TargetFrameworkVersion=v4.5 but this fails: [root@241-fedoradev nunitlite]# dotnet msbuild nunitlite.csproj /p:FrameworkPathOverride=/usr/lib/mono/4.5/ /p:TargetFrameworkVersion=v4.5 /p:TargetFramework=net45 Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Core Copyright (C) Microsoft Corporation. All rights reserved. /root/rpmbuild/BUILD/nunit-3.12/src/NUnitFramework/nunitlite/nunitlite.csproj : error NU1201: Project nunit.framework is not compatible with netstandard1.4 (.NETStandard,Version=v1.4). Project nunit.framework supports: /root/rpmbuild/BUILD/nunit-3.12/src/NUnitFramework/nunitlite/nunitlite.csproj : error NU1201: - net35 (.NETFramework,Version=v3.5) /root/rpmbuild/BUILD/nunit-3.12/src/NUnitFramework/nunitlite/nunitlite.csproj : error NU1201: - net45 (.NETFramework,Version=v4.5)
I did some work, to get nunit 3.12 to build with dotnet and msbuild: https://src.fedoraproject.org/rpms/nunit/tree/nunit-3.12-copr The problem is, that we don't have access to external resources during the build, so dotnet restore (nuget) cannot work. And we would need a constant dotnet_arches, because there are dotnet packages only for x86_64 and aarch64
Latest upstream release: 3.13 Current version/release in rawhide: 3.7.1-10.fc33 URL: http://www.nunit.org/ 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/11527/
An HTTP error occurred downloading the package's new Source URLs: Getting https://github.com/nunit/nunit/archive/3.13.tar.gz to ./3.13.tar.gz
Latest upstream release: 3.13.1 Current version/release in rawhide: 3.7.1-10.fc33 URL: http://www.nunit.org/ 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/11527/
An HTTP error occurred downloading the package's new Source URLs: Getting https://github.com/nunit/nunit/archive/3.13.1.tar.gz to ./3.13.1.tar.gz
Latest upstream release: 3.13.2 Current version/release in rawhide: 3.7.1-11.fc34 URL: http://www.nunit.org/ 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/11527/
An HTTP error occurred downloading the package's new Source URLs: Getting https://github.com/nunit/nunit/archive/3.13.2.tar.gz to ./3.13.2.tar.gz
Latest upstream release: 3.13.3 Current version/release in rawhide: 3.7.1-13.fc36 URL: http://www.nunit.org/ 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/11527/
Scratch build failed. Details bellow: BuilderException: Build started, but failure happened during post build operations: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-grwumutf/nunit.spec']' returned non-zero exit status 1. StdOut: error: Bad source: ./3.13.3.tar.gz: No such file or directory 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 188, in build raise BuilderException( 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
Releases retrieved: 4.0.0-alpha Upstream release that is considered latest: 4.0.0-alpha Current version/release in rawhide: 3.7.1-16.fc39 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-72cgf_26/nunit.spec']' returned non-zero exit status 1. StdOut: setting SOURCE_DATE_EPOCH=1691280000 error: Bad file: ./4.0.0.tar.gz: No such file or directory RPM build errors: Bad file: ./4.0.0.tar.gz: No such file or directory Traceback: File "/usr/local/lib/python3.11/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.11/site-packages/hotness/builders/koji.py", line 229, in build raise BuilderException( 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
Created attachment 1981981 [details] Update to 4.0.0-alpha (#1485910)
Releases retrieved: 4.0.0-beta.1 Upstream release that is considered latest: 4.0.0-beta.1 Current version/release in rawhide: 3.7.1-16.fc39 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-r4jdi_qp/nunit.spec']' returned non-zero exit status 1. StdOut: setting SOURCE_DATE_EPOCH=1696723200 error: Bad file: ./4.0.0.tar.gz: No such file or directory RPM build errors: Bad file: ./4.0.0.tar.gz: No such file or directory Traceback: File "/usr/local/lib/python3.11/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.11/site-packages/hotness/builders/koji.py", line 229, in build raise BuilderException( 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
Created attachment 1993009 [details] Update to 4.0.0-beta.1 (#1485910)
Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-q04ws2f4/nunit.spec']' returned non-zero exit status 1. StdOut: setting SOURCE_DATE_EPOCH=1699142400 error: Bad file: ./4.0.0.tar.gz: No such file or directory RPM build errors: Bad file: ./4.0.0.tar.gz: No such file or directory Traceback: File "/usr/local/lib/python3.11/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.11/site-packages/hotness/builders/koji.py", line 229, in build raise BuilderException( 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
Created attachment 1997190 [details] Update to 4.0.0-beta.1 (#1485910)
Releases retrieved: 4.0.0 Upstream release that is considered latest: 4.0.0 Current version/release in rawhide: 3.7.1-16.fc39 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-4mv9ns5v/nunit.spec']' returned non-zero exit status 1. StdOut: setting SOURCE_DATE_EPOCH=1701043200 error: Bad file: ./4.0.0.tar.gz: No such file or directory RPM build errors: Bad file: ./4.0.0.tar.gz: No such file or directory Traceback: File "/usr/local/lib/python3.11/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.11/site-packages/hotness/builders/koji.py", line 229, in build raise BuilderException( 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
Created attachment 2001661 [details] Update to 4.0.0 (#1485910)
Releases retrieved: 4.0.1 Upstream release that is considered latest: 4.0.1 Current version/release in rawhide: 3.7.1-16.fc39 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-oz_7ry06/nunit.spec']' returned non-zero exit status 1. StdOut: setting SOURCE_DATE_EPOCH=1701561600 error: Bad file: ./4.0.1.tar.gz: No such file or directory RPM build errors: Bad file: ./4.0.1.tar.gz: No such file or directory Traceback: File "/usr/local/lib/python3.11/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.11/site-packages/hotness/builders/koji.py", line 229, in build raise BuilderException( 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
Created attachment 2002730 [details] Update to 4.0.1 (#1485910)
Releases retrieved: 4.1.0-alpha.0 Upstream release that is considered latest: 4.1.0-alpha.0 Current version/release in rawhide: 3.7.1-18.fc40 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-_u5jypbt/nunit.spec']' returned non-zero exit status 1. StdOut: setting SOURCE_DATE_EPOCH=1708300800 error: Bad file: ./4.1.0.tar.gz: No such file or directory RPM build errors: Bad file: ./4.1.0.tar.gz: No such file or directory Traceback: File "/usr/local/lib/python3.11/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.11/site-packages/hotness/builders/koji.py", line 229, in build raise BuilderException( 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
Created attachment 2017700 [details] Update to 4.1.0-alpha.0 (#1485910)
Releases retrieved: 4.1.0 Upstream release that is considered latest: 4.1.0 Current version/release in rawhide: 3.7.1-18.fc40 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Created attachment 2018828 [details] Update to 4.1.0 (#1485910)
the-new-hotness/release-monitoring.org's scratch build of nunit-4.1.0-1.fc38.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=114044542
Releases retrieved: 4.2.0, 4.2.1 Upstream release that is considered latest: 4.2.1 Current version/release in rawhide: 3.7.1-19.fc41 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Created attachment 2044756 [details] Update to 4.2.1 (#1485910)
the-new-hotness/release-monitoring.org's scratch build of nunit-4.2.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=122398435
Releases retrieved: 4.2.2 Upstream release that is considered latest: 4.2.2 Current version/release in rawhide: 3.7.1-19.fc41 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Created attachment 2045337 [details] Update to 4.2.2 (#1485910)
the-new-hotness/release-monitoring.org's scratch build of nunit-4.2.2-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=122899190
Releases retrieved: 4.3.0 Upstream release that is considered latest: 4.3.0 Current version/release in rawhide: 3.7.1-19.fc41 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Created attachment 2062511 [details] Update to 4.3.0 (#1485910)
the-new-hotness/release-monitoring.org's scratch build of nunit-4.3.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=126860564
Releases retrieved: 4.3.1 Upstream release that is considered latest: 4.3.1 Current version/release in rawhide: 3.7.1-19.fc41 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Created attachment 2063430 [details] Update to 4.3.1 (#1485910)
the-new-hotness/release-monitoring.org's scratch build of nunit-4.3.1-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=127092668
Releases retrieved: 4.3.2 Upstream release that is considered latest: 4.3.2 Current version/release in rawhide: 3.7.1-19.fc41 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Scratch build failed. Details below: BuilderException: Build failed: Couldn't upload source /var/tmp/thn-sw7do1f8/./SRPMS/nunit-4.3.2-1.fc40.src.rpm to koji. 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 477, in _scratch_build raise BuilderException("Couldn't upload source {} to koji.".format(source)) 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
Releases retrieved: 4.4.0-beta.2 Upstream release that is considered latest: 4.4.0-beta.2 Current version/release in rawhide: 3.7.1-22.fc43 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-0nsoz2os/nunit.spec']' returned non-zero exit status 1. StdOut: setting SOURCE_DATE_EPOCH=1753747200 error: Bad file: ./4.4.0.tar.gz: No such file or directory RPM build errors: Bad file: ./4.4.0.tar.gz: No such file or directory 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 229, in build raise BuilderException( 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
Created attachment 2098718 [details] Update to 4.4.0-beta.2 (#1485910)
Releases retrieved: 4.4.0 Upstream release that is considered latest: 4.4.0 Current version/release in rawhide: 3.7.1-22.fc43 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Created attachment 2103193 [details] Update to 4.4.0 (#1485910)
the-new-hotness/release-monitoring.org's scratch build of nunit-4.4.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=135910624
Releases retrieved: 4.5.0 Upstream release that is considered latest: 4.5.0 Current version/release in rawhide: 3.7.1-23.fc44 URL: http://www.nunit.org/ 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/11527/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nunit
Created attachment 2129861 [details] Update to 4.5.0 (#1485910)
the-new-hotness/release-monitoring.org's scratch build of nunit-4.5.0-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=142458432