Skip to content

Commit

Permalink
test(conan): Update expected results
Browse files Browse the repository at this point in the history
This required to regenerate the lockfile with

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

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 9, 2024
1 parent af559df commit 55fa8bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project:
dependencies: []
- name: "requires"
dependencies:
- id: "Conan::expat:2.6.2"
- id: "Conan::expat:2.6.3"
- id: "Conan::libmysqlclient:8.1.0"
dependencies:
- id: "Conan::lz4:1.9.4"
Expand Down Expand Up @@ -72,8 +72,8 @@ packages:
url: ""
revision: ""
path: ""
- id: "Conan::expat:2.6.2"
purl: "pkg:conan/expat@2.6.2"
- id: "Conan::expat:2.6.3"
purl: "pkg:conan/expat@2.6.3"
declared_licenses:
- "MIT"
declared_licenses_processed:
Expand All @@ -86,9 +86,9 @@ packages:
value: ""
algorithm: ""
source_artifact:
url: "https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz"
url: "https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.xz"
hash:
value: "ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364"
value: "274db254a6979bde5aad404763a704956940e465843f2a9bd9ed7af22e2c0efc"
algorithm: "SHA-256"
vcs:
type: "Git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"context": "host"
},
"4": {
"ref": "expat/2.6.2",
"ref": "expat/2.6.3",
"options": "char_type=char\nfPIC=True\nlarge_size=False\nshared=False",
"package_id": "a1ba772dbe13186199f7ecf8dde362ba9613ecf7",
"context": "host"
Expand Down Expand Up @@ -94,4 +94,4 @@
},
"version": "0.4",
"profile_host": "[settings]\narch=x86_64\narch_build=x86_64\nbuild_type=Release\ncompiler=gcc\ncompiler.libcxx=libstdc++\ncompiler.version=12\nos=Linux\nos_build=Linux\n[options]\n[build_requires]\n[env]\n"
}
}

0 comments on commit 55fa8bd

Please sign in to comment.