From b4e54a90680932dd26803d6e44864341e2e82a85 Mon Sep 17 00:00:00 2001 From: Vladimir Shaleev Date: Sat, 1 Nov 2025 02:38:20 +0300 Subject: [PATCH 1/2] ipaddress: add version 1.2.1 --- recipes/ipaddress/all/conandata.yml | 3 +++ recipes/ipaddress/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/ipaddress/all/conandata.yml b/recipes/ipaddress/all/conandata.yml index d240c4e40fdaf..384b7e4b887da 100644 --- a/recipes/ipaddress/all/conandata.yml +++ b/recipes/ipaddress/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "1.2.1": + url: "https://github.com/VladimirShaleev/ipaddress/archive/v1.2.1.tar.gz" + sha256: "7ad9af8218ad3e96c348d100706b1f5a02706ff49be811913ee2a438ddfa61d2" "1.2.0": url: "https://github.com/VladimirShaleev/ipaddress/archive/v1.2.0.tar.gz" sha256: "c3a52e5297d8f0b152c13b04ea2aead0bb9bc2a963188d740d87c78e770daba1" diff --git a/recipes/ipaddress/config.yml b/recipes/ipaddress/config.yml index be97eb7c8428b..83086d3c0d7fb 100644 --- a/recipes/ipaddress/config.yml +++ b/recipes/ipaddress/config.yml @@ -1,4 +1,6 @@ versions: + "1.2.1": + folder: all "1.2.0": folder: all "1.1.0": From 7d10eefcf2903b983088bbda5298192ebca413ba Mon Sep 17 00:00:00 2001 From: Luis Caro Campos <3535649+jcar87@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:32:59 +0000 Subject: [PATCH 2/2] ipaddress: keep only one version --- recipes/ipaddress/all/conandata.yml | 9 --------- recipes/ipaddress/config.yml | 6 ------ 2 files changed, 15 deletions(-) diff --git a/recipes/ipaddress/all/conandata.yml b/recipes/ipaddress/all/conandata.yml index 384b7e4b887da..61880633191b3 100644 --- a/recipes/ipaddress/all/conandata.yml +++ b/recipes/ipaddress/all/conandata.yml @@ -2,12 +2,3 @@ sources: "1.2.1": url: "https://github.com/VladimirShaleev/ipaddress/archive/v1.2.1.tar.gz" sha256: "7ad9af8218ad3e96c348d100706b1f5a02706ff49be811913ee2a438ddfa61d2" - "1.2.0": - url: "https://github.com/VladimirShaleev/ipaddress/archive/v1.2.0.tar.gz" - sha256: "c3a52e5297d8f0b152c13b04ea2aead0bb9bc2a963188d740d87c78e770daba1" - "1.1.0": - url: "https://github.com/VladimirShaleev/ipaddress/archive/v1.1.0.tar.gz" - sha256: "e5084d83ebd712210882eb6dac14ed1b9b71584dede523b35c6181e0a06375f1" - "1.0.1": - url: "https://github.com/VladimirShaleev/ipaddress/archive/v1.0.1.tar.gz" - sha256: "49c16294f06fe95ffc66cae828dc08d116efb4a1ede3dddd21dcc182a2eceb03" diff --git a/recipes/ipaddress/config.yml b/recipes/ipaddress/config.yml index 83086d3c0d7fb..b230418434b61 100644 --- a/recipes/ipaddress/config.yml +++ b/recipes/ipaddress/config.yml @@ -1,9 +1,3 @@ versions: "1.2.1": folder: all - "1.2.0": - folder: all - "1.1.0": - folder: all - "1.0.1": - folder: all