2022-08-01 10:30:40 +02: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 19:51:06 +02: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 09:50:16 +02: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-05 00:06:26 +02: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 17:51:19 +02: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 09:26:43 +02: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
|