64 lines
2.4 KiB
Plaintext
64 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Apr 26 20:44:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- build with any python3 interpreter installed in the buildenv
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 24 16:05:22 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Use python311 to build if sle15_python_module_pythons is defined.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:26:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 28 03:51:53 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.7.0:
|
|
* Improve handling of non-normalized .dist-info folders (#168)
|
|
* Explicitly use policy=compat32 (#163)
|
|
* Normalize RECORD file paths when parsing (#152)
|
|
* Search wheels for .dist-info directories (#137)
|
|
* Separate validation of RECORD (#147, #167)
|
|
- Only build the wheel once.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 11 21:45:29 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Don't build for Python 3.6: It requires importlib.resources
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 13 15:40:26 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 0.6.0
|
|
* Add support for Python 3.11
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 15 01:51:41 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.5.1:
|
|
* No upstream changelog.
|
|
- Drop importlib-resources and setuptools from BuildRequires, we can
|
|
bootstrap this package using only flit-core and itself.
|
|
- Inject multibuild to aid bootstrapping.
|
|
- Drop patch remove-mock.patch:
|
|
* Included upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 21 08:58:28 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Add missing BR for importlib_resources
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 21 08:52:31 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Skip building for python2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 20 19:56:19 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort for installer 0.3.0. (the highest
|
|
supported version for PDM).
|