14
0

- update to 1.0.0:

* Require setuptools to build from source.
  * Stop asking setuptools to build both .tar.gz and .zip
    sdists. PyPI has standardized on .tar.gz for all platforms.
  * Publish the change log to https://greenlet.readthedocs.io

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=54
This commit is contained in:
2021-02-01 22:26:23 +00:00
committed by Git OBS Bridge
parent 236f62427d
commit acd5034be6
5 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 1 22:13:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.0.0:
* Require setuptools to build from source.
* Stop asking setuptools to build both .tar.gz and .zip
sdists. PyPI has standardized on .tar.gz for all platforms.
* Publish the change log to https://greenlet.readthedocs.io
-------------------------------------------------------------------
Mon Sep 28 10:54:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>