From a758652b7d4fb28264cd4de8b54569c7ec1774ce Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 29 Dec 2022 22:24:54 -0500 Subject: [PATCH 1/2] Prevent packaging 22.0 --- HISTORY.md | 6 ++++++ pyproject.toml | 1 + 2 files changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9683ce5..acd9d0a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.14.1 - 2022-12-29 + +***Fixed:*** + +- Prevent the installation of a version of packaging that is known to be broken on macOS + ## 0.14.0 - 2022-08-28 ***Added:*** diff --git a/pyproject.toml b/pyproject.toml index 499ec0f..d70e288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ classifiers = [ dependencies = [ "hatchling>=1.7.1", "mypy~=0.971", + "packaging!=22.0", "pathspec", "setuptools", ] From c01f2a91f1f367832426d66f93a938a4627b2246 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 29 Dec 2022 22:27:48 -0500 Subject: [PATCH 2/2] Update HISTORY.md --- HISTORY.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index acd9d0a..bda7871 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,8 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -## 0.14.1 - 2022-12-29 - ***Fixed:*** - Prevent the installation of a version of packaging that is known to be broken on macOS