-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add simpler license matcher * Fix --pypi-url args.url_pypi_metadata has a default value and will never be empty. To check if both options aren't given, we have to check if it's different fro the default value. * Fix meta.yaml output directory A small bug was introduced when adding v1 format. The "meta.yaml" file was always created in the current directory instead of recipe_dir. * Replace pypi.io with pypi.org pypi.org is the official domain. See pypi/warehouse#2184 Fix: Mixing implicit and explicit returns may indicate an error as implicit returns always return None * Fix test_ciso_recipe Bump version to 0.2.2. Version 0.1.0 includes versioneer.py which isn't compatible with Python 3.12 (using SafeConfigParser). * Fix test_injection_distutils_compiler_gsw Bump gsw version to 3.6.19. Version 3.3.1 includes versioneer.py which tries to import SafeConfigParser that was removed in Python 3.12. "packages" key isn't detected anymore as most metadata were moved to pyproject.toml. Only C extension definition is left in setup.py. * Fix test_merge_pypi_sdist_metadata Bump gsw version to 3.6.19. Version 3.3.1 includes versioneer.py which tries to import SafeConfigParser that was removed in Python 3.12. * Skip test_console_script_toml_format for python 3.12 Package setup.py not compatible with 3.12 (try to import imp). New package to find for this test. Skip for now. --------- Co-authored-by: Daniel Holth <dholth@anaconda.com>
- Loading branch information
Showing
6 changed files
with
71 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters