-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tighten depends max_pin="x.x.x" for all azure-sdk-for-cpp packages
- Loading branch information
1 parent
f421c38
commit 973e3c2
Showing
7 changed files
with
91 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,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 |
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,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 |
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,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 |
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,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 |
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,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 |
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,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 |
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,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 |