Skip to content

Commit

Permalink
Merge pull request #60 from regro-cf-autotick-bot/6.0.0_h8dd461
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Nov 25, 2022
2 parents 44aae93 + fee89d5 commit de67170
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
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.

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

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

27 changes: 14 additions & 13 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "5.0.4" %}
{% set version = "6.0.0" %}

package:
name: flake8
version: {{ version }}

source:
url: https://pypi.io/packages/source/f/flake8/flake8-{{ version }}.tar.gz
sha256: 6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db
sha256: c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181

build:
number: 0
Expand All @@ -17,16 +17,14 @@ build:

requirements:
host:
- python >=3.6.1
- pip
- setuptools >=30.0.0
- python >=3.8.1
- setuptools
run:
- mccabe >=0.7.0,<0.8.0
- pycodestyle >=2.9.0,<2.10.0
- pyflakes >=2.5.0,<2.6.0
- python >=3.6.1
- importlib-metadata >=1.1.0
- setuptools >=30.0.0
- pycodestyle >=2.10.0,<2.11.0
- pyflakes >=3.0.0,<3.1.0
- python >=3.8.1
test:
imports:
- flake8
Expand All @@ -35,10 +33,13 @@ test:
- tests/integration
- tests/unit
- setup.py

requires:
- pip
commands:
- flake8 --ignore=D203,W503,E203 src/flake8 tests/integration tests/unit setup.py # [unix]
- flake8 --ignore=D203,W503,E203 src\\flake8 tests\\integration tests\\unit setup.py # [win]
- pip list
- pip check

about:
home: http://flake8.pycqa.org/
Expand All @@ -47,12 +48,12 @@ about:
license_file: LICENSE
summary: Your Tool For Style Guide Enforcement
doc_url: http://flake8.pycqa.org/
dev_url: https://gitlab.com/pycqa/flake8
dev_url: https://github.com/PyCQA/flake8

extra:
recipe-maintainers:
- sigmavirus24
- aydinhan
- croth1
- dopplershift
- goanpeca
- aydinhan
- sigmavirus24

0 comments on commit de67170

Please sign in to comment.