-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: JFrog.Conan version 2.8.0 (#179052)
- Loading branch information
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Created with komac v2.3.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: JFrog.Conan | ||
PackageVersion: 2.8.0 | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: inno | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
ProductCode: Conan Package Manager_is1 | ||
ReleaseDate: 2024-09-30 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/conan-io/conan/releases/download/2.8.0/conan-2.8.0-windows-i686-installer.exe | ||
InstallerSha256: 217400EA56C770E7EA64C89A8448F7A67A7FE7B34D22791B98F3D4E11EACF354 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/conan-io/conan/releases/download/2.8.0/conan-2.8.0-windows-x86_64-installer.exe | ||
InstallerSha256: 8627C89ED7267448E33942BD5B14FA5DD49ED473A323DBBA1D63265476516719 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
54 changes: 54 additions & 0 deletions
54
manifests/j/JFrog/Conan/2.8.0/JFrog.Conan.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Created with komac v2.3.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: JFrog.Conan | ||
PackageVersion: 2.8.0 | ||
PackageLocale: en-US | ||
Publisher: JFrog | ||
PublisherUrl: https://conan.io/ | ||
PublisherSupportUrl: https://github.com/conan-io/conan/issues | ||
PrivacyUrl: https://conan.io/privacy-policy.html | ||
PackageName: Conan Package Manager | ||
PackageUrl: https://conan.io/ | ||
License: MIT | ||
LicenseUrl: https://github.com/conan-io/conan/blob/HEAD/LICENSE.md | ||
Copyright: Copyright (c) JFrog LTD | ||
CopyrightUrl: https://raw.githubusercontent.com/conan-io/conan/develop/LICENSE.md | ||
ShortDescription: An open source, decentralized package manager, to automate building and sharing of packages | ||
Tags: | ||
- c | ||
- c++ | ||
- cmake | ||
- conan | ||
- multi-platform | ||
- open-source | ||
- package-manager | ||
ReleaseNotes: |- | ||
- Feature: Add support for iOS 18, watchOS 11, tvOS 18, visionOS 2 & macos 15. (#17012). | ||
- Feature: Add Clang 19 support. (#17010). | ||
- Feature: conan config list <pattern> to filter available configurations. (#17000). | ||
- Feature: New auth_remote.py plugin for custom user authentication to Conan remotes. (#16942). | ||
- Feature: New auth_source.py plugin for custom user authentication for generic downloads of sources. (#16942). | ||
- Feature: Add --envs-generation={false} to conan install and conan build to disable the generation of virtualenvs (conanbuildenv.sh|bat and conanrunenv.sh|bat). (#16935). | ||
- Feature: New tools.files.unzip:filter conf that allows to define data, tar and fully_trusted extraction policies for tgz files. (#16918). | ||
- Feature: get() and unzip() tools for source() learned a new extract_filter argument to define data, tar and fully_trusted extraction policies for tgz files. (#16918). | ||
- Feature: Add progress updates for large uploads (>100Mbs) every 10 seconds. (#16913) | ||
- Feature: Implement conan config install-pkg --url=<repo-url> for initial definition of remote URL when no remotes are defined yet. (#16876). | ||
- Feature: Allow building a compatible package still of the current profile one. (#16871) | ||
- Feature: Allow bootstrapping (depending on another variant of yourself), even for the same version. (#16870) | ||
- Feature: Allow [replace_requires] to replace the package name and self.dependencies still works with the old name. (#16443) | ||
- Fix: Let CMakeToolchain defining CMAKE_SYSTEM_XXX even if user_toolchain is defined, but protected in case the toolchain really defines them. (#17036). | ||
- Fix: Replace | character in generated CMake and Environment files. (#17024) | ||
- Fix: Redirect the PkgConfig stderr to the exception raised. (#17020) | ||
- Fix: Use always forward slashes in Windows subsystems bash path. (#16997) | ||
- Fix: Better error messages when conan list --graph=<graph-json-file> file has issues. (#16936) | ||
- Bugfix: PkgConfigDeps.set_property() was not setting properly all the available properties. (#17051) | ||
- Bugfix: BazelDeps did not find DLL files as Conan does not model them in the Windows platform. (#17045) | ||
- Bugfix: Do not skip dependencies of a package if it is not going to be skipped due to tools.graph:skip_binaries=False. (#17033) | ||
- Bugfix: Allow requires(..., package_id_mode) trait in case of diamonds to always use the recipe defined one irrespective of requires() order. (#16987) | ||
- Bugfix: Propagate include_prerelease flag to intersection of VersionRange. (#16986) | ||
- Bugfix: Raise error if invalid value passed to conf.get(check_type=bool). (#16976) | ||
- Bugfix: Allow remote_login accept patterns. (#16942). | ||
ReleaseNotesUrl: https://github.com/conan-io/conan/releases/tag/2.8.0 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.3.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: JFrog.Conan | ||
PackageVersion: 2.8.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |