Blob Blame History Raw
-------------------------------------------------------------------
Fri Dec  1 16:59:24 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to 0.20:
  * Enable support for pattern matching (#96)
  * add support for aix/sunos (#98)
  * Python 3.12 compatibility (#105)
  * Add __contains__ to MapKeys (#99)
  * Add PEP 585 GenericAlias support (#101)
  * Move metadata to `pyproject.toml`, fix test fixture inclusion
    in sdist (#111)
- drop python312.patch (upstream)

-------------------------------------------------------------------
Mon Aug 14 20:48:16 UTC 2023 - Dirk Müller <dmueller@suse.com>

- add python312.patch to fix build with python 3.12

-------------------------------------------------------------------
Thu Jun 22 15:25:56 UTC 2023 - Dirk Müller <dmueller@suse.com>

- limit to newer python versions, older are no longer needed

-------------------------------------------------------------------
Fri Apr 21 12:26:44 UTC 2023 - Dirk Müller <dmueller@suse.com>

- add sle15_python_module_pythons (jsc#PED-68)

-------------------------------------------------------------------
Thu Apr 13 22:42:01 UTC 2023 - Matej Cepl <mcepl@suse.com>

- Make calling of %{sle15modernpython} optional.

-------------------------------------------------------------------
Wed Oct 12 03:36:57 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

- Update to version 0.19
  * Support for Python 3.11

-------------------------------------------------------------------
Mon Aug 22 22:16:34 UTC 2022 - Ben Greiner <code@bnavigator.de>

- Don't do mypy static type checking of the sources in order to
  avoid mypy in Ring1. The functionality of the binary rpm package
  is not affected by properly typed python sources.
- Remove obsolete setup.py sed fix
- Don't catchall sitearch files in %files section

-------------------------------------------------------------------
Tue Jul 19 12:26:30 UTC 2022 - Dirk Müller <dmueller@suse.com>

- update to 0.18:
  * Fix iteration when tree is 7 levels deep and has collissions
  * Test on python 3.10
  * consolidate mypy and pytest config into pyproject.toml

-------------------------------------------------------------------
Mon Apr 25 12:49:18 UTC 2022 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>

- Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404)

-------------------------------------------------------------------
Tue Feb 22 09:01:33 UTC 2022 - Dirk Müller <dmueller@suse.com>

- update to 0.16:
  * Refactor typings
  * Update Python 3.10 support, drop Python 3.5
  * Fix test_none_collisions on 32-bit systems
  * Clarify the license of the included pythoncapi_compat.h header
  * Use cibuildwheel to build wheels
- drop skip_32bit_tests.patch, test_none_collisions-32-bit.patch (upstream)

-------------------------------------------------------------------
Thu Aug  5 06:23:30 UTC 2021 - Matej Cepl <mcepl@suse.com>

- Upstream fixed problems with 32bit systems
  (gh#MagicStack/immutables#69) so we have removed
  skip_32bit_tests.patch and added new solution which actually fixes the
  issue: test_none_collisions-32-bit.patch.

-------------------------------------------------------------------
Thu Apr 22 20:28:33 UTC 2021 - Dirk Müller <dmueller@suse.com>

- update to 0.15
  * python 3.9 support

-------------------------------------------------------------------
Mon Dec  7 15:34:37 UTC 2020 - Matej Cepl <mcepl@suse.com>

- Add skip_32bit_tests.patch (gh#MagicStack/immutables#53) to skip tests
  which fail on 32bit architectures.

-------------------------------------------------------------------
Tue Oct 13 07:42:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>

- skip tests that fail on 32bit

-------------------------------------------------------------------
Wed Sep 16 11:27:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>

- update to 0.14:
  * python 3.8 support
  * Various improvements w.r.t. type annotations & typing
  * Fix pure-Python implementation to accept keyword argument
  * Fix the mutation API to maintain elements count correctly
  * Allow None to be used as key in pure-Python implementation.
- remove py38.patch (upstream)

-------------------------------------------------------------------
Mon Mar  9 08:33:40 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

- Update to 0.11:
  * Python 3.8 fixes
- Add one more py38 patch:
  * py38.patch

-------------------------------------------------------------------
Tue Sep 10 13:49:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

- Format with spec-cleaner

-------------------------------------------------------------------
Sun Apr 14 10:46:18 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

- Initial spec for v0.9