17
0
Files
python-installer/python-installer.changes
Steve Kowalik 77b5f98379 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-installer?expand=0&rev=14
2023-03-28 03:56:12 +00:00

49 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
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).