conda-forge / airflow-feedstock

A conda-smithy repository for airflow.
BSD 3-Clause "New" or "Revised" License
6 stars 17 forks source link

airflow v1.10.5 #36

Closed regro-cf-autotick-bot closed 5 years ago

regro-cf-autotick-bot commented 5 years ago

It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one.

This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues!

Here is a list of all the pending dependencies (and their versions) for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
airflow 1.10.5 Anaconda-Server Badge
simple-salesforce 0.74.3 Anaconda-Server Badge
conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

sodre commented 5 years ago

okay.. .that got worst....

xylar commented 5 years ago

A (the?) problem is that argcomplete-feedstock isn't being maintained. I'm working on getting myself added as a maintainer: https://github.com/conda-forge/argcomplete-feedstock/pull/9

xylar commented 5 years ago

argcomplete is coming from defaults rather than conda-forge but I think we can live with that for now.

I thought CI had passed but obviously not yet.

xylar commented 5 years ago

Okay, it all passed. Merging...

sodre commented 5 years ago

thanks @xylar, and sorry for making it harder :(

Do you think it makes sense to ping upstream about the missing dependencies in their setup.py file, .e.g configparser and flask-admin?

xylar commented 5 years ago

@sodre, I think you might have been looking at setup.py on master rather than on the 1.10.5 tag: https://github.com/apache/airflow/blob/1.10.5/setup.py#L332 configparse and flask-admin are still listed as dependencies there.

I believe the unlisted dependency on backports is gone in master, at least the particular import that gave azure trouble is gone. So that one doesn't seem like it's worth reporting unless it comes up again in the next release.