waf/waf.changes

63 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Mon Oct 7 13:42:38 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.1.2:
* Work around some Python regressions
* Add latex dependeny on environment variables
* Add support for flang compiler
-------------------------------------------------------------------
Mon Jul 1 09:45:08 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 2.1.1
* Fixed some argparse regressions
* Fixed 'waf --version'
* Updated most project examples
- Update to 2.1.0
* While the Waf file runs on Python 2 and 3, creating it requires Python 3
+ Added wafcache
+ waf_unit_test: Added task in returned tuples, custom reports should be adapted
~ Ensure ConfigurationContext.load and Context.load definitions are consistent
and remove unused *k parameters
~ Remove the dependency on optparse and use argparse instead
- added public key and signature
-------------------------------------------------------------------
Fri Apr 5 11:55:59 UTC 2024 - pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang macro, [bsc#1212476]
-------------------------------------------------------------------
Tue Dec 19 01:26:32 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Do not write non-deterministic .pyc files in tests
-------------------------------------------------------------------
Mon Dec 4 05:48:02 UTC 2023 - Wang Jun <badboywj@gmail.com>
- Update to 2.0.26
* Improve "waf dist" - Support SOURCE_DATE_EPOCH
* Detect Qt6 #2355
* Haxe toolkit support #2352
* Updated the project's gpg key
-------------------------------------------------------------------
Thu Jan 5 07:52:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.25:
* Fix invalid characters returned by find_program #2397
* Prepare for distutils removal (Python 3.12 regression) #2402
* Improve cp65001 compat in cpython < 3.3 #2346
* Add Fujitsu Fortran compiler detection on ARM64FX #2348
* Support multiple Sphinx output formats #2344
* Improve PyQt5 detection #2343
* Add asynchronous wafcache uploads
-------------------------------------------------------------------
Mon Jun 27 19:50:33 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Initial package version (2.0.24)