17
0
Files
python-ordered-set/python-ordered-set.changes
Matej Cepl 4344fab020 Accepting request 917127 from home:mnhauke
- Update to version 4.0.2
  * Restore compatibility with Python 3.5
  * fix packaging, remove vestiges of type stubs
  * Remove unused type
  * Add a mailmap
  * remove old .pyi type stub
  * Implement code review suggestions for types
  * Code formatting (isort and black)
  * Move type annotations inline
  * Directly distribute type stub file via PEP 561
  * Handle another indexing case from NumPy

OBS-URL: https://build.opensuse.org/request/show/917127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-set?expand=0&rev=15
2021-09-07 06:33:42 +00:00

71 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Mon Sep 6 13:54:50 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.0.2
* Restore compatibility with Python 3.5
* fix packaging, remove vestiges of type stubs
* Remove unused type
* Add a mailmap
* remove old .pyi type stub
* Implement code review suggestions for types
* Code formatting (isort and black)
* Move type annotations inline
* Directly distribute type stub file via PEP 561
* Handle another indexing case from NumPy
-------------------------------------------------------------------
Thu Jun 17 17:22:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Add Provides: for python*dist(ordered-set): work around
boo#1186870
-------------------------------------------------------------------
Fri Oct 23 14:43:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Use %pycache_only %python_sitelib instead of %python3_sitelib
fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348
-------------------------------------------------------------------
Wed Aug 12 20:31:01 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Replace Source URL with the standard one
-------------------------------------------------------------------
Fri Jan 17 09:41:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Use psuffix properly to not override src packages
-------------------------------------------------------------------
Thu Oct 17 09:01:30 UTC 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 14:21:24 UTC 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 09:26:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
-------------------------------------------------------------------
Sat Mar 2 23:34:06 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Initial packaging for openSUSE