Commit Graph

14203 Commits

Author SHA1 Message Date
pre-commit-ci[bot] 1fc92f8ab1
pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
- [github.com/psf/black: 23.7.0 → 23.11.0](https://github.com/psf/black/compare/23.7.0...23.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.1.6)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.6.1...v1.7.1)
2023-12-04 18:23:06 +00:00
Tzu-ping Chung a15dd75d98
Merge pull request #12417 from xqm32/fix-outdated-pip-install 2023-11-28 16:08:29 +09:00
Tzu-ping Chung d8ab6dc6c1 Clarify news fragment 2023-11-28 15:06:25 +08:00
Qiming Xu fe10d368f6
Add end line 2023-11-28 14:25:56 +08:00
Qiming Xu 28250baffb
Fix line wrap length and add news entry 2023-11-28 14:17:51 +08:00
Qiming Xu 88ac529219
Fix outdated pip install argument description 2023-11-28 13:15:31 +08:00
Damian Shaw 2a0acb595c
Update and provide fixes for mypy pre-commit (#12389)
* Update mypy to 1.6.1

* Fix mypy "Source file found twice under different module names" error

* Ignore type of intialized abstract class in tests

* Use more specific type ignore method-assign

* Type ignore for message.get_all

* Remove unused type ignore

* Add SizedBuffer type for xmlrpc.client.Transport subclass

* Add Self type for RequestHandlerClass in test

* Add type ignore for shutil.rmtree onexc handler

* Quote SizedBuffer

* Add news entry

* Remove no longer correct comment

* Update self import

* Also ignore type onerror=handler

* Update news entry

* Update news entry
2023-11-07 09:39:01 +00:00
Damian Shaw 68529081c2
Enforce f-strings via Ruff (#12393) 2023-11-07 09:14:56 +00:00
Damian Shaw 9685f64fe8
Update ruff and config (#12390) 2023-11-06 09:30:05 +00:00
Dale fd77ebfc74
Rework the functionality of PIP_CONFIG_FILE (#11850) 2023-10-27 14:59:56 +02:00
efflamlemaillet 6dbd9c68f0
Fix hg: "parse error at 0: not a prefix:" (#12373)
Use two hypen argument `--rev=` instead of `-r=`

Co-authored-by: Efflam Lemaillet <elemaillet@logilab.fr>
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-10-27 11:08:17 +02:00
Stéphane Bidoul 7aaca9f2c4
Merge pull request #12370 from sbidoul/release/23.3.1
Release/23.3.1
2023-10-21 13:05:39 +02:00
Stéphane Bidoul 576dbd813c Bump for development 2023-10-21 12:57:41 +02:00
Stéphane Bidoul 5364f26f96 Bump for release 2023-10-21 12:57:31 +02:00
Itamar Turner-Trauring 5e7cc16c3b
Fix parallel pip cache downloads causing crash (#12364)
Co-authored-by: Itamar Turner-Trauring <itamar@pythonspeed.com>
2023-10-18 23:14:22 +01:00
Stéphane Bidoul 8a0f77c171
Merge pull request #12355 from sbidoul/build-using-build
Build using `build`
2023-10-18 10:05:23 +02:00
Paul Moore f3620cdb5b
Merge pull request #12363 from pfmoore/safe_isoformat
Handle ISO formats with a trailing Z
2023-10-17 12:29:43 +01:00
Paul Moore fb06d12d5a Handle ISO formats with a trailing Z 2023-10-17 11:07:21 +01:00
Stéphane Bidoul 9f213bf69a
Merge pull request #12356 from sbidoul/clarify-changelog
Clarify changelog
2023-10-15 19:24:55 +02:00
Stéphane Bidoul a982c7bc35 Add a few PEP links in the changelog 2023-10-15 19:19:36 +02:00
Stéphane Bidoul e1e227d7d6 Clarify changelog 2023-10-15 18:48:53 +02:00
Stéphane Bidoul 9b0abc8c40 Build using `build`
Update the build-release nox session to build using `build`
instead of a direct setup.py call.
2023-10-15 18:44:34 +02:00
Stéphane Bidoul 9d4be7802f
Merge pull request #12353 from sbidoul/release/23.3
Release/23.3
2023-10-15 18:16:30 +02:00
Stéphane Bidoul 8ffe890dc5
Merge pull request #12354 from sbidoul/imp-release-docs
Minor docs improvements
2023-10-15 11:25:55 +02:00
Stéphane Bidoul c0cce3ca60 Bump for development 2023-10-15 10:23:09 +02:00
Stéphane Bidoul e3dc91dad9 Bump for release 2023-10-15 10:23:02 +02:00
Stéphane Bidoul 3e85558b10 Update AUTHORS.txt 2023-10-15 10:23:01 +02:00
Stéphane Bidoul 8d0278771c Reclassify news fragment
This is not for the process category, and
probably not significant enough for a feature news entry.
2023-10-15 10:22:52 +02:00
Stéphane Bidoul bf9a9cbdae Mention 'skip news' label in docs 2023-10-15 10:20:24 +02:00
Stéphane Bidoul 8ff33edfc5 Don't mention setuptools in release process docs 2023-10-15 10:08:24 +02:00
Stéphane Bidoul f6ecf406c3
Merge pull request #12350 from sbidoul/readact-collecting-url
Redact URLs in Collecting... logs
2023-10-15 10:02:04 +02:00
Stéphane Bidoul 306086513b
Merge pull request #12335 from edmorley/patch-1
Correct issue number for NEWS entry added by #12197
2023-10-14 16:17:29 +02:00
Stéphane Bidoul 8f0ed32413 Redact URLs in Collecting... logs 2023-10-14 14:02:55 +02:00
Ed Morley d1659b87e4 Correct issue number for NEWS entry added by #12197
The NEWS entry added in PR #12197 referenced issue #12191,
however, the issue it actually fixed was #11847.
2023-10-14 10:13:03 +00:00
Paul Moore 2333ef3b53
Upgrade urllib3 to 1.26.17 (#12343) 2023-10-12 13:12:06 +02:00
Damian Shaw 496b268c1b
Update "Running Tests" documentation (#12334)
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-10-11 17:36:40 +02:00
Stéphane Bidoul d1f0981cb2
Merge pull request #12331 from sbidoul/update-egg-deprecation-message
Update egg deprecation message
2023-10-09 13:59:39 +02:00
Stéphane Bidoul 441891cdfd
Merge pull request #12332 from sbidoul/postpone-legacy-version-removal
Postpone deprecation of legacy versions and specifiers
2023-10-09 13:59:17 +02:00
Stéphane Bidoul 76a8c0f265 Postpone deprecation of legacy versions and specifiers 2023-10-08 18:17:05 +02:00
Stéphane Bidoul d9b47d0173 Update egg deprecation message 2023-10-08 17:19:09 +02:00
Pradyun Gedam f53f04dd81
Merge pull request #12325 from pypa/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-10-07 20:03:21 +01:00
Pradyun Gedam 53059d316a
Merge pull request #12324 from pypa/dependabot/github_actions/dessant/lock-threads-4
Bump dessant/lock-threads from 3 to 4
2023-10-07 20:02:45 +01:00
dependabot[bot] 0042cc94cc
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 19:00:51 +00:00
dependabot[bot] 431cf5af82
Bump dessant/lock-threads from 3 to 4
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 3 to 4.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/v3...v4)

---
updated-dependencies:
- dependency-name: dessant/lock-threads
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 19:00:48 +00:00
Pradyun Gedam fd608c35cc
Merge pull request #12051 from kurtmckee/add-dependabot-for-actions
Add a dependabot config to update CI actions monthly
2023-10-07 19:57:31 +01:00
Pradyun Gedam 9b7348269b
Fix zsh completion script (#12173) 2023-10-07 14:29:52 +01:00
Wu Zhenyu dba399fe6a Fix #12166
- tests expected results indendation was off
- add bugfix news entry
2023-10-07 15:15:51 +08:00
Kurt McKee ac962890b5
Add a dependabot config to update CI actions monthly 2023-10-06 09:49:52 -05:00
Tzu-ping Chung b551c09c4e
Merge pull request #12095 from sanderr/issue/11924-requirements-on-extras 2023-10-05 15:29:25 +08:00
Stéphane Bidoul dfaac0a688
Merge pull request #12312 from cclauss/patch-1
Wrap long lines
2023-10-03 19:13:31 +02:00