From 4ba0d4045d4d3ca17722ebb4920d51444df172ac9149a66145ba0a62bd6be840 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2022 18:55:27 +0000 Subject: [PATCH] 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 --- mulpyplexer-0.08.tar.gz | 3 --- mulpyplexer-0.09.tar.gz | 3 +++ python-mulpyplexer.changes | 33 +++++++++++++++++++++++++++++++++ python-mulpyplexer.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 mulpyplexer-0.08.tar.gz create mode 100644 mulpyplexer-0.09.tar.gz diff --git a/mulpyplexer-0.08.tar.gz b/mulpyplexer-0.08.tar.gz deleted file mode 100644 index 8be3746..0000000 --- a/mulpyplexer-0.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca930b229e21fe0ed259788e2d871eb13e54d17e29d7f25347573ae87768c5fe -size 2100 diff --git a/mulpyplexer-0.09.tar.gz b/mulpyplexer-0.09.tar.gz new file mode 100644 index 0000000..1e9049b --- /dev/null +++ b/mulpyplexer-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144e9e9bf66d3988f60542c9d3d4c94857438f7908f60e53f4c1cb1622fbbd30 +size 2846 diff --git a/python-mulpyplexer.changes b/python-mulpyplexer.changes index 05f86b3..854b974 100644 --- a/python-mulpyplexer.changes +++ b/python-mulpyplexer.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Sep 29 16:57:56 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-mulpyplexer.spec b/python-mulpyplexer.spec index 9093bea..ff03cc0 100644 --- a/python-mulpyplexer.spec +++ b/python-mulpyplexer.spec @@ -1,7 +1,7 @@ # # spec file for package python-mulpyplexer # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mulpyplexer -Version: 0.08 +Version: 0.09 Release: 0 Summary: A module that multiplexes interactions with lists of python objects License: BSD-2-Clause