Skip to content

Commit

Permalink
Merge pull request #27 from tdejager/release/v0.2.2
Browse files Browse the repository at this point in the history
release: v0.2.2
  • Loading branch information
baszalmstra committed Jul 19, 2024
2 parents ecb8cde + b19e207 commit 792c614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17076,9 +17076,9 @@ packages:
timestamp: 1719424948999
- kind: pypi
name: rattler-build-conda-compat
version: 0.2.1
version: 0.2.2
path: .
sha256: f2c63374ae40dbf814c3f124cb7fd031db91c0bacfe9cc11b18c21114c448b1d
sha256: b3a727754ef5bcca637b07bfbc84448be07be5a27f9dfa7f4ff17b7297f23def
requires_dist:
- typing-extensions>=4.12,<5
requires_python: '>=3.8'
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rattler-build-conda-compat"
version = "0.2.1"
version = "0.2.2"
description = "A package for exposing rattler-build API for conda-smithy"
authors = ["nichmor <nmorkotilo@gmail.com>"]
channels = ["conda-forge"]
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ build-backend = "hatchling.build"
[project]
name = "rattler-build-conda-compat"
description = "A package for exposing rattler-build API for conda-smithy"
version = "0.2.1"
version = "0.2.2"
readme = "README.md"
authors = [{ name = "Nichita Morcotilo", email = "nichita@prefix.dev" }]
license = { file = "LICENSE.txt" }
dependencies = [
"typing-extensions>=4.12,<5"
]
dependencies = ["typing-extensions>=4.12,<5"]
requires-python = ">=3.8"

[tool.ruff]
Expand All @@ -32,7 +30,7 @@ ignore = [
"T201", # https://docs.astral.sh/ruff/rules/print/
"A003", # https://docs.astral.sh/ruff/rules/builtin-attribute-shadowing/
"PTH", # We dont want to change the API to pathlib just yet
"ANN101" # Deprecated
"ANN101", # Deprecated
]
exclude = [
"src/rattler_build_conda_compat/lint.py",
Expand Down

0 comments on commit 792c614

Please sign in to comment.