| 
									
										
										
										
											2024-03-18 15:56:47 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Mar 17 21:05:34 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.22.2: | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix regression when loading metadata from source | 
					
						
							|  |  |  |       distributions | 
					
						
							|  |  |  |     + Fix metadata hooks when building wheels from source | 
					
						
							|  |  |  |       distributions | 
					
						
							|  |  |  | - additional changes from version 1.22.1: | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Update the default version of core metadata to 2.3 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - additional changes from version 1.22.0: | 
					
						
							|  |  |  |   * Deprecated: | 
					
						
							|  |  |  |     + The app build target has been renamed to binary to reduce | 
					
						
							|  |  |  |       ambiguity with the name of an upcoming feature. The former | 
					
						
							|  |  |  |       name will still be usable for several minor releases. | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Metadata for the wheel target now defaults to the PKG-INFO | 
					
						
							|  |  |  |       metadata within source distributions | 
					
						
							|  |  |  |     + Add dependencies method to the build hook interface so that | 
					
						
							|  |  |  |       hooks can themselves dynamically define dependencies | 
					
						
							|  |  |  |     + Update the default version of core metadata to 2.2 | 
					
						
							|  |  |  |     + Update SPDX license information to version 3.23 | 
					
						
							|  |  |  |     + Improve error message for when the default heuristics for | 
					
						
							|  |  |  |       wheel file inclusion fail | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Properly support core metadata version 2.2 | 
					
						
							|  |  |  |     + Remove editables as a direct dependency | 
					
						
							|  |  |  |     + Fix default wheel tag when the supported Python version | 
					
						
							|  |  |  |       declaration is strict | 
					
						
							|  |  |  |     + Load VCS ignore patterns first so that whitelisted patterns | 
					
						
							|  |  |  |       can be excluded by project configuration | 
					
						
							|  |  |  |     + Don't consider VCS ignore files that are outside of the VCS | 
					
						
							|  |  |  |       boundary | 
					
						
							|  |  |  |     + The sdist build target now gracefully ignores UNIX socket | 
					
						
							|  |  |  |       files | 
					
						
							|  |  |  |     + Begin ignoring certain files ubiquitously, like .DS_Store on | 
					
						
							|  |  |  |       macOS | 
					
						
							|  |  |  | - remove editables from the required packages | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-26 09:39:00 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Jan 25 21:07:23 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.21.1: | 
					
						
							|  |  |  |   * Fix loading of local plugins to account for newly released | 
					
						
							|  |  |  |     versions of a dependency | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-12-27 11:05:13 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Dec 21 14:30:24 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.21.0: | 
					
						
							|  |  |  |   * Add parent context modifier for path fields | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-12-14 08:08:40 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Dec 13 20:28:22 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.20.0: | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Add bypass-selection option to the wheel build target to | 
					
						
							|  |  |  |       allow for empty (metadata-only) wheels | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix regression in 1.19.1 that allowed exclude to count toward | 
					
						
							|  |  |  |       inclusion selection, thus bypassing the default inclusion | 
					
						
							|  |  |  |       selection heuristics | 
					
						
							|  |  |  |     + Fix writing optional dependency core metadata in situations | 
					
						
							|  |  |  |       where there are multiple environment markers | 
					
						
							|  |  |  | - additional changes from version 1.19.1: | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Add better error message when the wheel build target cannot | 
					
						
							|  |  |  |       determine what to ship | 
					
						
							|  |  |  |     + Consider forced inclusion patterns and build-time artifacts | 
					
						
							|  |  |  |       as file selection since some build hooks generate the entire | 
					
						
							|  |  |  |       wheel contents without user configuration | 
					
						
							|  |  |  | - additional changes from version 1.19.0: | 
					
						
							|  |  |  |   * Changed: | 
					
						
							|  |  |  |     + An error will now be raised if a force-included path does not | 
					
						
							|  |  |  |       exist | 
					
						
							|  |  |  |     + An error will now be raised for the wheel build target if no | 
					
						
							|  |  |  |       file selection options are defined | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Officially support Python 3.12 | 
					
						
							|  |  |  |     + Allow using an empty string for the sources option to add a | 
					
						
							|  |  |  |       prefix to distribution paths | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Properly handle non-zero version epoch for the standard | 
					
						
							|  |  |  |       version scheme | 
					
						
							|  |  |  |     + Fix the wheel build target for case insensitive file systems | 
					
						
							|  |  |  |       when the project metadata name does not match the directory | 
					
						
							|  |  |  |       name on disk | 
					
						
							|  |  |  |     + The app build target no longer has suppressed output | 
					
						
							|  |  |  |     + Prevent duplicate paths when projects require the sources | 
					
						
							|  |  |  |       option while build hooks overwrite included paths | 
					
						
							|  |  |  |     + Properly escape spaces for URI context formatting | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-21 17:26:27 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jun 21 08:25:58 UTC 2023 - Ben Greiner <code@bnavigator.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update to 1.18.0 | 
					
						
							|  |  |  |   * Drop support for Python 3.7 | 
					
						
							|  |  |  |   * Update the list of directories that are always excluded for | 
					
						
							|  |  |  |     builds | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-04 23:36:39 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Jun  3 18:21:13 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.17.1: | 
					
						
							|  |  |  |  * Fix dev mode when the project has symlinks and file inclusion is | 
					
						
							|  |  |  |    defined with the packages or only-include options | 
					
						
							|  |  |  |  * Change the name of generated PTH files for dev mode so they come | 
					
						
							|  |  |  |    first lexicographically and therefore load first | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-13 10:13:05 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat May 13 08:25:01 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.17.0: | 
					
						
							|  |  |  |   * The app build target now embeds the project version in the name | 
					
						
							|  |  |  |     of binaries | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-11 22:23:15 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu May 11 18:48:27 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.16.1: | 
					
						
							|  |  |  |   * Fix determining the built executable path for the app build | 
					
						
							|  |  |  |     target option when using a local copy of PyApp when there is | 
					
						
							|  |  |  |     an explicit target triple set | 
					
						
							|  |  |  | - additional changes from version 1.16.0: | 
					
						
							|  |  |  |   * Add app build target option to build using a local copy of | 
					
						
							|  |  |  |     the PyApp repository | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-09 20:46:06 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue May  9 19:19:08 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.15.0: | 
					
						
							|  |  |  |   * Add app build target | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-24 20:13:10 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr 24 16:30:48 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.14.1: | 
					
						
							|  |  |  |   * Fix internal archive root naming for the sdist target when | 
					
						
							|  |  |  |     strict-naming is disabled to match the file name in order to | 
					
						
							|  |  |  |     support the expectation of some frontends | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-26 20:41:05 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Apr 21 12:26:11 UTC 2023 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - add sle15_python_module_pythons (jsc#PED-68) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-04 12:34:22 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr  3 16:22:45 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.14.0: | 
					
						
							|  |  |  |   * Added: Add trove-classifiers as a dependency | 
					
						
							|  |  |  |   * Fixed: Properly normalize metadata descriptions that contain | 
					
						
							|  |  |  |     line breaks | 
					
						
							|  |  |  | - requires python-trove-classifiers | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-10 08:10:09 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Feb  9 17:13:34 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.13.0: | 
					
						
							|  |  |  |   * Update the set of known trove classifiers to version 2023.2.8 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-08 17:48:25 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jan  8 17:46:56 UTC 2023 - Dirk Müller <dmueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.12.2: | 
					
						
							|  |  |  |   * Add macos-max-compat option to the wheel target that is enabled by default to | 
					
						
							|  |  |  |     support the latest version 22.0 of the packaging library  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-02 12:32:40 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Jan  2 10:31:58 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.12.1: | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix minor regression in the PEP 517/660 function signatures | 
					
						
							|  |  |  |       that was discovered by Fedora | 
					
						
							|  |  |  | - additional changes from version 1.12.0: | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Improve readability of exceptions | 
					
						
							|  |  |  |     + Add extra_metadata build data to the wheel target | 
					
						
							|  |  |  |     + Retroactively support License-Expression core metadata | 
					
						
							|  |  |  |       starting at version 2.1 | 
					
						
							|  |  |  |     + Add more type hints | 
					
						
							|  |  |  |     + Update the set of known trove classifiers to version | 
					
						
							|  |  |  |       2022.12.22 | 
					
						
							|  |  |  |     + Update SPDX license information to version 3.19 | 
					
						
							|  |  |  |     + Store Hatchling's metadata in pyproject.toml | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Acknowledge the ARCHFLAGS environment variable on macOS for | 
					
						
							|  |  |  |       the wheel target when build hooks set the infer_tag build | 
					
						
							|  |  |  |       data to true | 
					
						
							|  |  |  |     + Fix dependency checking when encountering broken | 
					
						
							|  |  |  |       distributions | 
					
						
							|  |  |  |     + Remove unnecessary encoding declaration in the default | 
					
						
							|  |  |  |       template for the version build hook | 
					
						
							|  |  |  | - remove skip_python2: python >= 3.7 is already required | 
					
						
							|  |  |  | - drop python_module macro definition: provided by | 
					
						
							|  |  |  |   python-rpm-macros | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-20 20:51:58 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Oct 20 19:55:11 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.11.1: | 
					
						
							|  |  |  |   * Fixed: Fix default file selection behavior of the wheel target | 
					
						
							|  |  |  |     when there is a single top-level module | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-10 07:22:36 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Oct  9 19:49:17 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.11.0: | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Add env version source to retrieve the version from an | 
					
						
							|  |  |  |       environment variable | 
					
						
							|  |  |  |     + Add validate-bump option to the standard version scheme | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Use proper CSV formatting for the RECORD metadata file of the | 
					
						
							|  |  |  |       wheel target to avoid warnings during installation by pip if, | 
					
						
							|  |  |  |       for example, file names contain commas | 
					
						
							|  |  |  |     + Fix installations with pip for build hooks that modify | 
					
						
							|  |  |  |       runtime dependencies | 
					
						
							|  |  |  |     + Decreasing verbosity now has no affect on output that should | 
					
						
							|  |  |  |       always be displayed | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-26 07:50:03 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2022-09-24 10:21:38 +00:00
										 |  |  | Fri Sep 23 19:56:00 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.10.0: | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Add the following to the list of directories that cannot be | 
					
						
							|  |  |  |       traversed: __pypackages__, .hg, .hatch, .tox, .nox | 
					
						
							|  |  |  |     + Add deprecated option to allow ambiguous features | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Improve tracking of dynamic metadata | 
					
						
							|  |  |  |     + Fix core metadata for entries in | 
					
						
							|  |  |  |       project.optional-dependencies that use direct references | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2022-09-15 07:49:44 +00:00
										 |  |  | Tue Sep 13 20:05:14 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.9.0: | 
					
						
							|  |  |  |   * Changed: | 
					
						
							|  |  |  |     + File pattern matching now more closely resembles Git's | 
					
						
							|  |  |  |       behavior | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Implement a minimal version of | 
					
						
							|  |  |  |       prepare_metadata_for_build_wheel and | 
					
						
							|  |  |  |       prepare_metadata_for_build_editable for non-frontend tools | 
					
						
							|  |  |  |       that only need to inspect a project's metadata | 
					
						
							|  |  |  |     + Add metadata command to view PEP 621 project metadata | 
					
						
							|  |  |  |     + Improve error messages for SPDX license errors | 
					
						
							|  |  |  |     + Retroactively support License-File for core metadata starting | 
					
						
							|  |  |  |       at version 2.1 | 
					
						
							|  |  |  |     + Bump the minimum supported version of pathspec to 0.10.1 | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Allow the valid non-SPDX license values | 
					
						
							|  |  |  |       LicenseRef-Public-Domain and LicenseRef-Proprietary | 
					
						
							|  |  |  |     + Show the help text of the CLI when no subcommand is selected | 
					
						
							|  |  |  | - requires python-base to set the minimum python version, -devel is | 
					
						
							|  |  |  |   not needed | 
					
						
							|  |  |  | - requires pathspec >= 0.10.1 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2022-08-26 07:50:03 +00:00
										 |  |  | Thu Aug 25 18:52:11 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.8.1: | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix default file inclusion for wheel build targets when both | 
					
						
							|  |  |  |       the project name and package directory name are not | 
					
						
							|  |  |  |       normalized | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-19 06:47:05 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Aug 18 15:44:17 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.8.0: | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Add get_known_classifiers method to metadata hooks | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix check for updating static versions with the version | 
					
						
							|  |  |  |       command when metadata hooks are in use | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-15 07:19:28 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Aug 13 19:23:18 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.7.1: | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix the value the relative_path attribute of included files, | 
					
						
							|  |  |  |       that some build plugins may use, when selecting explicit | 
					
						
							|  |  |  |       paths | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Aug 13 14:17:00 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.7.0: | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Add require-runtime-features option for builders and build | 
					
						
							|  |  |  |       hooks | 
					
						
							|  |  |  |     + Check for unknown trove classifiers | 
					
						
							|  |  |  |     + Update SPDX license information to version 3.18 | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Add better error message for wheel target dev mode | 
					
						
							|  |  |  |       installations that define path rewrites with the sources | 
					
						
							|  |  |  |       option | 
					
						
							|  |  |  |     + Note the allow-direct-references option in the relevant error | 
					
						
							|  |  |  |       messages | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-01 08:30:40 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Jul 30 20:38:56 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.6.0: | 
					
						
							|  |  |  |   * Changed: | 
					
						
							|  |  |  |     + When no build targets are specified on the command line, now | 
					
						
							|  |  |  |       default to sdist and wheel targets rather than what happens | 
					
						
							|  |  |  |       to be defined in config | 
					
						
							|  |  |  |     + The code version source now only supports files with known | 
					
						
							|  |  |  |       extensions | 
					
						
							|  |  |  |     + Global build hooks now run before target-specific build hooks | 
					
						
							|  |  |  |       to better match expected behavior | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + The code version source now supports loading extension | 
					
						
							|  |  |  |       modules | 
					
						
							|  |  |  |     + Add search-paths option for the code version source | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix removing sources using an empty string value in the | 
					
						
							|  |  |  |       mapping | 
					
						
							|  |  |  |     + The strict-naming option now also applies to the metadata | 
					
						
							|  |  |  |       directory of wheel targets | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-15 17:51:06 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Jul 15 12:19:55 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.5.0: | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Support the final draft of PEP 639 | 
					
						
							|  |  |  |     + Add strict-naming option for sdist and wheel targets | 
					
						
							|  |  |  |   * Fixed: Project names are now stored in sdist and wheel target | 
					
						
							|  |  |  |     core metadata exactly as defined in pyproject.toml without | 
					
						
							|  |  |  |     normalization to allow control of how PyPI displays them | 
					
						
							|  |  |  | - require python 3.7 as minimum version to match upstream | 
					
						
							|  |  |  |   requirement | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-06 07:50:16 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Jul  5 18:00:11 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.4.1: | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Fix forced inclusion of important files like licenses for | 
					
						
							|  |  |  |       sdist targets when using the explicit selection options | 
					
						
							|  |  |  |     + Don't sort project URL metadata so that the rendered order | 
					
						
							|  |  |  |       on PyPI can be controlled | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-04 22:06:26 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Jul  4 16:13:37 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.4.0: | 
					
						
							|  |  |  |   * Changed: The packages option uses the new only-include option | 
					
						
							|  |  |  |     to provide targeted inclusion, since that is desired most of | 
					
						
							|  |  |  |     the time | 
					
						
							|  |  |  |   * Added: | 
					
						
							|  |  |  |     + Support PEP 561 type hinting | 
					
						
							|  |  |  |     + Add version build hook | 
					
						
							|  |  |  |     + Add only-include option | 
					
						
							|  |  |  |     + The editable version of wheel targets now respects the | 
					
						
							|  |  |  |       force-include option by default | 
					
						
							|  |  |  |     + The force-include option now supports path rewriting with the | 
					
						
							|  |  |  |       sources option | 
					
						
							|  |  |  |     + The wheel target shared-data and extra-metadata options now | 
					
						
							|  |  |  |       respect file selection options | 
					
						
							|  |  |  |     + The wheel target now auto-detects single module layouts | 
					
						
							|  |  |  |     + Improve performance by never entering directories that are | 
					
						
							|  |  |  |       guaranteed to be undesirable like __pycache__ rather than | 
					
						
							|  |  |  |       excluding individual files within | 
					
						
							|  |  |  |     + Update SPDX license information to version 3.17 | 
					
						
							|  |  |  |   * Fixed: | 
					
						
							|  |  |  |     + Don't write empty entry points file for wheel targets if | 
					
						
							|  |  |  |       there are no entry points defined | 
					
						
							|  |  |  |     + Allow metadata hooks to set the version in all cases | 
					
						
							|  |  |  |     + Prevent duplicate file entries from inclusion when using the | 
					
						
							|  |  |  |       force-include option | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-13 15:51:19 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jun 12 13:54:32 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.3.1: | 
					
						
							|  |  |  |   * Fixed: Better populate global variables for the code version | 
					
						
							|  |  |  |     source | 
					
						
							|  |  |  | - add a comment explaining why the tests are skipped in obs | 
					
						
							|  |  |  |   because they need internet access | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-28 07:26:43 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu May 26 16:38:22 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - creation of the package with version 1.3.0 |