Skip to content

Commit

Permalink
Merge pull request conda-forge#3 from petl-developers/master
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
alimanfoo authored Jul 25, 2018
2 parents 73d5f71 + 5d9d031 commit 4380465
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
min_pin: x.x
python:
- '2.7'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
About petl
==========

Home: http://github.com/alimanfoo/petl
Home: http://github.com/petl-developers/petl

Package license: MIT

Expand Down
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "petl" %}
{% set version = "1.1.1" %}
{% set sha256 = "50039a8fc476c442e52087dbea306858b1a875dee655536c5ffe5f90f2ed6da1" %}
{% set version = "1.2.0" %}
{% set sha256 = "9f10da5719d731844ccc278f6dfc092e17eb93197d92c556a9d5903202226863" %}

package:
name: {{ name|lower }}
Expand All @@ -13,7 +13,7 @@ source:

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

requirements:
Expand All @@ -33,12 +33,12 @@ test:
- nosetests -v petl

about:
home: http://github.com/alimanfoo/petl
home: http://github.com/petl-developers/petl
license: MIT
license_file: LICENSE.txt
summary: 'A Python package for extracting, transforming and loading tables of data.'
doc_url: http://petl.readthedocs.io/
dev_url: https://github.com/alimanfoo/petl
dev_url: https://github.com/petl-developers/petl

extra:
recipe-maintainers:
Expand Down

0 comments on commit 4380465

Please sign in to comment.