Skip to content

Commit

Permalink
Merge pull request #699 from jjerphan/snappy/pin-minor-version-for-ru…
Browse files Browse the repository at this point in the history
…ntime-export

Correct runtime requirements for snappy <1.2.0
  • Loading branch information
mariusvniekerk authored Apr 8, 2024
2 parents 2298466 + ad13e8b commit 503d567
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion recipe/patch_yaml/snappy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# from this snippet
# _replace_pin('snappy >=1.1.7,<1.1.8.0a0', 'snappy >=1.1.7,<2.0.0.0a0', deps, record)
#
# Adapted with respect to the ABI change from 1.1.x to 1.2.x:
# See: https://github.com/conda-forge/snappy-feedstock/issues/35
if:
name: "*"
then:
- replace_depends:
old: snappy >=1.1.7,<1.1.8.0a0
new: snappy >=1.1.7,<2.0.0.0a0
new: snappy >=1.1.7,<1.2.0.0a0
---
# ABI change from 1.1.x to 1.2.x
# See: https://github.com/conda-forge/snappy-feedstock/issues/35
if:
name: "*"
has_depends: snappy
timestamp_lt: 1712498454329
then:
- tighten_depends:
name: snappy
max_pin: 'x.x'

0 comments on commit 503d567

Please sign in to comment.