Path to this page:
./
devel/py-types-setuptools,
Typing stubs for setuptools
Branch: CURRENT,
Version: 65.6.0.1,
Package name: py310-types-setuptools-65.6.0.1,
Maintainer: pkgsrc-usersThis is a PEP 561 type stub package for the setuptools package. It
can be used by type-checking tools like mypy, PyCharm, pytype etc.
to check code that uses setuptools.
Master sites:
Filesize: 25.984 KB
Version history: (Expand)
- (2022-11-23) Updated to version: py310-types-setuptools-65.6.0.1
- (2022-11-13) Updated to version: py310-types-setuptools-65.5.0.3
- (2022-10-26) Updated to version: py310-types-setuptools-65.5.0.2
- (2022-10-24) Updated to version: py310-types-setuptools-65.5.0.1
- (2022-10-06) Updated to version: py310-types-setuptools-65.4.0.0
- (2022-07-20) Updated to version: py310-types-setuptools-63.2.0
CVS history: (Expand)
2022-11-23 18:59:50 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-types-setuptools: updated to 65.6.0.1
65.6.0.1 (2022-11-23)
Mark first argument of `__[get|set|del]attr__` as `str`
65.6.0.0 (2022-11-20)
Stubsabot analysis of the diff between the two releases:
- 0 public Python files have been added.
- 0 files included in typeshed's stubs have been deleted.
- 40 files included in typeshed's stubs have been modified or renamed.
- Total lines of Python code added: 637.
- Total lines of Python code deleted: 630.
|
2022-11-13 13:32:29 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-types-setuptools: updated to 65.5.0.3
65.5.0.3 (2022-11-12)
Remove `setuptools._distutils.command.bdst_msi`
|
2022-10-25 21:13:30 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-types-setuptools: updated to 65.5.0.2
65.5.0.2 (2022-10-24)
Fix `pkg_resources.split_sections`
This function is currently documented as returning a list of lines as
the 2nd pair value. It does not return plain str here.
|
2022-10-24 12:35:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-types-setuptools: updated to 65.5.0.1
65.5.0.1 (2022-10-16)
Remove empty `__init__` methods from classes with 0 parents
65.5.0.0 (2022-10-15)
[stubsabot] Bump setuptools to 65.5.*
|
2022-10-05 22:56:18 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-types-setuptools: updated to 65.4.0.0
65.4.0.0
[stubsabot] Bump setuptools to 65.4.*
|
2022-07-20 10:47:05 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-types-setuptools: updated to 63.2.0
63.2.0 (2022-07-15)
[stubsabot] Bump setuptools to 63.2.*
62.6.1 (2022-07-11)
Remove Python 3.6 branches from typeshed
|
2022-07-11 08:16:19 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-types-setuptools: updated to 62.6.0
62.6.0 (2022-07-08)
[stubsabot] Bump setuptools to 62.6.*
Most of setuptools.config is not included as the module is deprecated.
57.4.18 (2022-06-26)
Third-party stubs: audit `Callable[<parameters>, None]` annotations
57.4.17 (2022-05-26)
Third-party stubs: fix several fictitious type aliases
57.4.16 (2022-05-25)
pkg_resources: Fix unconstrained TypeVars
57.4.15 (2022-05-22)
More setuptools.command.easy_install definitions
|
2022-05-02 14:37:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-types-setuptools: updated to 57.4.14
57.4.13 (2022-04-16)
Use `TypeAlias` where possible for type aliases
57.4.12 (2022-04-05)
Mark many attributes as read-only properties
57.4.11 (2022-03-16)
Use PEP 604 syntax wherever possible
57.4.10 (2022-03-08)
Widen the `cmdclass` parameter of `setuptools.setup`
|