2023-12-19 02:02:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 19 02:01:25 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Switch to pyproject macros, which also now means we now use flit-core
|
|
|
|
|
to build.
|
|
|
|
|
|
2023-06-11 11:39:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 10 17:39:22 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
|
2022-09-08 15:36:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 8 05:02:48 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update URL to https://github.com/rspeer/ordered-set
|
|
|
|
|
- The egg-info is now a single file instead of a directory
|
|
|
|
|
- Update to v4.1.0
|
|
|
|
|
* Packaged using flit. Wheels now exist, and setuptools is no longer required.
|
|
|
|
|
* The code is in ordered_set/__init__.py instead of ordered_set.py.
|
|
|
|
|
* There is an ordered_set/py.typed so that type checkers know about the types.
|
|
|
|
|
* Use the type aliases SetLike[T] and OrderedSetInitializer[T] to simplify some types.
|
|
|
|
|
* Updated the way overloaded type signatures are written to what MyPy currently expects.
|
|
|
|
|
* Minimum Python version is 3.7.
|
|
|
|
|
|
2021-12-29 00:36:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 28 10:51:04 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Do not disable python36 here. This package is so deep in the
|
|
|
|
|
dependency tree, you have to do it globally.
|
|
|
|
|
|
2021-12-28 00:50:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 27 10:57:58 UTC 2021 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Upstream supoorted only python >= 3.5, so disable python 2 and
|
|
|
|
|
also python 3.6 (End of support).
|
|
|
|
|
|
2021-09-07 06:33:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2021-06-18 19:35:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 17 17:22:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Add Provides: for python*dist(ordered-set): work around
|
|
|
|
|
boo#1186870
|
|
|
|
|
|
2020-10-23 14:43:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2020-08-12 20:31:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 12 20:31:01 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Replace Source URL with the standard one
|
|
|
|
|
|
2020-01-17 09:42:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 17 09:41:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Use psuffix properly to not override src packages
|
|
|
|
|
|
2019-10-17 09:02:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-05-22 14:50:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-04-15 09:27:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 15 09:26:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Format with spec-cleaner
|
|
|
|
|
|
2019-04-15 09:25:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 2 23:34:06 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial packaging for openSUSE
|