15
0

- Update to 1.4.2:

* Included a pyproject.toml to allow users install the sdist with old
    python/setuptools, as the setuptools-scm dep will be fetched by pip
    instead of setuptools. Fixes #30.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-09-11 13:05:43 +00:00
committed by Git OBS Bridge
parent 9269923b2d
commit 4e83d1097a
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 11 13:02:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.4.2:
* Included a pyproject.toml to allow users install the sdist with old
python/setuptools, as the setuptools-scm dep will be fetched by pip
instead of setuptools. Fixes #30.
-------------------------------------------------------------------
Thu Jun 20 12:53:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>