diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-01-28 12:58:36 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-01-28 12:58:36 -0500 |
| commit | 2ab03c77d7d06845c1d76ce870cbc77cfce129ba (patch) | |
| tree | cc08619f86af6ad016ddee7c35a9e22431738480 | |
| parent | 6510d128c4068fbd6dc31f84ac3548d0bdbed027 (diff) | |
| download | python-setuptools-git-67.0.0.tar.gz | |
Bump version: 66.1.1 → 67.0.0v67.0.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 15 | ||||
| -rw-r--r-- | changelog.d/3741.breaking.rst | 2 | ||||
| -rw-r--r-- | changelog.d/3790.breaking.rst | 5 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 17 insertions, 9 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 53f735f0..3110d108 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 66.1.1 +current_version = 67.0.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index fc92c8c0..a708a393 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +v67.0.0 +------- + + +Breaking Changes +^^^^^^^^^^^^^^^^ +* #3741: Removed patching of ``distutils._msvccompiler.gen_lib_options`` + for compatibility with Numpy < 1.11.2 -- by :user:`mgorny` +* #3790: Bump vendored version of :pypi:`packaging` to 23.0 + (:pypi:`pyparsing` is no longer required and was removed). + As a consequence, users will experience a more strict parsing of requirements. + Specifications that don't comply with :pep:`440` and :pep:`508` will result + in build errors. + + v66.1.1 ------- diff --git a/changelog.d/3741.breaking.rst b/changelog.d/3741.breaking.rst deleted file mode 100644 index 48e4e175..00000000 --- a/changelog.d/3741.breaking.rst +++ /dev/null @@ -1,2 +0,0 @@ -Removed patching of ``distutils._msvccompiler.gen_lib_options`` -for compatibility with Numpy < 1.11.2 -- by :user:`mgorny` diff --git a/changelog.d/3790.breaking.rst b/changelog.d/3790.breaking.rst deleted file mode 100644 index 252840d1..00000000 --- a/changelog.d/3790.breaking.rst +++ /dev/null @@ -1,5 +0,0 @@ -Bump vendored version of :pypi:`packaging` to 23.0 -(:pypi:`pyparsing` is no longer required and was removed). -As a consequence, users will experience a more strict parsing of requirements. -Specifications that don't comply with :pep:`440` and :pep:`508` will result -in build errors. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 66.1.1 +version = 67.0.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
