Skip to content

Commit

Permalink
Merge pull request #26 from akrherz/v011
Browse files Browse the repository at this point in the history
Update to v0.11.0
  • Loading branch information
ocefpaf authored Jan 1, 2024
2 parents 98a0e7e + 4a607ac commit 23421e9
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 26 deletions.
8 changes: 3 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cdt_name:
- cos6
channel_sources:
- conda-forge
- defaults
channel_targets:
- conda-forge main
docker_image:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
channels:
sources:
- conda-forge
- defaults
provider:
linux: azure
osx: azure
Expand Down
3 changes: 3 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
channel_sources:
- conda-forge
- defaults
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.10.1" %}
{% set version = "0.11.0" %}

package:
name: camelot-py
version: {{ version }}

source:
url: https://github.com/camelot-dev/camelot/archive/v{{ version }}.tar.gz
sha256: 4262ad5cfcf45d0c99097e24a58125337bf399ff752df1c80325ec87be1f3906
sha256: 7a019a53cd331a4e864142f1330980367314ff97452267c45c5d185e7774debf

build:
noarch: python
Expand All @@ -32,8 +32,9 @@ requirements:
- pandas >=0.23.4
- pdfminer.six >=20200726
- pycryptodome
- pypdf2 >=1.26.0
- pypdf >=3
- python >=3
- python-ghostscript
- tabulate >=0.8.9
- pdftopng

Expand Down

0 comments on commit 23421e9

Please sign in to comment.