14
0

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:
2022-09-29 18:55:27 +00:00
committed by Git OBS Bridge
parent 87480dbdac
commit 4ba0d4045d
4 changed files with 38 additions and 5 deletions

View File

@@ -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