Skip to content

Commit

Permalink
Merge pull request #49 from regro-cf-autotick-bot/1.11.0_he43b11
Browse files Browse the repository at this point in the history
prospector v1.12.0
  • Loading branch information
valeriupredoi authored Oct 7, 2024
2 parents 9273fdc + ff793b8 commit f507fe3
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 26 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

25 changes: 23 additions & 2 deletions .gitignore

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

19 changes: 15 additions & 4 deletions .scripts/build_steps.sh

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

9 changes: 9 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.

2 changes: 1 addition & 1 deletion README.md

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

14 changes: 9 additions & 5 deletions build-locally.py

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

23 changes: 12 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "prospector" %}
{% set version = "1.10.3" %}
{% set version = "1.12.0" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/prospector-{{ version }}.tar.gz
sha256: f29ab19fd430869eb34490761af77406d2cfedd9b50292cf4d8db0288c9d764a
sha256: e598dddc406cbfe8b31a20d4391c7551841ed6772897a290ecaf272ee1ffabf6

build:
number: 0
Expand All @@ -19,31 +19,30 @@ build:

requirements:
host:
- python >=3.7.2,<4.0
- python >=3.8.1,<4.0
- pip
- poetry-core >=1.0.0

run:
- backports.zoneinfo # https://github.com/conda-forge/django-feedstock/issues/134
- dodgy >=0.2.1,<0.3.0
- flake8 <6.0.0
- flake8 <7.0.0
- gitpython >=3.1.27,<4
- mccabe >=0.7.0,<0.8.0
- packaging
- pep8-naming >=0.3.3,<=0.10.0
- pycodestyle >=2.9.0
- pydocstyle >=6.3.0
- pyflakes >=2.2.0,<3.0
- pylint >=2.8.3,<3.0
- pyflakes >=2.2.0,<4.0
- pylint >=3.0
- pylint-celery ==0.3
- pylint-django >=2.5,<2.6.0
- pylint-django >=2.5.5,<2.6
- pylint-flask ==0.6
- pylint-plugin-utils >=0.7,<0.8
- python >=3.7.2,<4.0
- python >=3.8.1,<4.0
- pyyaml
- setoptconf-tmp >=0.3.1,<0.4
- toml >=0.10.2,<0.11.0
- requirements-detector >=1.0.3
- requirements-detector >=1.3.1

run_constrained:
- bandit >=1.5.1
Expand Down Expand Up @@ -75,7 +74,9 @@ test:
- prospector.tools.pyroma
- prospector.tools.vulture
commands:
- pip check
# put this back in next build/release
# after you removed pylint-plugin-utils before PyPI build
# - pip check
- prospector --help

about:
Expand Down

0 comments on commit f507fe3

Please sign in to comment.