Skip to content

Commit

Permalink
chore(conan): Update test fixture
Browse files Browse the repository at this point in the history
This change is a (not strictly needed) preparation for Conan 2.x support
in ORT.

Updating the Poco recipe to the current version offered by the Conan
Center Index allows it to work with both, version 1.x and 2.x of Conan.

The lock file has been created using Conan version 1.64.1:

```shell
rm -rf ~/.conan/data
conan lock create --lockfile-out lockfile.lock conanfile.py
```

[Conan Center Index]: https://github.com/conan-io/conan-center-index
Commit: 28b987ff9ac9a0f33a70fadde15cdc337524243d

Signed-off-by: Reto Schneider <[email protected]>
  • Loading branch information
rettichschnidi committed Jul 26, 2024
1 parent 9391fd1 commit 57cc78b
Show file tree
Hide file tree
Showing 4 changed files with 697 additions and 201 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,197 @@
---
project:
id: "Conan::Poco:1.9.3"
id: "Conan::poco:null"
definition_file_path: "plugins/package-managers/conan/src/funTest/assets/projects/synthetic/conan-py/conanfile.py"
authors:
- "The Author"
declared_licenses:
- "The Boost Software License 1.0"
- "BSL-1.0"
declared_licenses_processed:
unmapped:
- "The Boost Software License 1.0"
spdx_expression: "BSL-1.0"
vcs:
type: "Git"
url: "http://github.com/pocoproject/conan-poco.git"
url: "https://github.com/conan-io/conan-center-index.git"
revision: ""
path: ""
vcs_processed:
type: "Git"
url: "<REPLACE_URL_PROCESSED>"
revision: "<REPLACE_REVISION>"
path: "<REPLACE_PATH>"
homepage_url: ""
homepage_url: "https://pocoproject.org"
scopes:
- name: "build_requires"
dependencies: []
- name: "requires"
dependencies:
- id: "Conan::openssl:3.0.0"
- id: "Conan::expat:2.6.2"
- id: "Conan::libmysqlclient:8.1.0"
dependencies:
- id: "Conan::lz4:1.9.4"
- id: "Conan::openssl:3.2.2"
dependencies:
- id: "Conan::zlib:1.3.1"
- id: "Conan::zlib:1.3.1"
- id: "Conan::zstd:1.5.5"
- id: "Conan::libpq:15.4"
- id: "Conan::openssl:3.2.2"
dependencies:
- id: "Conan::zlib:1.3.1"
- id: "Conan::pcre2:10.42"
dependencies:
- id: "Conan::zlib:1.2.12"
- id: "Conan::bzip2:1.0.8"
- id: "Conan::zlib:1.3.1"
- id: "Conan::sqlite3:3.45.0"
- id: "Conan::zlib:1.3.1"
packages:
- id: "Conan::openssl:3.0.0"
purl: "pkg:conan/[email protected]"
- id: "Conan::bzip2:1.0.8"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "bzip2-1.0.8"
declared_licenses_processed:
unmapped:
- "bzip2-1.0.8"
description: "bzip2 is a free and open-source file compression program that uses\
\ the Burrows Wheeler algorithm."
homepage_url: "https://sourceware.org/bzip2"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz"
hash:
value: "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269"
algorithm: "SHA-256"
vcs:
type: ""
url: ""
revision: ""
path: ""
vcs_processed:
type: ""
url: ""
revision: ""
path: ""
- id: "Conan::expat:2.6.2"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "MIT"
declared_licenses_processed:
spdx_expression: "MIT"
description: "Fast streaming XML parser written in C."
homepage_url: "https://github.com/libexpat/libexpat"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz"
hash:
value: "ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364"
algorithm: "SHA-256"
vcs:
type: "Git"
url: "https://github.com/libexpat/libexpat.git"
revision: ""
path: ""
vcs_processed:
type: "Git"
url: "https://github.com/libexpat/libexpat.git"
revision: ""
path: ""
- id: "Conan::libmysqlclient:8.1.0"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "GPL-2.0"
declared_licenses_processed:
spdx_expression: "GPL-2.0-only"
mapped:
GPL-2.0: "GPL-2.0-only"
description: "A MySQL client library for C development."
homepage_url: "https://dev.mysql.com/downloads/mysql/"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://dev.mysql.com/get/Downloads/MySQL-8.1/mysql-8.1.0.tar.gz"
hash:
value: "3dd017a940734aa90796a4c65e125e6712f64bbbbe3388d36469deaa87b599eb"
algorithm: "SHA-256"
vcs:
type: ""
url: ""
revision: ""
path: ""
vcs_processed:
type: ""
url: ""
revision: ""
path: ""
is_modified: true
- id: "Conan::libpq:15.4"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "PostgreSQL"
declared_licenses_processed:
spdx_expression: "PostgreSQL"
description: "The library used by all the standard PostgreSQL tools."
homepage_url: "https://www.postgresql.org/docs/current/static/libpq.html"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://ftp.postgresql.org/pub/source/v15.4/postgresql-15.4.tar.bz2"
hash:
value: "baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9"
algorithm: "SHA-256"
vcs:
type: ""
url: ""
revision: ""
path: ""
vcs_processed:
type: ""
url: ""
revision: ""
path: ""
is_modified: true
- id: "Conan::lz4:1.9.4"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "BSD-2-Clause"
- "BSD-3-Clause"
declared_licenses_processed:
spdx_expression: "BSD-2-Clause AND BSD-3-Clause"
description: "Extremely Fast Compression algorithm"
homepage_url: "https://github.com/lz4/lz4"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://github.com/lz4/lz4/archive/v1.9.4.tar.gz"
hash:
value: "0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b"
algorithm: "SHA-256"
vcs:
type: "Git"
url: "https://github.com/lz4/lz4.git"
revision: ""
path: ""
vcs_processed:
type: "Git"
url: "https://github.com/lz4/lz4.git"
revision: ""
path: ""
is_modified: true
- id: "Conan::openssl:3.2.2"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "Apache-2.0"
declared_licenses_processed:
Expand All @@ -44,9 +205,9 @@ packages:
value: ""
algorithm: ""
source_artifact:
url: "https://www.openssl.org/source/openssl-3.0.0.tar.gz"
url: "https://github.com/openssl/openssl/releases/download/openssl-3.2.2/openssl-3.2.2.tar.gz"
hash:
value: "59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536"
value: "197149c18d9e9f292c43f0400acaba12e5f52cacfe050f3d199277ea738ec2e7"
algorithm: "SHA-256"
vcs:
type: "Git"
Expand All @@ -58,8 +219,64 @@ packages:
url: "https://github.com/openssl/openssl.git"
revision: ""
path: ""
- id: "Conan::zlib:1.2.12"
purl: "pkg:conan/[email protected]"
- id: "Conan::pcre2:10.42"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "BSD-3-Clause"
declared_licenses_processed:
spdx_expression: "BSD-3-Clause"
description: "Perl Compatible Regular Expressions"
homepage_url: "https://www.pcre.org/"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.bz2"
hash:
value: "8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840"
algorithm: "SHA-256"
vcs:
type: ""
url: ""
revision: ""
path: ""
vcs_processed:
type: ""
url: ""
revision: ""
path: ""
- id: "Conan::sqlite3:3.45.0"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "Unlicense"
declared_licenses_processed:
spdx_expression: "Unlicense"
description: "Self-contained, serverless, in-process SQL database engine."
homepage_url: "https://www.sqlite.org"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://sqlite.org/2024/sqlite-amalgamation-3450000.zip"
hash:
value: "bde30d13ebdf84926ddd5e8b6df145be03a577a48fd075a087a5dd815bcdf740"
algorithm: "SHA-256"
vcs:
type: ""
url: ""
revision: ""
path: ""
vcs_processed:
type: ""
url: ""
revision: ""
path: ""
- id: "Conan::zlib:1.3.1"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "Zlib"
declared_licenses_processed:
Expand All @@ -73,9 +290,9 @@ packages:
value: ""
algorithm: ""
source_artifact:
url: "https://zlib.net/fossils/zlib-1.2.12.tar.gz"
url: "https://zlib.net/fossils/zlib-1.3.1.tar.gz"
hash:
value: "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9"
value: "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
algorithm: "SHA-256"
vcs:
type: ""
Expand All @@ -88,3 +305,32 @@ packages:
revision: ""
path: ""
is_modified: true
- id: "Conan::zstd:1.5.5"
purl: "pkg:conan/[email protected]"
declared_licenses:
- "BSD-3-Clause"
declared_licenses_processed:
spdx_expression: "BSD-3-Clause"
description: "Zstandard - Fast real-time compression algorithm"
homepage_url: "https://github.com/facebook/zstd"
binary_artifact:
url: ""
hash:
value: ""
algorithm: ""
source_artifact:
url: "https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz"
hash:
value: "9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4"
algorithm: "SHA-256"
vcs:
type: "Git"
url: "https://github.com/facebook/zstd.git"
revision: ""
path: ""
vcs_processed:
type: "Git"
url: "https://github.com/facebook/zstd.git"
revision: ""
path: ""
is_modified: true
Loading

0 comments on commit 57cc78b

Please sign in to comment.