15
0

- update to 0.4:

* Use set comprehension
  * Fix link to entry_points
  * Treat editable installs as Distributions too
  * Document motvation / constrast to pkg_resources
  * Switch build-backend to flit_core

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoints?expand=0&rev=14
This commit is contained in:
2022-10-06 15:11:12 +00:00
committed by Git OBS Bridge
parent 6ae120b9db
commit 11e0488c04
4 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 6 14:25:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.4:
* Use set comprehension
* Fix link to entry_points
* Treat editable installs as Distributions too
* Document motvation / constrast to pkg_resources
* Switch build-backend to flit_core
-------------------------------------------------------------------
Mon Mar 16 10:30:18 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>