Skip to content

Commit

Permalink
update version to 1.0.6 - Remove pandas from meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asepscareer committed Jul 24, 2024
1 parent b1f3688 commit 489879a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fast_finish: true

matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
===========

1.0.6
-------
- Remove pandas from meta.yaml


1.0.5
-------
- Excluded pandas dependency to streamline the library and reduce external dependencies.
Expand Down
13 changes: 5 additions & 8 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ycnbc" %}
{% set version = "1.0.4" %}
{% set version = "1.0.6" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "207da19e87792bf742d2744eee2fe18169853c1b82cfe14a9a7cfb8d05f09137"
sha256: "901BC86660D303E1C6533D96FA41687E623DD7682429C2225747E5CEFBDFB120"

build:
noarch: python
Expand All @@ -16,14 +16,12 @@ build:

requirements:
host:
- pandas >=0.24.0
- requests >=2.23.0
- lxml >=4.5.1
- pip
- python

run:
- pandas >=0.24.0
- requests >=2.23.0
- lxml >=4.5.1
- python
Expand All @@ -34,15 +32,14 @@ test:

about:
home: "https://github.com/asepscareer/ycnbc"
license: "Apache Software"
license: "Apache Software License"
license_family: "APACHE"
license_file: ""
summary: "CNBC data downloader"
description:
description: "A Python package for downloading CNBC data."
doc_url: "https://github.com/asepscareer/ycnbc"
dev_url: "https://pypi.python.org/pypi/ycnbc"
doc_source_url: https://github.com/asepscareer/ycnbc/blob/master/README.md

doc_source_url: "https://github.com/asepscareer/ycnbc/blob/master/README.md"

extra:
recipe-maintainers:
Expand Down
2 changes: 1 addition & 1 deletion ycnbc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.5"
version = "1.0.6"

0 comments on commit 489879a

Please sign in to comment.