The NetBSD Project

CVS log for pkgsrc/devel/py-types-setuptools/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-types-setuptools

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 21 06:26:44 2023 UTC (4 weeks ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

py-types-setuptools: updated to 67.3.0.2

67.3.0.2 (2023-02-21)

Stubtest settings: change `ignore_missing_stub` default to `false`

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

67.3.0.1 (2023-02-15)

Use `typing_extensions.Self` instead of `_typeshed.Self`

67.3.0.0 (2023-02-15)

[stubsabot] Bump setuptools to 67.3.*

Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 23 17:59:50 2022 UTC (3 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 13 12:32:28 2022 UTC (4 months ago) by adam
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

py-types-setuptools: updated to 65.5.0.3

65.5.0.3 (2022-11-12)

Remove `setuptools._distutils.command.bdst_msi`

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 25 19:13:30 2022 UTC (4 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 24 10:35:03 2022 UTC (4 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

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.*

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 5 20:56:18 2022 UTC (5 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

py-types-setuptools: updated to 65.4.0.0

65.4.0.0
[stubsabot] Bump setuptools to 65.4.*

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 20 08:47:05 2022 UTC (8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 11 06:16:18 2022 UTC (8 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Mon May 2 12:37:22 2022 UTC (10 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

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`

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 7 11:46:23 2022 UTC (13 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

py-types-setuptools: updated to 57.4.9

57.4.9
Improve some in-place BinOp methods

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 3 08:13:36 2022 UTC (13 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

py-types-setuptools: updated to 57.4.8

57.4.8
Reduce use of `Any` in equality methods

57.4.7
Use lowercase `type` everywhere

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 7 17:19:22 2022 UTC (14 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

py-types-setuptools: updated to 57.4.6

57.4.6:
Unknown changes

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 3 07:52:41 2022 UTC (14 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

py-types-setuptools: updated to 57.4.5

57.4.5

Use PEP 585 syntax wherever possible

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 7 18:01:05 2021 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4

devel/py-types-setuptools: import py-types-setuptools-57.4.4

This 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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>