forked from pool/python-mulpyplexer
Accepting request 1007032 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.0.9 * Merge pull request #12 from FantasqueX/master * Transitioning from setup.py to setup.cfg * Merge pull request #11 from FantasqueX/master * refine build system to conform PEP 517 and PEP518 * version bump * Merge pull request #9 from fabaff/patch-1 * Add MANIFEST.in * Merge pull request #7 from tyb0807/feat/py3k * py3k compatible * Merge pull request #6 from rhelmot/master * Update for py3k compatibility * fix license metadata and tick version * Fixes #5 - I hereby relicense this as BSD * ... and turn them into properties * add mp_first and mp_last * add attributes to __dir__ * print the original contents * ticked version * added reduce! * rename sort to sorted to make it clear that the MP isn't being changed * implement sorting * better print * bump for pip * Change setup.py. Fixes #4 * added mp_filter, mp_flatten, and mp_union * Closes #2 - added mp_map * support setitem and setattr * fixed a bug with dir OBS-URL: https://build.opensuse.org/request/show/1007032 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mulpyplexer?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 16:57:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 0.0.9
|
||||
* Merge pull request #12 from FantasqueX/master
|
||||
* Transitioning from setup.py to setup.cfg
|
||||
* Merge pull request #11 from FantasqueX/master
|
||||
* refine build system to conform PEP 517 and PEP518
|
||||
* version bump
|
||||
* Merge pull request #9 from fabaff/patch-1
|
||||
* Add MANIFEST.in
|
||||
* Merge pull request #7 from tyb0807/feat/py3k
|
||||
* py3k compatible
|
||||
* Merge pull request #6 from rhelmot/master
|
||||
* Update for py3k compatibility
|
||||
* fix license metadata and tick version
|
||||
* Fixes #5 - I hereby relicense this as BSD
|
||||
* ... and turn them into properties
|
||||
* add mp_first and mp_last
|
||||
* add attributes to __dir__
|
||||
* print the original contents
|
||||
* ticked version
|
||||
* added reduce!
|
||||
* rename sort to sorted to make it clear that the MP isn't being changed
|
||||
* implement sorting
|
||||
* better print
|
||||
* bump for pip
|
||||
* Change setup.py. Fixes #4
|
||||
* added mp_filter, mp_flatten, and mp_union
|
||||
* Closes #2 - added mp_map
|
||||
* support setitem and setattr
|
||||
* fixed a bug with dir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:50:33 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user