2025-04-14 05:45:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 14 05:45:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Support both lowercased and unnormalized metadata directory names.
|
|
|
|
|
|
2025-03-25 00:19:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 25 00:18:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Lowercase metadata directory name.
|
|
|
|
|
|
2024-12-20 04:17:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 20 04:15:58 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Switch to autosetup, pyproject and pyunittest macros.
|
|
|
|
|
- No more greedy globs in %files.
|
|
|
|
|
- Add patch no-makesuite.patch:
|
|
|
|
|
* Use the load tests protocol to run the testsuite.
|
|
|
|
|
|
2021-08-13 14:01:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 13 13:55:15 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.5.0:
|
|
|
|
|
* Version 3.5.0 makes the module ready for Python 3.9. The methods
|
|
|
|
|
"array.fromstring" and "array.tostring" will not exist in Python 3.9.
|
|
|
|
|
One additional change that I have made is that I have gone back to my
|
|
|
|
|
older implementation for __add__ on account of a bug in the new
|
|
|
|
|
implementation that I had incorporated in Version 3.4.9.
|
|
|
|
|
|
2019-04-01 12:57:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 1 12:55:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.4.9:
|
|
|
|
|
* Version 3.4.9, in addition to implementing __iadd__, also includes a
|
|
|
|
|
significantly faster implementation for __add__. For extending a given
|
|
|
|
|
instance of BitVector, the implementation for __iadd__ adds bits to the
|
|
|
|
|
existing instance as opposed to creating a new instance. These changes
|
|
|
|
|
to the module should make it easier to solve larger problems more
|
|
|
|
|
quickly with BitVector.
|
|
|
|
|
|
2018-08-10 15:52:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 10 15:46:03 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial version, needed by python-raet
|