ckan / ckan-service-provider

A library for making web services that make functions available as synchronous or asynchronous jobs
http://ckan-service-provider.readthedocs.org
GNU Affero General Public License v3.0
21 stars 23 forks source link

Release Needed to Fix SQLAlchemy Incompatibility #31

Closed JackMc closed 8 years ago

JackMc commented 9 years ago

As fixed in #30, it is causing us a lot of trouble that the version of ckan-service-provider on PyPi requires a specific version of SQLAlchemy (see issue https://github.com/datacats/ckan-multisite/issues/37, https://github.com/datacats/datacats/issues/334).

If a release of ckan-service-provider were released on PyPi, this would allow our automated tooling to pull down the correct version of SQLAlchemy without weird hackery such as installing the correct version of SQLAlchemy manually or grabbing ckan-service-provider from Git.

amercader commented 9 years ago

@JackMc Sorry, I don't understand. ckanserviceprovider 0.0.5, which is on PyPI, includes the fix on #30. What is the problem exactly?

JackMc commented 9 years ago

Whoops, my apologies! Must be something on our end, then.

ERC-data commented 8 years ago

Experienced the same problem. The issue lies with datapusher's stable branch still using 0.0.4 ...

amercader commented 8 years ago

@SAEnergyData sorry about that, I've updated the stable branch. I'd recommend using the latest release or master instead of that one. I've updated the docs to reflect this.

ERC-data commented 8 years ago

Thanks a lot.