forked from pool/python-mulpyplexer
		
	Accepting request 1007054 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007054 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mulpyplexer?expand=0&rev=3
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
				
			|||||||
version https://git-lfs.github.com/spec/v1
 | 
					 | 
				
			||||||
oid sha256:ca930b229e21fe0ed259788e2d871eb13e54d17e29d7f25347573ae87768c5fe
 | 
					 | 
				
			||||||
size 2100
 | 
					 | 
				
			||||||
							
								
								
									
										3
									
								
								mulpyplexer-0.09.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								mulpyplexer-0.09.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					version https://git-lfs.github.com/spec/v1
 | 
				
			||||||
 | 
					oid sha256:144e9e9bf66d3988f60542c9d3d4c94857438f7908f60e53f4c1cb1622fbbd30
 | 
				
			||||||
 | 
					size 2846
 | 
				
			||||||
@@ -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>
 | 
					Tue Dec  4 12:50:33 UTC 2018 - Matej Cepl <mcepl@suse.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# spec file for package python-mulpyplexer
 | 
					# 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
 | 
					# All modifications and additions to the file contributed by third parties
 | 
				
			||||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
					# remain the property of their copyright owners, unless otherwise agreed
 | 
				
			||||||
@@ -18,7 +18,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 | 
					%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 | 
				
			||||||
Name:           python-mulpyplexer
 | 
					Name:           python-mulpyplexer
 | 
				
			||||||
Version:        0.08
 | 
					Version:        0.09
 | 
				
			||||||
Release:        0
 | 
					Release:        0
 | 
				
			||||||
Summary:        A module that multiplexes interactions with lists of python objects
 | 
					Summary:        A module that multiplexes interactions with lists of python objects
 | 
				
			||||||
License:        BSD-2-Clause
 | 
					License:        BSD-2-Clause
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user