From f4402d6e85cd42a43b44d34fe74bfb3b70619739 Mon Sep 17 00:00:00 2001 From: Markus Gerstel Date: Wed, 26 Jan 2022 10:01:03 +0000 Subject: [PATCH 1/6] Add 'pip check' to tests --- recipe/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index beb3a19..352a999 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -54,6 +54,8 @@ requirements: - python test: + requires: + - pip imports: - pytype - pytype.overlays @@ -64,6 +66,7 @@ test: - pytype --help - pytype-single --help - pyxref --help + - pip check about: home: https://google.github.io/pytype/ From 0ebb3ede05da3ddd9a5805511a031eaab45fd2da Mon Sep 17 00:00:00 2001 From: Markus Gerstel Date: Wed, 26 Jan 2022 10:09:48 +0000 Subject: [PATCH 2/6] Recipe updates * Increment build number * There are no Python <=3.6 builds any more * Drop the now no-op dataclasses dependency * Sync remaining dependencies with upstream --- recipe/meta.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 352a999..3ace65d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,8 +21,8 @@ source: folder: typeshed build: - number: 0 - skip: true # [py<36 or py>=310 or win] + number: 1 + skip: true # [py>=310 or win] # no windows builds here: https://pypi.org/project/pytype/#files entry_points: - annotate-ast = pytype.tools.annotate_ast.main:main @@ -44,14 +44,13 @@ requirements: - python run: - attrs >=21.2.0 - - dataclasses - - importlab >=0.6.1 - - ninja >=1.10.0 - - tabulate - - toml - - typed-ast >=1.5.0 + - importlab >=0.7 - libcst + - ninja >=1.10.0.post2 - python + - tabulate + - toml + - typed-ast >=1.5.0 # [py<38] test: requires: From 8657a9b30f8768073593ac0e9e9a2d6159bbe1c3 Mon Sep 17 00:00:00 2001 From: Markus Gerstel Date: Wed, 26 Jan 2022 10:50:12 +0000 Subject: [PATCH 3/6] Remove pip check again as the issue is with the ninja package not including the python package, but this is unlikely to be fixed any time soon. --- recipe/meta.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3ace65d..8bd4d5f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -53,8 +53,6 @@ requirements: - typed-ast >=1.5.0 # [py<38] test: - requires: - - pip imports: - pytype - pytype.overlays @@ -65,7 +63,6 @@ test: - pytype --help - pytype-single --help - pyxref --help - - pip check about: home: https://google.github.io/pytype/ From f12ef281c78651da70340e272d66a71e905569bb Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 10:53:24 +0000 Subject: [PATCH 4/6] MNT: Re-rendered with conda-build 3.21.7, conda-smithy 3.16.2, and conda-forge-pinning 2022.01.26.09.22.36 --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index ed3f451..6ec1401 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ BSD 3-clause license -Copyright (c) 2015-2021, conda-forge contributors +Copyright (c) 2015-2022, conda-forge contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From f629b66fd3133fbb11c4521814de775fc2ca1c1e Mon Sep 17 00:00:00 2001 From: Markus Gerstel Date: Wed, 26 Jan 2022 14:37:03 +0000 Subject: [PATCH 5/6] add myself as maintainer --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8bd4d5f..14afb12 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -74,3 +74,4 @@ extra: recipe-maintainers: - ngam - marcelotrevisani + - anthchirp From f811a2dd93459a3cf28ea5fdb853814388ca2c19 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 14:38:33 +0000 Subject: [PATCH 6/6] MNT: Re-rendered with conda-build 3.21.7, conda-smithy 3.16.2, and conda-forge-pinning 2022.01.26.09.22.36 --- .github/CODEOWNERS | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fc2ec8a..1e4bb91 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @marcelotrevisani @ngam \ No newline at end of file +* @anthchirp @marcelotrevisani @ngam \ No newline at end of file diff --git a/README.md b/README.md index 186ef15..6274b03 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== +* [@anthchirp](https://github.com/anthchirp/) * [@marcelotrevisani](https://github.com/marcelotrevisani/) * [@ngam](https://github.com/ngam/)