From 489879abc9cb7225462561bbc295ca17ff425d41 Mon Sep 17 00:00:00 2001 From: asepscareer Date: Wed, 24 Jul 2024 16:34:10 +0700 Subject: [PATCH] update version to 1.0.6 - Remove pandas from meta.yaml --- .travis.yml | 1 + CHANGELOG.rst | 5 +++++ meta.yaml | 13 +++++-------- ycnbc/version.py | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91d821c..cd5080a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ fast_finish: true matrix: include: + - python: 3.5 - python: 3.6 - python: 3.7 - python: 3.8 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bcd07d2..f0b50fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/meta.yaml b/meta.yaml index 64d6fd4..960f86a 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,5 +1,5 @@ {% set name = "ycnbc" %} -{% set version = "1.0.4" %} +{% set version = "1.0.6" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: "207da19e87792bf742d2744eee2fe18169853c1b82cfe14a9a7cfb8d05f09137" + sha256: "901BC86660D303E1C6533D96FA41687E623DD7682429C2225747E5CEFBDFB120" build: noarch: python @@ -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 @@ -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: diff --git a/ycnbc/version.py b/ycnbc/version.py index 4920851..8f63b1f 100644 --- a/ycnbc/version.py +++ b/ycnbc/version.py @@ -1 +1 @@ -version = "1.0.5" +version = "1.0.6"