Skip to content

Commit

Permalink
Tighten depends max_pin="x.x.x" for all azure-sdk-for-cpp packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Feb 27, 2024
1 parent f421c38 commit 973e3c2
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 0 deletions.
13 changes: 13 additions & 0 deletions recipe/patch_yaml/azure-core-cpp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Azure SDK for C++ maintainers do not guarantee binary compatibility
# between any releases
# https://github.com/Azure/azure-sdk-for-cpp/issues/5322
#
# The run_exports max_pin was set to "x.x.x" in
# https://github.com/conda-forge/azure-core-cpp-feedstock/pull/14
if:
has_depends: azure-core-cpp*
timestamp_lt: 1709048999000
then:
- tighten_depends:
name: azure-core-cpp
max_pin: x.x.x
13 changes: 13 additions & 0 deletions recipe/patch_yaml/azure-identity-cpp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Azure SDK for C++ maintainers do not guarantee binary compatibility
# between any releases
# https://github.com/Azure/azure-sdk-for-cpp/issues/5322
#
# The run_exports max_pin was set to "x.x.x" in
# https://github.com/conda-forge/azure-identity-cpp-feedstock/pull/6
if:
has_depends: azure-identity-cpp*
timestamp_lt: 1709048999000
then:
- tighten_depends:
name: azure-identity-cpp
max_pin: x.x.x
13 changes: 13 additions & 0 deletions recipe/patch_yaml/azure-storage-blobs-cpp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Azure SDK for C++ maintainers do not guarantee binary compatibility
# between any releases
# https://github.com/Azure/azure-sdk-for-cpp/issues/5322
#
# The run_exports max_pin was set to "x.x.x" in
# https://github.com/conda-forge/azure-storage-blobs-cpp-feedstock/pull/10
if:
has_depends: azure-storage-blobs-cpp*
timestamp_lt: 1709048999000
then:
- tighten_depends:
name: azure-storage-blobs-cpp
max_pin: x.x.x
13 changes: 13 additions & 0 deletions recipe/patch_yaml/azure-storage-common-cpp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Azure SDK for C++ maintainers do not guarantee binary compatibility
# between any releases
# https://github.com/Azure/azure-sdk-for-cpp/issues/5322
#
# The run_exports max_pin was set to "x.x.x" in
# https://github.com/conda-forge/azure-storage-common-cpp-feedstock/pull/13
if:
has_depends: azure-storage-common-cpp*
timestamp_lt: 1709048999000
then:
- tighten_depends:
name: azure-storage-common-cpp
max_pin: x.x.x
13 changes: 13 additions & 0 deletions recipe/patch_yaml/azure-storage-files-datalake-cpp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Azure SDK for C++ maintainers do not guarantee binary compatibility
# between any releases
# https://github.com/Azure/azure-sdk-for-cpp/issues/5322
#
# The run_exports max_pin was set to "x.x.x" in
# https://github.com/conda-forge/azure-storage-files-datalake-cpp-feedstock/pull/8
if:
has_depends: azure-storage-files-datalake-cpp*
timestamp_lt: 1709048999000
then:
- tighten_depends:
name: azure-storage-files-datalake-cpp
max_pin: x.x.x
13 changes: 13 additions & 0 deletions recipe/patch_yaml/azure-storage-files-shares-cpp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Azure SDK for C++ maintainers do not guarantee binary compatibility
# between any releases
# https://github.com/Azure/azure-sdk-for-cpp/issues/5322
#
# The run_exports max_pin was set to "x.x.x" in
# https://github.com/conda-forge/azure-storage-files-shares-cpp-feedstock/pull/7
if:
has_depends: azure-storage-files-shares-cpp*
timestamp_lt: 1709048999000
then:
- tighten_depends:
name: azure-storage-files-shares-cpp
max_pin: x.x.x
13 changes: 13 additions & 0 deletions recipe/patch_yaml/azure-storage-queues-cpp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# The Azure SDK for C++ maintainers do not guarantee binary compatibility
# between any releases
# https://github.com/Azure/azure-sdk-for-cpp/issues/5322
#
# The run_exports max_pin was set to "x.x.x" in
# https://github.com/conda-forge/azure-storage-queues-cpp-feedstock/pull/6
if:
has_depends: azure-storage-queues-cpp*
timestamp_lt: 1709048999000
then:
- tighten_depends:
name: azure-storage-queues-cpp
max_pin: x.x.x

0 comments on commit 973e3c2

Please sign in to comment.