{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":448999098,"defaultBranch":"main","name":"pypi-setuptools","ownerLogin":"clearlinux-pkgs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-17T18:07:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14979720?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716920141.0","currentOid":""},"activityList":{"items":[{"before":"1a456012e69ba6491d3b214122f885502dbef73d","after":"993f698ab5985cf6147b32db24cfcfe3cea1673b","ref":"refs/heads/main","pushedAt":"2024-05-28T18:15:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 69.5.1 to version 70.0.0\n\nAnderson Bravalheri (80):\n Update tox.ini\n Ignore 'import-not-found' for _validate_pyproject\n Disable plugins that already run on normal tests when running integration\n Make test_apply_pyprojecttoml more deterministic with new version of ini2toml\n Remove solved xfail in test_apply_pyproject_equivalent_to_setupcfg\n Add sanity check for 'build/lib/build/lib' when creating distribution fixtures\n Avoid setuptools_wheel fixture to create recursively nested build/lib/build/lib/... directories\n Add news fragment\n Refactor _TopLevelFinder so it is easier to test\n Add test for issue 4248\n Fix PathEntryFinder / MetaPathFinder in editable_wheel\n Add news fragment\n Convert safe txt files to UTF-8\n Try to read some files as UTF-8 before attempting locale\n Attempt to use utf-8 with Popen\n Use utf-8 for NAMESPACE_PACKAGE_INIT\n Attempt to use UTF-8 when rewriting 'setup.cfg'\n Attempt to use UTF-8 when writing str scripts with easy_install/install_scripts\n Prevent missing UTF-8 warnings in setuptools._imp\n Use UTF-8 with venv.run and avoid encoding warnings\n Ignore warning caused by 3rd-party setup.py\n Use UTF-8 in setuptools/tests/test_easy_install.py\n Attempt to use UTF-8 with develop command.\n Refactor some try..excepts into read_utf8_with_fallback\n Avoid using EncodingWarning because it is not defined for Python < 3.10\n Mark read_utf8_with_fallback as private\n Add newsfragment\n Read files using UTF-8 in pkg_resources, with fallback to locale\n Use UTF-8 for writing python stubs\n Use UTF-8 to write metadata files\n Attempt to use UTF-8 to read egg-link files in package_index\n Apply ruff formatting\n Simplify conditional encoding in install_scripts and easy_install\n Add deprecation warning for non utf-8\n Update news fragment to mention deprecation\n Fix type hint in setuptools/unicode_utils.py\n Add cog annotations to extern/__init__.py for future checks\n Add a function to tools/vendored to list root packages\n Update tox testenv 'vendor' to use cog to automatically update/check *.extern\n Sync */vendored.txt and *.extern.py\n Add 'check-extern' as collateral to github actions workflow\n Match version of more_itertools that is already installed in pkg_resources with vendored.txt\n Improve determinism in doctest for tools/vendored\n Avoid errors on Python 3.8 macos-latest as GitHub CI has dropped support\n Add review suggestions.\n Mark unstable tests on macOS\n Add proper xfail mark\n Ignore encoding warnings bu only in in stdlib's distutils\n Remove EncodingWarning workarounds for setuptools from pytest.ini\n Fix EncodingWarning in test_build_meta\n Return comment to pytest.ini that got lost in changes\n Re-enable warning filter for distutils.text_file inside test_excluded_subpackages\n Attempt to fix errors in mypy for PyPy (test of hypothesis)\n Attempt to solve the problem in PyPy\n Better wording for comment in pytest.ini\n Update comment in pytest.ini\n Improve RST syntax on news fragment.\n Avoid newer importlib-metadata APIs for backwards compatibility\n Re-enable deprecation checking in CI\n Remove deprecated 'setuptools.convert_path'\n Remove deprecated fallback for 'distutils.commands.build.build.sub_commands +='\n Add news fragments\n Update used version validate-pyproject to 0.17\n Update code automatically generated by validate_pyproject\n Add exception to mypy.ini\n Simplify `mypy.ini`\n Fix mypy error\n Use xfail to temporarily bypass failing test\n Address warning\n Improve auto-update of extern list\n Reorder imports in vendor to match validation\n Show diff in check-extern for better debuging\n Sort items in yield_top_level for better reproducibility\n Remove deprecated `setuptools.dep_util`\n Add news fragment\n Remove call to deprecated validate_pyproject command\n Prevent 'bin' folders to be taken as extern packages\n Add doctest for vendorised bin folder\n Bump version: 69.5.1 → 70.0.0\n Workaround for release error in v70\n\nAvasam (24):\n Runtime fixes to make typing annotations work\n Avoid mypy note\n Updates from PR Review\n Avoid leaking \"name\" variable in AbstractSandbox\n Update codecov/codecov-action to v4\n Deduplicate testing dependencies by dropping testing-integration\n Check for self.location is not None in Distribution.activate\n Fix missing backtick in changelog\n Update `pytest.ini` for `EncodingWarning` from external libraries\n Remove distutils EncodingWarning exclusion in pytest.ini\n Add newsfragment\n Update comment\n Fix Windows issue\n Fix typo\n Type _declare_state and make it work statically\n Add type annotations to moved definitions\n Simplified _declare_state\n Include initial_value to _declare_state\n Removed `typing_extensions` from vendored dependencies\n Fix Ruff\n Update newsfragments/4324.removal.rst\n Update dynamic module imports in ``pkg_resources`` to private alias static imports\n Apply suggestions from code review\n `pkg_resources` type the declared global variables (#4267)\n\nHugo van Kemenade (1):\n NEWS: Put releases in numerical order\n\nJames Gerity (6):\n Emit warning for invalid [tools.setuptools] table\n Fix typo in test metadata\n Add test for tools.setuptools warning\n Remove unused variable\n Invoke build command in typing file test\n Fix typo in NEWS fragment\n\nJason R. Coombs (18):\n Removed meaningless reference from 69.4.2 release notes.\n Mark tests as xfail.\n Pin against pyproject-hooks==1.1. Closes #4333.\n Make the test less fragile and search simply for the presence of a ValueError in the traceback. Closes #4334.\n Remove pop_prefix parameter, unused.\n Add a test capturing the basic expectation.\n Update _vcs_split_rev_from_url to use modern constructs.\n package-index: Extract fall-through methods _download_vcs and _download_other.\n Extract _resolve_vcs for resolving a VCS from a URL.\n Consolidated all _download_vcs methods into one.\n Replace os.system calls with subprocess calls.\n Prefer tmp_path fixture.\n Add news fragment.\n Ignore coverage for file urls.\n Pin against pyproject-hooks==1.1 (docs). Closes #4333.\n In install command, use super to call the superclass methods. Avoids race conditions when monkeypatching from _distutils_system_mod occurs late.\n Add all site-packages dirs when creating simulated environment for test_editable_prefix.\n Remove xfail now that test passes. Ref #4371.\n\nMiro Hrončok (2):\n Explicitly disallow resource paths starting with single backslash\n Make the validation test for entry-points work with Python 3.13+\n\nSviatoslav Sydorenko (Святослав Сидоренко) (1):\n Fix the 608de826 commit reference in changelog\n\nshenxianpeng (2):\n Uses RST substitution to put badges in 1 line\n Added a news fragment\n\nwim glenn (1):\n Typo fix in build_meta.py docstring","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 69.5.1 to …"}},{"before":"d81ff577186ecb3cfeea5fc7482d1f967f8a2c92","after":"1a456012e69ba6491d3b214122f885502dbef73d","ref":"refs/heads/main","pushedAt":"2024-04-15T20:22:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 69.5.0 to version 69.5.1\n\nDimitri Papadopoulos (4):\n Apply ruff/refurb rule (FURB105)\n Apply ruff/refurb rule (FURB129)\n Apply ruff/refurb rule (FURB142)\n Apply ruff/refurb rule (FURB140)\n\nJason R. Coombs (8):\n Construct the set in one expression.\n Add type declaration for runtime_library_dir_option, making explicit the different return types one might expect.\n Add 'consolidate_linker_args' wrapper to protect the old behavior for now.\n Exclude compat package from coverage.\n Extend the retention of the compatibility.\n Add news fragment.\n Bump version: 69.4.1 → 69.4.2\n Bump version: 69.5.0 → 69.5.1","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 69.5.0 to …"}},{"before":"93f9fe274c5f204f2ecf666b4586840714d7cc62","after":"d81ff577186ecb3cfeea5fc7482d1f967f8a2c92","ref":"refs/heads/main","pushedAt":"2024-03-19T18:23:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 69.1.1 to version 69.2.0\n\nAnderson Bravalheri (30):\n Further clarify include_package_data\n Add link to `.gitignore` guidelines\n Add missing ``encoding`` to setuptools tests\n Fix formatting errors\n Adjust test_sandbox to encoding change\n Fix `pathlib.Path` error\n Rework test_pyprojecttoml.create_example\n Add more explict encodings in test_pyprojecttoml\n Refactor test_pyproject.toml to use more jaraco.path.build\n Add utf-8 encoding in test_setupcfg, test_expand\n Use jaraco.path.build in test_pyprojecttoml_dynamic_deps\n Add utf-8 encoding in test_apply_pyproject\n Add utf-8 encoding in test_packageindex\n Add utf-8 encoding in test_editable_install test_logging\n Improve utf-8 in test_config_discovery\n Avoid aliasing jaraco.path.build in tests_pyprojecttoml\n Add utf-8 encoding to test_pkg_resources\n Add newsfragment\n Add newsfragment\n Use binary mode when 'touch'-ing files in test_build_py and test_build_meta\n Minor formatting improvement\n Add `encoding` to subprocess.run inside setuptools/tests\n Add compat.py39.LOCALE_ENCODING\n Re-use compat.py39.LOCALE_ENCODING in editable_wheel\n Explicitly use 'locale' encoding for .pth files in easy_install\n Add comments to remind about utf-8 in easy-install\n Explicitly use 'locale' encoding for .pth files in setuptools.namespaces\n Add news fragment\n Update setup.cfg\n Bump version: 69.1.1 → 69.2.0\n\nAvasam (23):\n Remoe .idea/ from .gitignore\n Drop dependency on `py`\n Replace Flake8-2020 by Ruff\n Standardize and centralize StrPath TypeAlias\n pkg_resources: Clarify some methods return `bytes`, not `str`\n Create 4243.bugfix.rst\n Return an empty list by default in `ResourceManager.cleanup_resources`\n Update newsfragments/4243.bugfix.rst\n Create 4244.bugfix.rst\n Update __init__.py\n Prevent `pkg_resources._find_adapter` from ever returning `None`\n Made `pkg_resoursces.NullProvider`'s `has_metadata` and `metadata_isdir` methods return actual booleans like all other Providers\n Fix mypy issues (#3979)\n Apply suggestions from code review\n Enable mypy on CI\n `pkg_resources`: Remove unused and shadowed variables\n Update mypy to 1.9\n update setup-python action to v5\n Update checkout action to v4\n Update cache action to v4\n Update cygwin-install-action\n Update upload-artefact action to v4\n Update .github/workflows/ci-sage.yml\n\nDimitri Papadopoulos (1):\n Fix a couple typos found by codespell\n\nJason R. Coombs (1):\n Avoid removing ruff.toml during vendoring. Closes #4252.\n\nTommy (1):\n small grammar fix","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 69.1.1 to …"}},{"before":"468821eba4683ce1e2ff519334c43cc899c76359","after":"93f9fe274c5f204f2ecf666b4586840714d7cc62","ref":"refs/heads/main","pushedAt":"2024-02-27T18:02:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 69.1.0 to version 69.1.1\n\nAnderson Bravalheri (6):\n Update bug report template\n Remove arbitrary equality operator from bug report template.\n Add comments about Python version to bug-report.yml\n Use setup.cfg to specify test dependency on packaging\n Cleanup withespace in Github issue template\n Bump version: 69.1.0 → 69.1.1\n\nAvasam (2):\n Bump packaging in tests to 23.2\n PR number to newsfragment\n\nJames Hilliard (1):\n Append arbitrary args instead of prepending.","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 69.1.0 to …"}},{"before":"a2dd9c0e209a21f8e2a34ac432c67de4af2aa0ac","after":"468821eba4683ce1e2ff519334c43cc899c76359","ref":"refs/heads/main","pushedAt":"2024-02-16T00:42:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 69.0.3 to version 69.1.0\n\nAnderson Bravalheri (19):\n Add regression test for pkg_resources._mac_vers\n Remove pytest marks no longer necessary in regression test\n Update README removing broken link to PyPUG page\n Ensure test does not fail due to functools.lru_cache\n Use functools.lru_cache for 3.8 compatibility\n Remove unecessary unpacking of iterator into list\n Hide unecessary parent exception\n Promote a cleaner error message if a function was never patched\n Ignore path that are automatically generated\n Remove unecessary 'getattr' for tokenize.open\n Move tomllib import to py311compat\n Ignore side-warning in test\n Fix warning message matching\n Refactor pytest.mark to be more specific\n Improve formatting for consistency\n Remove trailling spaces\n Update pyproject_config.rst\n Expand on warning note for data_files\n Grammar fixes\n\nAvasam (14):\n Remove possibly redundant importlib_machinery code\n Fix Ruff test\n Update Python < 3.8 (3.2 to 3.7) obsolete code and comments\n Restore better config examples\n Add newsfragment\n Fix accidental indentation change\n Fix RuffError post-merge\n Fix import error post-merge\n Update newsfragments/4097.feature.rst\n Update missed redundant code.\n Mark interfaces as Protocols and add missing `self` argument\n post-merge fix\n Fix \"type information included by default\"'s added version\n Create 4182.doc.rst\n\nBartosz Sławecki (1):\n Tweak coverage configuration for type checking (jaraco/skeleton#97)\n\nDimitri Papadopoulos (27):\n `plistlib.readPlist()` is missing from Python ≥ 3.9\n Fix flake8-bugbear warning\n Fix flake8-bugbear warning\n Fix flake8-bugbear warning\n Fix flake8-bugbear warning\n Fix flake8-bugbear warning\n Fix flake8-bugbear warning\n Proper fix for flake8-bugbear warning B006\n Fix refurb warning\n Fix refurb warning\n Add pyupgrade rules to ruff config\n \"yield from\", instead of \"yield\" in a loop\n io.open() → open()\n Simplify super() calls\n Don't cast string literals with str()\n os.error → OSError\n Use `capture_output`\n Remove extraneous pair of prentheses\n Get rid of one last `coding: utf-8`\n Use byte literals instead of .encode()\n Use generator instead of list\n ruff: extend-exclude → exclude\n Fix a couple typos found by codespell\n Fix flake8-return warning\n Fix flake8-return warning\n Fix flake8-return warning\n Fix flake8-return warning\n\nDimitri Papadopoulos Orfanos (5):\n Use the ruff formatter (jaraco/skeleton#99)\n ruff: extended-ignore → ignore (jaraco/skeleton#105)\n Update setuptools/monkey.py\n Better error message in setuptools/command/egg_info.py\n Update setuptools/config/_validate_pyproject/error_reporting.py\n\nEli Schwartz (1):\n Use the stdlib toml library on sufficiently new python\n\nJason R. Coombs (28):\n Separate collateral jobs on different lines for easier override/extension.\n Drop minimum requirement on pytest-mypy as most environments are already running much later. Closes jaraco/skeleton#96.\n Exclude ruff on vendored directories.\n Exclude distutils from ruff formatting/linting.\n Rebuild the project using ruff style.\n Remove sole entry for branches-ignore. Workaround for and closes jaraco/skeleton#103.\n Bump year on badge\n Remove build and dist from excludes. It appears they are not needed and their presence blocks the names of packages like 'builder' and 'distutils'. Ref pypa/distutils#224.\n Exclude docs and tests directories properly per Setuptools behavior.\n Rely on default discovery for good heuristics for finding packages.\n Rely on pytest-home for the alternate home directory.\n Rely on pytest-home for the alternate home directory.\n Enable preview to enable preserving quotes.\n Use latest versions in RTD boilerplate.\n 👹 Feed the hobgoblins (delint).\n 👹 Feed the hobgoblins (delint).\n 👹 Feed the hobgoblins (delint).\n Create compat module.\n Move Python 3.10 compatibility into compat module.\n Move Python 3.11 compatibility into compat module.\n Restore exclusion of docs from the build. Closes #4213.\n Restore expectation that egg-link files will be named with dashes and not underscores for compatibility with older pips.\n Replace the incorrect phrase about 'unescaping' and instead clarify that the transformations are irreversible.\n Rearrange escaping functions to describe them in the order they should be used.\n Document the incorrect behavior revealed by #4167.\n Add a test capturing the desired expectation, marked as xfail for now.\n Add news fragment.\n Bump version: 69.0.3 → 69.1.0\n\nKarolina Surma (1):\n Point to a live documentation\n\nMatthias Koeppe (2):\n CI: Update ci-sage.yml after move of Sage development to GitHub\n .github/workflows/ci-sage.yml: Update for changed spkg source type\n\nSviatoslav Sydorenko (1):\n Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93)\n\nThomas Grainger (2):\n expand on what data_files' directory and files do\n update data_files docs from PR suggestion\n\nTim Paine (1):\n Default optional-dependencies to dict if missing in pyproject, fixes #3801\n\nVladimir Fokow (17):\n [Docs] #4198 acknowledged the side effects of running said commands\n add a news fragment\n update the note\n update the section with the current info\n fix link\n add a new fragment\n fix link syntax\n some fixes after seeing the Preview\n finally fix link\n reorder: pyproject.toml first, setup.cfg second\n remove the last sentence (it wasn't good)\n add a comma\n replace \"usually\" with \"for example\" setup.cfg\n make links easier to click - by placing them farther apart\n implement suggestions from code review\n reword the note\n implement suggested changes\n\ngraingert-coef (4):\n fix data_files kwarg documentation\n remove claim that data_files does not work with wheels\n fix typo in interpreted text role \"docs\" -> doc\n fix path to document userguide/datafiles -> /userguide/datafiles","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 69.0.3 to …"}},{"before":"ab8474d42b4688059450d795c16b2af84096842b","after":"a2dd9c0e209a21f8e2a34ac432c67de4af2aa0ac","ref":"refs/heads/main","pushedAt":"2024-01-18T15:49:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"Remove EXE and DLLs","shortMessageHtmlLink":"Remove EXE and DLLs"}},{"before":"31ef5652f04c705a01138beb18f63ad4e886bfa6","after":"ab8474d42b4688059450d795c16b2af84096842b","ref":"refs/heads/main","pushedAt":"2023-12-28T21:56:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"version bump from 69.0.3-315 to 69.0.3-316","shortMessageHtmlLink":"version bump from 69.0.3-315 to 69.0.3-316"}},{"before":"10f1a09acb4f7b7ff8bf3c5ba75e364b2917a598","after":"31ef5652f04c705a01138beb18f63ad4e886bfa6","ref":"refs/heads/main","pushedAt":"2023-12-13T04:58:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for version 69.0.2","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for version 69.0.2"}},{"before":"96d02f2d3228241c4da5a3840b9c2ebfc20f7786","after":"10f1a09acb4f7b7ff8bf3c5ba75e364b2917a598","ref":"refs/heads/main","pushedAt":"2023-11-28T17:45:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 68.2.2 to version 69.0.2\n\nAnderson Bravalheri (50):\n Temporarily disable overdue deprecations\n Remove sphinx-hoverxref\n Unify passenv with pass_env in tox.ini so we don't have trouble with TOX_OVERRIDE\n Docs: use Python 3.11 inventory to avoid errors with distutils references\n Refactor type files tests in test_build_py\n Avoid running build_py in tests to speed up process\n Mark feature as experimental in docs\n Avoid modifying dict in test_build_py\n Apply suggestions from code review\n Fix failing CI (#4110)\n Re-enable deprecation warning enforcement\n Remove deprecation warning from _normalization.best_effort_version\n Remove egg_base option from dist_info\n Ensure tags generated by egg_info are valid\n Remove 'requires' and 'license_file' from setup.cfg\n Improve explanation of difference between safe_version and best_effort_version\n Remove deprecation warning for config_settings --global-option\n Remove deprecation warning for invalid versions in setuptools.dist\n Add news fragments\n Xfail on deprecated bdist_rpm tests\n Be strict on missing 'dynamic' in pyproject.toml\n Enforce namespace-packages are not used in pyproject.toml\n Use custom class for InvalidConfigError\n Add newsfragments for latest removals\n Update newsfragments\n Fix lint errors\n Add workaround for unreleased PyNaCl\n Only pass `--build-option` to `bdist_wheel` in build_meta\n Remove no longer valid tests for config_settings and editable installs\n Add news fragment\n Update guides on datafiles\n Add note abot using namespace packages for data files\n Add note about dynamic configs via attr and imports\n Use InvalidConfigError instead of ValueError in build_meta\n Remove deprecated handling of build-option passed as global-option\n Relax validation of --global-option in build_meta\n Add newsfragment\n Mark flaky test on with xfail\n Add pragma for xfail condition\n Add reference to PR number in xfail message\n Fix lint error\n Add missing contextmanager to decorator\n Use wrapper for decorator instead of contextlib\n Bump version: 68.2.2 → 69.0.0\n Allow imports of setuptools.dep_util.newer_group with deprecation warning\n Add newsfragment\n Bump version: 69.0.0 → 69.0.1\n Improve warning visibility with due date and reference url\n Add news fragment\n Bump version: 69.0.1 → 69.0.2\n\nAvasam (4):\n Re-export `distutils.dep_util` in `setuptools.dep_util`\n Added towncrier file\n Added towncrier file\n Update newsfragments/4069.feature.rst\n\nDanie-1 (1):\n Use generators\n\nDaniel Naylor (11):\n Include type information by default\n Add newsfragment\n Revert \"Use generators\"\n Revert \"Include type information by default\"\n Rename newsfragment file\n Add tests to check type information is included by default\n Format test with black\n Include type information by default\n Move tests from test_build_meta to test_build_py\n Fix test on windows by replacing os.sep\n Fix typo in docs\n\nDaniel Nunes (1):\n Added tests for newer_pairwise_group().\n\nDimitri Papadopoulos (8):\n Fix typo found by codespell\n Fix a couple typos found by codespell\n Update URLs in documentation: http:// → https://\n io.open() → open()\n IOError → OSError\n \"yield from\", instead of \"yield\" in a loop\n socket.error → OSError\n @functools.lru_cache() → @functools.lru_cache\n\nJason R. Coombs (36):\n Rely on pytest as found in pytest-dev/pytest#11155. Fixes pypa/distutils#186.\n Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. Closes jaraco/skeleton#88.\n Allow GITHUB_* settings to pass through to tests.\n Remove spinner disablement. If it's not already fixed upstream, that's where it should be fixed.\n Clean up 'color' environment variables.\n Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90.\n Add descriptions to the tox environments. Closes jaraco/skeleton#91.\n Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jaraco/skeleton#89.\n Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#3127 and closes jaraco/skeleton#92.\n Clean up docstrings and remove crufty comments. Replace integer literals with booleans.\n \"Refactor to newer_group to utilize higher level constructs (\"any\"), re-use _newer logic, and avoid complexity in branching.\"\n Prefer os.path.getmtime\n Inline check for target presence.\n Add test for newer_pairwise, bringing coverage in dep_util to 100%.\n Replace for/append loop with a filter function (newer_pair).\n Replace explicit list check with zip(strict=True). Allows inputs to be iterables.\n Extract a 'starfilter', similar to itertools.starmap, to generalize the concept of filtering results over a sequence of tuples.\n Replace '_starfilter' with 'jaraco.functools.splat'.\n Move dep_util to _modified and mark dep_util as deprecated.\n Extend tests for newer_pairwise and fix failed expectation when no files are newer.\n Add newer_pairwise_group (inspired by setuptools.dep_util).\n Modernize test_newer_pairwise_group by using tmp_path and a SimpleNamespace.\n Remove latent references in docs.\n Limit sphinxlint jobs to 1. Workaround for sphinx-contrib/sphinx-lint#83.\n Replace git version with released version. Ref #186.\n Disable cygwin tests for now. Ref pypa/setuptools#3921\n Disable integration test due to known breakage from deprecation warnings.\n Allow diffcov to fail also, as it requires the tests to pass on the latest Python to succeed.\n Remove newsfragment\n Copy concurrency setting from setuptools\n Rely on distutils._modified and deprecated setuptools.dep_util.\n Add news fragment.\n Use 'setuptools.modified' as the consolidated module for modified file functions.\n Fallback when SETUPTOOLS_USE_DISTUTILS=stdlib\n Make the example pyproject.toml valid toml so it doesn't crash docs builds. Closes #4118.\n Exclude setuptools.modified from test collection to avoid early import.\n\nJean Abou Samra (5):\n Import PUG guide to MANIFEST.in\n Add the more complete list\n Revise list of default included files\n Add warning about other setuptools versions\n Link to the new pyproject.toml guide the PUG\n\nMiro Hrončok (1):\n Fix setuptools.depends:get_module_constant() on Python 3.13.0a1","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 68.2.2 to …"}},{"before":"17e98f2ce3ec8af0d00437526284edb5de7ca38b","after":"96d02f2d3228241c4da5a3840b9c2ebfc20f7786","ref":"refs/heads/main","pushedAt":"2023-10-26T22:51:05.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"version bump from 68.2.2-311 to 68.2.2-312","shortMessageHtmlLink":"version bump from 68.2.2-311 to 68.2.2-312"}},{"before":"f981a8a8ec7094d3a4934b0f938497b98df96bc7","after":"17e98f2ce3ec8af0d00437526284edb5de7ca38b","ref":"refs/heads/main","pushedAt":"2023-09-26T19:59:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for version 68.2.2","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for version 68.2.2"}},{"before":"6b78691d1aef7c2482063b8fbb562147c1be392d","after":"f981a8a8ec7094d3a4934b0f938497b98df96bc7","ref":"refs/heads/main","pushedAt":"2023-09-14T13:31:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 68.2.1 to version 68.2.2\n\nAnderson Bravalheri (4):\n Test command line parsing of '--version' interoperates with pyproject.toml\n Set requirements attributes directly into dist when parsing pyproject.toml\n Add news fragment\n Bump version: 68.2.1 → 68.2.2\n\nRyan Routsong (1):\n fix import statement on quickstart guide","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 68.2.1 to …"}},{"before":"cd4661252fe5c9ecff3d139bc7fe468c929a98b1","after":"6b78691d1aef7c2482063b8fbb562147c1be392d","ref":"refs/heads/main","pushedAt":"2023-09-12T16:12:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 68.2.0 to version 68.2.1\n\nAnderson Bravalheri (13):\n Update news fragment\n Add lru_cache to requirement parsing\n Revert \"Record normalized requirements in dist.metadata object\"\n Revert \"Re-use pre-parsed requirements when writing requires.txt\"\n Avoid modifying requirements object in-place\n Avoid relying on pre-parsed requirements\n Prevent install_requires and extras_require to not be set in dist\n Add news fragment\n Update test dependency on build\n Add fallback for old packaging\n Add news fragment\n Fix bumpversion state\n Bump version: 68.2.0 → 68.2.1","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 68.2.0 to …"}},{"before":"84a6c7227ea058db0dc8fef561311516fa56a689","after":"cd4661252fe5c9ecff3d139bc7fe468c929a98b1","ref":"refs/heads/main","pushedAt":"2023-09-08T19:51:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 68.1.2 to version 68.2.0\n\nAnderson Bravalheri (43):\n Avoid circular imports between setuptools/__init__ and monkey\n Remove cap on sphinx\n Tide-up setuptools.dist imports avoiding circular references\n Delay import of extern.packaging to avoid conflicting class references\n Add news fragment\n Extract egg_info-specific processing of requirements from dist to _reqs\n Use _requirestxt logic for writing 'requires.txt'\n Minor adjustments in apply_pyproject.toml\n Extract core metadata logic into dedicated module\n Add safe_extra to _normalization\n Add Requires-Dist to PKG-INFO\n Fix merge problems\n Record normalized requirements in dist.metadata object\n Use special attributes with requirements for PKG-INFO\n Adjust apply_pyproject tests\n Re-use pre-parsed requirements when writing requires.txt\n Test parity between setuptools PKG-INFO and wheel METADATA\n Improve atomicity when writing PKG-INFO\n Remove pandas from integration tests\n Remove extra build deps for sphinx and kiwisolver\n Add pyyaml, protobuf and charset-normalizer to integration tests\n Add news fragments\n Fix libyaml in GHA\n Use IMPORT_NAME in integration tests for clarity\n Add PYYAML_FORCE_CYTHON to integration tests\n Fix build env vars in integration tests\n Add news fragments\n Fix missing branch on tox.ini config\n Add validation tests for core metadata using 'packaging'\n Reactivate sphinx-notfound\n Avoid repeating namespace names in '*-nspkg.pth' file\n Modify tests/namespaces to allow nested namespaces\n Add version parameter to build_namespace_package test helper\n Test *-nspkg.pth files have unique names in editable_wheel\n Customise *-nspkg.pth files for unique names in editable_wheel\n Test nested legacy namespaces for editable installs\n Consider extra path in editable finder\n Explicitly add legacy namespaces to package mapping in editable_wheel\n Allow tests to build pkgutil legacy namespaces\n Use pathlib in tests/namespaces to ensure Path API\n Fix lint issues\n Add news fragment\n Bump version: 68.1.2 → 68.2.0b1","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 68.1.2 to …"}},{"before":"645833e82eeb635c3f39da4261b3891ad74f0859","after":"84a6c7227ea058db0dc8fef561311516fa56a689","ref":"refs/heads/main","pushedAt":"2023-08-22T16:52:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 68.1.0 to version 68.1.2\n\nAnderson Bravalheri (11):\n Add test for editable import with intermediate segments\n Modify _EditableFinder to only handle 1 level of nesting\n Add news fragment\n Temporarily igore sphinx-notfound-page\n Add workaround for sphinx errors\n Bump version: 68.1.0 → 68.1.1\n Bump Python version for integration tests\n Add news fragment\n Remove sphinx from the list of integration tests\n Update news fragments\n Bump version: 68.1.1 → 68.1.2","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 68.1.0 to …"}},{"before":"334af13e71babe5313c1e552e0c8ac6f691f3c7b","after":"645833e82eeb635c3f39da4261b3891ad74f0859","ref":"refs/heads/main","pushedAt":"2023-08-17T17:02:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 68.0.0 to version 68.1.0\n\nAnderson Bravalheri (46):\n Remove dependency on `pip-run`.\n Avoid pytest-perf on Cygwin\n Rewrite noqa directive for the bennefit of ruff\n Add workaround for towncrier\n Revert changes in _EditableFinder\n Reuse PathFinder to deal with fs case sensitivity in editable_wheel\n Add more checks for case sensitivity in editable_wheel tests\n Adequate tests to the latest changes in wheel 0.41.1\n Allow SystemExit exceptions to pass through unless code = 0\n Remove leftover variable in test_build_meta\n Test setup.py with sys.exit(0) only for non-legacy backend\n Remove unused import\n Exclude __pycache__ and pyc files in MANIFEST.in\n Exclude newsfragments and launcher directories from find_packages\n Ignore newsfragments by default when auto-discovering flat packages\n Add newsfragment\n Fix rst syntax in newsfragment\n Use default encoding when creating .pth files in editable_wheel\n Add newsfragment\n Change UTF-8 example to something simpler to parse\n Add regression tests for sdist\n Simplify handling of relative ext.depends\n Update changelog entry\n Change classification of PR from bugfix to feature\n Improve logic operations on path handling\n Use 'resolve' instead of 'abspath'\n Add test for auto inclusion of depends in the case of symlinks\n Allow symlinked Extension.depends to be auto-included by sdist\n Add test case for when dependency files don't exit\n Capture expectation about (gui-)scripts in pyproject.toml/setup.py\n Make sure user is notified that (gui-)scripts have to be defined in dynamic\n Add news fragment\n Remove beta warning for pyproject tool.setuptools\n Update docs to remove beta status for tool.setuptools\n Remove unused import\n Mention setup.py install for zip-safe and eager-resources\n Prefer the obsolete nomenclature\n Retain warning for tool.distutils (still internal/experimental)\n Retouch pyproject config docs\n Add news fragment\n Ignore warnings about tool.distutils\n Remove confusing bit of doc\n Refactor TestRegressions to use symlink_or_skip_test\n Fix tools/finalize to use NEWS instead of CHANGES (towncrier-related)\n Improve rendering of newsfragment\n Bump version: 68.0.0 → 68.1.0\n\nArcadiy Ivanov (1):\n Handle `setup.py` possibly using `sys.exit`\n\nAshley Anderson (11):\n Fix sphinx-lint errors in docs\n Add failing test\n Update _EditableFinder (in _FINDER_TEMPLATE) to be case-sensitive on case-insensitive filesystems\n Add news fragment\n Remove redundant logic\n Ensure posix paths to enforce case-sensitivity on Windows\n Expand case-sensitivity tests\n More robust checking of path case for imports from editable installations\n Move _check_case within the template\n Fix for Python <3.10\n Small refactor to fix off-by-one, lint\n\nBart Broere (1):\n Fix a sentence (minor change)\n\nDimitri Papadopoulos (1):\n Fix a couple typos found by codespell\n\nHang (2):\n Update package_discovery.rst\n Update package_discovery.rst\n\nJason R. Coombs (29):\n Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83.\n ⚫ Fade to black.\n Use a different variable name. Fixes #3961. Workaround for astral-sh/ruff#5249.\n Move towncrier config to its own file.\n Use the default 'newsfragments' for news fragments.\n Use jaraco.develop.towncrier to check changes and determine the release kind.\n Revert to towncrier default types.\n Normalized headings in changelog.\n Remove excess config\n Add newsfragment\n Exclude jaraco.develop on cygwin\n Remove code reliant on bdist_wininst. Ref #3525.\n Replace workaround for actions/setup-python#508 with 'allow-prereleases'\n Remove tox boilerplate, no longer necessary with later versions of tox.\n Require Python 3.8 or later.\n Expand 'finalize' to commit and tag the change.\n Leverage pytest-enabler 2.2 for the default config.\n Update config to honor black.\n Apply black styling to all but vendored modules.\n Manually correct line too long errors.\n Grab workaround for pytest-dev/execnet#195.\n Rely on unreleased build. Workaround for pypa/build#630.\n Move workarounds to tox.ini to avoid url references in project metadata.\n Prefer 3.x for Python version (latest stable).\n Collapse skeleton history. Workaround for jaraco/skeleton#87.\n Add links to project home page and pypi. Fixes jaraco/skeleton#77.\n Replace redundant step names with simple 'Run'.\n Increase visibility of security policy. (#4)\n Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/tox#3050.\n\nJoyce (4):\n Feat: set ci-sage.yml top level as contents read\n feat: initial permissions to main.yml\n Create 3833.misc.rst\n Add user to changelog.d file.\n\nOliver Mannion (1):\n docs: remove mention of include_package_data and package_data interaction\n\nStefano Rivera (4):\n Exclude debian dirs from the default namespace search\n Exclude \"debian\" from top_level.txt.\n A news fragment\n Explain where we are ignoring Debian\n\nThomas Kluyver (1):\n Remove execnet workaround\n\nruro (14):\n add Extension.depends to build_ext.get_source_files\n add tests for Extension sdist handling\n add news fragment for PR\n improve backwards compatibility and warning messages\n remove test_auto_include_symlinked_depends\n reimplement _get_internal_depends according to the new logic\n remove no longer used functions in _path\n refactor the tests a bit\n move test project root to subdir, use source_dir fixture\n improve the touch helper function\n add test_symlinked_extension_sources\n add test_invalid_extension_depends\n inline is_relative_to (it's not available in Python 3.8)\n don't run logging verification tests under stdlib distutils\n\nwim glenn (1):\n Typo fix pyproject_config.rst","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 68.0.0 to …"}},{"before":"765c10191b22f0b715516c3b4d90cc441ec331e8","after":"334af13e71babe5313c1e552e0c8ac6f691f3c7b","ref":"refs/heads/main","pushedAt":"2023-06-20T22:57:24.341Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 67.8.0 to version 68.0.0\n\nAnderson Bravalheri (25):\n Temporarily disable deprecation enforcements\n Fix test_pip_upgrade_from_source\n Avoid _distutils_hack.remove_shim on Python >= 3.12\n Add news fragment\n Simplify exporting of remove_shim for Python < 3.12\n Speed-up comparison for spect_for_pip\n Mention PEP 632 in comment\n Remove py34compat\n Remove py36compat\n Implement workaround for missing '-requiresAny' (only available on VS 2017 > 15.6)\n Add news fragment\n Mention 'packaging' on pkg_resources deprecation notes\n Add news fragment\n Add '.txt' extension to examples of tool.setuptools.dynamic.readme.file\n Remove deprecated setuptools.dist._get_unpatched\n Remove deprecated autofixing of broken egg-info folder (using '-')\n Remove deprecated APIs in easy_install\n Remove deprecated egg_info.get_pkg_info_revision\n Remove reminiscent depends.txt chech (depends.txt is deprecated)\n Stop ignoring invalid pyproject.toml\n Remove deprecated SVN support for package_index\n Add news fragment\n Re-enable SETUPTOOLS_ENFORCE_DEPRECATION\n Leave an empty 'egg_info.warn_depends_obsolete' to avoid erros when updating from source\n Bump version: 67.8.0 → 68.0.0\n\nChris Pryer (1):\n Fix dependency_management.rst typo\n\nChristian Clauss (1):\n Avoid duplication in warning text\n\nDave Brondsema (2):\n Show source location and link to more info, from pkg_resources deprecation\n Use issue_warning helper to get best stacklevel (sometimes it could point to ResourceManager.resource_filename not user code)\n\nDiego Ramirez (1):\n Remove a typo\n\nJason R. Coombs (22):\n ⚫ Fade to black.\n Fix EncodingWarning in finalize.\n Refresh vendored dependencies\n ⚫ Fade to black.\n Return discovered msbuild_path value.\n Rewrite get_msbuild to unconditionally use vswhere. Resolve values naturally to avoid reliance on shell.\n Locate CMake deterministically using registry.\n Move attribute docstring to after the attribute.\n Update the module docstring.\n Re-use global get_* functions.\n Convert subprocess calls to use explicit parameters.\n Extract function for resolve_platform.\n Extract function for doing the build.\n Generate a temporary directory for the build arena.\n Use itertools.product instead of nested loops.\n Rebuilt the executables.\n Make substitution fields more prominent and distinct from true 'skeleton' references. (#71)\n Suppress EncodingWarning in build.env. Ref pypa/build#615.\n Remove reference to EncodingWarning as it doesn't exist on some Pythons.\n Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401.\n Add badge for Ruff.\n Remove inclusion of python version for docs\n\nMarvin Gravert (1):\n fixes spelling mod->module\n\nRonnie Dutta (2):\n Update vendored `packaging` to 23.1\n Changelog\n\nSteve Kowalik (1):\n tests: Add extraction_filter for tarfile\n\nYevhenii Sevostianov (7):\n enable symlink for win\n add changelog info\n introduce proper build script on python\n nits\n nits\n fix issues\n update the way we pass definitions to cmake","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 67.8.0 to …"}},{"before":"e37e81e499b2988f9efb8e68ece8c032d82809d9","after":"765c10191b22f0b715516c3b4d90cc441ec331e8","ref":"refs/heads/main","pushedAt":"2023-05-23T17:55:42.113Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 67.7.2 to version 67.8.0\n\nAnderson Bravalheri (3):\n Adequate venv fixtures to the latest change in virtualenv\n Add news fragment\n Attempt to use a valid PEP 440 version fallback\n\nBo Bayles (1):\n Fix typo in docs\n\nGregory Starck (7):\n Fix: reload and merge easy-install pth file before save\n Rework test_many_pth_distributions_merge_together\n Add better comments\n Check in memory before disk + force clean rewrite\n Flake8 pass\n Final comments\n Better comments again\n\nJason R. Coombs (11):\n Fix linter error\n Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78.\n Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt.\n Disable ruff on cygwin where rust compiler isn't available. Ref pypa/setuptools#3921.\n ⚫ Fade to black.\n 👹 Feed the hobgoblins (delint).\n Add changelog\n 👹 Feed the hobgoblins (delint).\n 👹 Feed the hobgoblins (delint).\n 👹 Feed the hobgoblins (delint).\n Bump version: 67.7.2 → 67.8.0\n\nJoyce (1):\n Feat: initial permissions to main.yml (jaraco/skeleton#76)","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 67.7.2 to …"}},{"before":"ccba540ccdf653ebe84b26689a66188e762ff186","after":"e37e81e499b2988f9efb8e68ece8c032d82809d9","ref":"refs/heads/main","pushedAt":"2023-04-26T04:49:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 67.7.1 to version 67.7.2\n\nAnderson Bravalheri (4):\n Remove redundant URL part\n Avoid bitly links\n Add news fragment\n Bump version: 67.7.1 → 67.7.2","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 67.7.1 to …"}},{"before":"3c809f1e3396f9165bd9ae6affd99f4318438716","after":"ccba540ccdf653ebe84b26689a66188e762ff186","ref":"refs/heads/main","pushedAt":"2023-04-24T19:05:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 67.7.0 to version 67.7.1\n\nAnderson Bravalheri (1):\n Bump version: 67.7.0 → 67.7.1\n\nJam Hernandez Quiceno (3):\n Fix . When value is false return instead of raising DistutilsSetupError exception\n Add changelog\n Change issue number to 3898","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 67.7.0 to …"}},{"before":"7f07a951f6eac86f77d03f7598a8b72e4b784144","after":"3c809f1e3396f9165bd9ae6affd99f4318438716","ref":"refs/heads/main","pushedAt":"2023-03-30T00:35:21.296Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 67.6.0 to version 67.6.1\n\nAnderson Bravalheri (7):\n Test warnings for dynamic scripts when entry-points is not dynamic\n Fix '_WouldIgnoreField' warnings for scripts/gui_scripts\n Add news fragment\n Improve tests on license-files for pyproject.toml\n Update code generated by validate-pyproject\n Add news entry\n Bump version: 67.6.0 → 67.6.1\n\nMoshe Kaplan (1):\n Clarify language re: function arguments","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 67.6.0 to …"}},{"before":"131c6b2b4e54bbb1ee0c51c715f274f0a05b3850","after":"7f07a951f6eac86f77d03f7598a8b72e4b784144","ref":"refs/heads/main","pushedAt":"2023-03-09T02:00:21.658Z","pushType":"push","commitsCount":2,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-setuptools: Autospec creation for update from version 67.5.1 to version 67.6.0\n\nAnderson Bravalheri (7):\n Add pruning heuristics to PackageFinder based on exclude\n Add news fragment\n Simplify changes targeting sys_tags cache\n Prefer intersphinx to hardcoded importlib links\n Change news fragment to misc\n Adjust news fragments\n Bump version: 67.5.1 → 67.6.0\n\nJasper Harrison (1):\n Fix link to importlib.resources in the docs\n\nMaurits van Rees (2):\n Cache supported tags for wheels.\n Use functools.lru_cache to cache supported tags for wheels.","shortMessageHtmlLink":"pypi-setuptools: Autospec creation for update from version 67.5.1 to …"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVikGbwA","startCursor":null,"endCursor":null}},"title":"Activity · clearlinux-pkgs/pypi-setuptools"}