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

mapclassify v2.0.0 #4

Closed
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .ci_support/linux_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '2.7'
2 changes: 1 addition & 1 deletion .ci_support/linux_python3.5.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '3.5'
2 changes: 1 addition & 1 deletion .ci_support/linux_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '3.6'
2 changes: 1 addition & 1 deletion .ci_support/osx_python2.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ macos_min_version:
- '10.9'
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '2.7'
2 changes: 1 addition & 1 deletion .ci_support/osx_python3.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ macos_min_version:
- '10.9'
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '3.5'
2 changes: 1 addition & 1 deletion .ci_support/osx_python3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ macos_min_version:
- '10.9'
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '3.6'
2 changes: 1 addition & 1 deletion .ci_support/win_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '2.7'
2 changes: 1 addition & 1 deletion .ci_support/win_python3.5.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '3.5'
2 changes: 1 addition & 1 deletion .ci_support/win_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pin_run_as_build:
python:
max_pin: x.x
min_pin: x.x
max_pin: x.x
python:
- '3.6'
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Checklist
* [ ] Used a fork of the feedstock to propose changes
* [ ] Bumped the build number (if the version is unchanged)
* [ ] Reset the build number to `0` (if the version changed)
* [ ] [Re-rendered]( https://conda-forge.org/docs/conda_smithy.html#how-to-re-render ) with the latest `conda-smithy`
* [ ] [Re-rendered]( https://conda-forge.org/docs/conda_smithy.html#how-to-re-render ) with the latest `conda-smithy` (Use the phrase <code>@<space/>conda-forge-admin, please rerender</code> in a comment in this PR for automated rerendering)
* [ ] Ensured the license file is being packaged.

<!--
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "1.0.1" %}
{% set version = "2.0.0" %}

package:
name: mapclassify
version: {{ version }}

source:
url: https://pypi.io/packages/source/m/mapclassify/mapclassify-{{ version }}.tar.gz
sha256: a905be0f124a8d0b96fd9a65c65afcc9699a07e25dc3a3ac445e51e2df380ec7
sha256: 66c932eb41675bf9608f86377c6e3f6bd4d96180400440688c743f00d623bb4e

build:
number: 1
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
Expand Down