Package Release Info

python-ordered-set-3.1.1-bp152.1.10

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-ordered-set
python3-ordered-set

Change Logs

* Fri Jan 17 2020 Tomá? Chvátal <tchvatal@suse.com>
- Use psuffix properly to not override src packages
* Thu Oct 17 2019 Tomá? Chvátal <tchvatal@suse.com>
- Switch to multibuild and make sure we build without setuptools
  in order to avoid buildcycle
* Wed May 22 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to version 3.1.1
  * Implement set api. SLICE_ALL getitem returns copy
  * Add tests for new API. Replace nose with pytest.
  * OrderedSet now inherits from collections.Sequence, __eq__ now
    checks order of sequences
  * Drop Python 2.6 support; Python and pytest already don't
    support it
  * Fixed bitwise and
  * Added comprehensive binary operation consistency checks
  * Fix DeprecationWarning due to collections.abc in Python 3.7
  * Use set literal instead of function
  * Fix error when fancy indexing by a NumPy array
  * Update in-place operations to be O(N)
  * Add testing and document support for Python 3.7
* Mon Apr 15 2019 Tomá? Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
* Sat Mar 02 2019 Neal Gompa <ngompa13@gmail.com>
- Initial packaging for openSUSE