17
0

11 Commits

Author SHA256 Message Date
1f6d17503a Accepting request 1269069 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BitVector?expand=0&rev=5
2025-04-14 10:59:29 +00:00
ef60448118 - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=9
2025-04-14 05:45:33 +00:00
dd4b5a2cbe - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=8
2025-03-25 00:19:11 +00:00
7b9ff76270 Accepting request 1232732 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1232732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BitVector?expand=0&rev=4
2024-12-20 14:27:36 +00:00
4d87721810 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=6
2024-12-20 04:17:25 +00:00
Richard Brown
a69ecff7bb Accepting request 911997 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/911997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BitVector?expand=0&rev=3
2021-08-16 08:11:32 +00:00
bfcfc61560 Accepting request 911995 from home:glaubitz:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/911995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=5
2021-08-13 14:01:21 +00:00
9e33e216f8 Accepting request 690340 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/690340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BitVector?expand=0&rev=2
2019-04-02 07:22:23 +00:00
Tomáš Chvátal
477aca89b9 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=3
2019-04-01 12:57:49 +00:00
e12f50639a Accepting request 628657 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/628657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-BitVector?expand=0&rev=1
2018-08-24 15:03:13 +00:00
Tomáš Chvátal
9b3eb79f76 - Initial version, needed by python-raet
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=1
2018-08-10 15:52:45 +00:00