Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipython-sql v0.4.0 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "ipython-sql" %}
{% set version = "0.3.9" %}
{% set version = "0.4.0" %}

package:
name: {{ name }}
Expand All @@ -8,12 +8,12 @@ package:
source:
fn: ipython-sql-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 7187f6371f38b89d8fb63c2c7c4233d9000fb53b460dae79e4a359df366cc3ed
sha256: 3e888e59bf57277cbd6f383cb232858b2d7c71219e5749257128f16d9857e46c

build:
number: 1004
number: 0
noarch: python
script:
script:
- python -m pip install --no-deps --ignore-installed .

requirements:
Expand All @@ -37,11 +37,9 @@ about:
home: https://pypi.python.org/pypi/ipython-sql
license: MIT
license_file: LICENSE
summary: 'RDBMS access via IPython'
summary: RDBMS access via IPython

description: 'ipython-sql introduces a %sql (or %%sql) magic to your notebook allowing you to
connect to a database, using SQLAlchemy connect strings, then issue SQL commands within
IPython or IPython Notebook.'
description: ipython-sql introduces a %sql (or %%sql) magic to your notebook allowing you to connect to a database, using SQLAlchemy connect strings, then issue SQL commands within IPython or IPython Notebook.
dev_url: https://github.com/catherinedevlin/ipython-sql

extra:
Expand Down