From 1212f6bc0259e4728856b2ce13726c7f94cc3feb Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Wed, 25 Jul 2018 23:25:26 +0100 Subject: [PATCH 1/4] migrate org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cde69f9..0e979e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About petl ========== -Home: http://github.com/alimanfoo/petl +Home: http://github.com/petl-developers/petl Package license: MIT @@ -102,4 +102,4 @@ In order to produce a uniquely identifiable distribution: the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string). * If the version of a package **is** being increased, please remember to return the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string) - back to 0. \ No newline at end of file + back to 0. From 6caa29378b7bae1076e8f20aaf08a5a94e86dc17 Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Wed, 25 Jul 2018 23:26:49 +0100 Subject: [PATCH 2/4] 1.2.0 release --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 97fadbe..eac99bd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 }} @@ -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: From 452836234a3eb711aeb7d201dc86470f4de20085 Mon Sep 17 00:00:00 2001 From: Alistair Miles Date: Wed, 25 Jul 2018 23:28:11 +0100 Subject: [PATCH 3/4] reset build --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index eac99bd..89a6fb1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,7 +13,7 @@ source: build: noarch: python - number: 1 + number: 0 script: python -m pip install --no-deps --ignore-installed . requirements: From 5d9d031600b006fb178810a84de7fa4261e54947 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Wed, 25 Jul 2018 22:29:31 +0000 Subject: [PATCH 4/4] MNT: Re-rendered with conda-smithy 3.1.8 and pinning 2018.07.20 --- .ci_support/linux_.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/linux_.yaml b/.ci_support/linux_.yaml index dca2267..06eed9b 100644 --- a/.ci_support/linux_.yaml +++ b/.ci_support/linux_.yaml @@ -1,6 +1,6 @@ pin_run_as_build: python: - min_pin: x.x max_pin: x.x + min_pin: x.x python: - '2.7' diff --git a/README.md b/README.md index 0e979e1..f2132ae 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,4 @@ In order to produce a uniquely identifiable distribution: the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string). * If the version of a package **is** being increased, please remember to return the [``build/number``](http://conda.pydata.org/docs/building/meta-yaml.html#build-number-and-string) - back to 0. + back to 0. \ No newline at end of file