14
0
forked from pool/python-Cycler

- update to 0.11.0:

* Added Cycler.by_key, which produces values by key (#26)
  * Added Cycler.__contains__, which adds support for in checks (#34)
  * Wheels now includes the LICENSE file (#48)
  * The sdist now includes the LICENSE (#58) and tests (#32)
  * Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cycler?expand=0&rev=13
This commit is contained in:
2022-06-21 19:53:54 +00:00
committed by Git OBS Bridge
parent ad391f5709
commit a458f3cd99
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 21 19:51:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.11.0:
* Added Cycler.by_key, which produces values by key (#26)
* Added Cycler.__contains__, which adds support for in checks (#34)
* Wheels now includes the LICENSE file (#48)
* The sdist now includes the LICENSE (#58) and tests (#32)
* Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.
-------------------------------------------------------------------
Tue Nov 5 09:50:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>