-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test metadata as produced by #3903 + #3904 #4029
Merged
Merged
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6410fb0 - Browse repository at this point
Copy the full SHA 6410fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d7ba1 - Browse repository at this point
Copy the full SHA a6d7ba1View commit details -
Use _requirestxt logic for writing 'requires.txt'
This change extracts the logic for writing 'requires.txt' from the ``egg_info`` module into ``_requirestxt``. It also adds the missing pre-processing for ``install_requires`` and ``extras_require`` previously done in ``dist`` but now implemented in ``_requires.txt``.
Configuration menu - View commit details
-
Copy full SHA for 1846940 - Browse repository at this point
Copy the full SHA 1846940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619cb1f - Browse repository at this point
Copy the full SHA 619cb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820775a - Browse repository at this point
Copy the full SHA 820775aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed0757e - Browse repository at this point
Copy the full SHA ed0757eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807ab8a - Browse repository at this point
Copy the full SHA 807ab8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 441744c - Browse repository at this point
Copy the full SHA 441744cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a641c78 - Browse repository at this point
Copy the full SHA a641c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d930f - Browse repository at this point
Copy the full SHA 40d930fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2239b8a - Browse repository at this point
Copy the full SHA 2239b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9d6ac - Browse repository at this point
Copy the full SHA 3c9d6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d1e9f - Browse repository at this point
Copy the full SHA 13d1e9fView commit details -
Improve atomicity when writing PKG-INFO
For the time being, when `setuptools.build_meta` is called, `egg_info.egg_base` is accidentally set to the project root between the several calls to the different build hooks. This means that if the hooks are called, they will try to overwrite `setuptools.egg-info/PKG-INFO`, and for a very short interval of time it will be an empty file. Another process may then try to simultaneously use `importlib.metadata` to list entry-points. However to sort entry-points, `importlib.metadata` will try to read the `Name` field in the `PKG-INFO/METADATA` files and will raise an error/warning if that file is empty. This commit tries to use `os.replace` to avoid having an empty PKG-INFO while `importlib.metadata` is used.
Configuration menu - View commit details
-
Copy full SHA for f4dd7e2 - Browse repository at this point
Copy the full SHA f4dd7e2View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b537f53 - Browse repository at this point
Copy the full SHA b537f53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39895e4 - Browse repository at this point
Copy the full SHA 39895e4View commit details -
Fix missing branch on tox.ini config
Here we use a specific SHA that we now is "green" to avoid problems with a moving HEAD.
Configuration menu - View commit details
-
Copy full SHA for 054ca25 - Browse repository at this point
Copy the full SHA 054ca25View commit details -
Add validation tests for core metadata using 'packaging'
(An independent validation library makes the confidence in the code stronger).
Configuration menu - View commit details
-
Copy full SHA for 0f64181 - Browse repository at this point
Copy the full SHA 0f64181View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.