20
0

37 Commits

Author SHA256 Message Date
anag_factory 5409faa417 Accepting request 1202968 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1202968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=16
2024-09-25 19:52:54 +00:00
mcalabkova f740e5227d Accepting request 1202928 from home:ecsos:python
- Fix build error under Leap.

OBS-URL: https://build.opensuse.org/request/show/1202928
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=35
2024-09-24 13:00:32 +00:00
dimstar_suse 39d52cf649 Accepting request 1190530 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1190530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=15
2024-08-01 20:03:19 +00:00
mcalabkova b367815ead Accepting request 1190485 from home:glaubitz:branches:devel:languages:python
- Cherry-pick upstream patch to fix compatibility with Python 3.13
  * replace-private-function.patch

OBS-URL: https://build.opensuse.org/request/show/1190485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=33
2024-07-30 20:06:37 +00:00
dimstar_suse 1576ec63b0 Accepting request 1137122 from devel:languages:python
- update to 0.20.0:
  * Fix #245, never introduce new nodes during discard.
  * Fix #268, do not rely on well implemented __ne__ for keys in
    pmaps, instead do explicit inversion of equality
    comparison when checking for inequality.
  * Officially support Python 3.12.
  * Officially drop support for Python 3.7.
  * Fix #273, build more types of wheels.
  * Fix #282, add generic types to types
  * Fix #281, defaultdict can now be frozen. NB! This is a
    backwards incompatible fix since defaultdict was not
    previously frozen.

   to 0.17.0. Thanks @cool-RR for this!
  * Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks
  * Fix #154, not possible to insert empty pmap as leaf node with
  * Python 3.4 is no longer officially supported since it is EOL
  * Fix #157, major improvements to type hints. Thanks @je-l for
  * Fix #121, regression in PClass.set()

OBS-URL: https://build.opensuse.org/request/show/1137122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=14
2024-01-06 16:29:15 +00:00
dirkmueller af7853a96c - update to 0.20.0:
* Fix #245, never introduce new nodes during discard.
  * Fix #268, do not rely on well implemented __ne__ for keys in
    pmaps, instead do explicit inversion of equality
    comparison when checking for inequality.
  * Officially support Python 3.12.
  * Officially drop support for Python 3.7.
  * Fix #273, build more types of wheels.
  * Fix #282, add generic types to types
  * Fix #281, defaultdict can now be frozen. NB! This is a
    backwards incompatible fix since defaultdict was not
    previously frozen.
   to 0.17.0. Thanks @cool-RR for this!
  * Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks
  * Fix #154, not possible to insert empty pmap as leaf node with
  * Python 3.4 is no longer officially supported since it is EOL
  * Fix #157, major improvements to type hints. Thanks @je-l for
  * Fix #121, regression in PClass.set()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=31
2024-01-05 17:32:13 +00:00
dimstar_suse d1d0552bc7 Accepting request 1081611 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=13
2023-04-22 19:57:47 +00:00
dirkmueller d857d32cf1 Accepting request 1081564 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=29
2023-04-21 13:22:54 +00:00
dimstar_suse 0160f14a80 Accepting request 1056270 from devel:languages:python
- update to 0.19.3:
 * Fix #264, add wheels and official support for Python 3.11.
 * Fix #263, pmap regression in 0.19.1. Element access sometimes unreliable
   after insert.
 * Fix #159 (through PR #243). Pmap keys/values/items now behave more like the
   corresponding Python 3 methods on dicts. Previously they returned a
   materialized PVector holding the items, now they return
   views instead.
 * Fix #244, type for argument to PVector.delete missing.
 * Fix #249, rename perf test directory to avoid tripping up automatic
   discovery in more recent setuptools versions
 * Fix #247, performance bug when setting elements in maps and adding elements
   to sets
 * Fix #248, build pure Python wheels. This is used by some installers.
 * Fix #254, #258, support manylinux_2014_aarch64 wheels.

OBS-URL: https://build.opensuse.org/request/show/1056270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=12
2023-01-07 16:15:57 +00:00
dirkmueller 0f4a955911 - update to 0.19.3:
* Fix #264, add wheels and official support for Python 3.11.
 * Fix #263, pmap regression in 0.19.1. Element access sometimes unreliable
   after insert.
 * Fix #159 (through PR #243). Pmap keys/values/items now behave more like the
   corresponding Python 3 methods on dicts. Previously they returned a
   materialized PVector holding the items, now they return
   views instead.
 * Fix #244, type for argument to PVector.delete missing.
 * Fix #249, rename perf test directory to avoid tripping up automatic
   discovery in more recent setuptools versions
 * Fix #247, performance bug when setting elements in maps and adding elements
   to sets
 * Fix #248, build pure Python wheels. This is used by some installers.
 * Fix #254, #258, support manylinux_2014_aarch64 wheels.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=27
2023-01-05 20:33:26 +00:00
dimstar_suse 58aeb089b2 Accepting request 965829 from devel:languages:python
- update to 0.18.1:
 * Add universal wheels for MacOS, thanks @ntamas for this!
 * Add support for Python 3.10, thanks @hugovk for this!
 * Fix #236 compilation errors under Python 3.10.
 * Drop official support for Python 3.6 since it's EOL since 2021-12-23.
 * Fix #238, failing doc tests on Python 3.11, thanks @musicinmybrain for this!

OBS-URL: https://build.opensuse.org/request/show/965829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=11
2022-04-02 16:19:48 +00:00
dirkmueller 48f03d1515 - update to 0.18.1:
* Add universal wheels for MacOS, thanks @ntamas for this!
 * Add support for Python 3.10, thanks @hugovk for this!
 * Fix #236 compilation errors under Python 3.10.
 * Drop official support for Python 3.6 since it's EOL since 2021-12-23.
 * Fix #238, failing doc tests on Python 3.11, thanks @musicinmybrain for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=25
2022-03-30 07:55:48 +00:00
dimstar_suse e5a635f2ec Accepting request 925763 from devel:languages:python
- update to 0.18.0:
  * Fix #209 Update freeze recurse into pyrsistent data structures and thaw to
    recurse into lists and dicts
  * Fix #226, stop using deprecated exception.message.
  * Fix #211, add union operator to persistent maps.
  * Fix #194, declare build dependencies through pyproject.toml.
  * Officially drop Python 3.5 support.
  * Fix #223, release wheels for all major platforms.
  * Fix #221, KeyError obscured by TypeError if key is a tuple.
  * Fix LICENSE file name spelling.
  * Fix #216, add abstractmethod decorator for CheckedType and ABCMeta for
    _CheckedTypeMeta.
  * Fix #228, rename example classes in tests to avoid name clashes with pytest.

OBS-URL: https://build.opensuse.org/request/show/925763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=10
2021-10-20 18:23:36 +00:00
dirkmueller 87690d2ee0 - update to 0.18.0:
* Fix #209 Update freeze recurse into pyrsistent data structures and thaw to
    recurse into lists and dicts
  * Fix #226, stop using deprecated exception.message.
  * Fix #211, add union operator to persistent maps.
  * Fix #194, declare build dependencies through pyproject.toml.
  * Officially drop Python 3.5 support.
  * Fix #223, release wheels for all major platforms.
  * Fix #221, KeyError obscured by TypeError if key is a tuple.
  * Fix LICENSE file name spelling.
  * Fix #216, add abstractmethod decorator for CheckedType and ABCMeta for
    _CheckedTypeMeta.
  * Fix #228, rename example classes in tests to avoid name clashes with pytest.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=24
2021-10-16 22:04:31 +00:00
dimstar_suse bf5d91586b Accepting request 872660 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/872660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=9
2021-02-16 21:34:34 +00:00
dirkmueller ed99a92f13 Accepting request 872655 from home:bnavigator:branches:devel:languages:python
- Remove remnant requirements of six and numpy: These are neither
  used anywhere in the package code, nor in the tests.

OBS-URL: https://build.opensuse.org/request/show/872655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=22
2021-02-15 22:01:02 +00:00
dimstar_suse 9f2d188ec9 Accepting request 838241 from devel:languages:python
- update to 0.17.3:
 * Fix #208, release v0.17.3 with proper meta data requiring Python >= 3.5.
 * Add "python_requires >= 2.7" to setup.py in preparation for Python 2.7 incompatible updates
 * Same as 0.17.1 released with more recent version of setuptools to get proper meta data for in place.
 * Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. Thanks @vphilippon
 * Remove Python 2 support code. This includes dropping some compatibility code and the dependency on
   six. Thanks @djailla for this.
 * Fix #200, python 3 exception chaining. This is a minor backwards incompatibility, hence stepping
   to 0.17.0. Thanks @cool-RR for this!

OBS-URL: https://build.opensuse.org/request/show/838241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=8
2020-10-29 08:46:04 +00:00
dirkmueller 0230c2af35 - update to 0.17.3:
* Fix #208, release v0.17.3 with proper meta data requiring Python >= 3.5.
 * Add "python_requires >= 2.7" to setup.py in preparation for Python 2.7 incompatible updates
 * Same as 0.17.1 released with more recent version of setuptools to get proper meta data for in place.
 * Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. Thanks @vphilippon
 * Remove Python 2 support code. This includes dropping some compatibility code and the dependency on
   six. Thanks @djailla for this.
 * Fix #200, python 3 exception chaining. This is a minor backwards incompatibility, hence stepping
   to 0.17.0. Thanks @cool-RR for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=20
2020-09-28 11:12:33 +00:00
dimstar_suse dd2575ac4c Accepting request 821441 from devel:languages:python
- update to 0.16.0:
   * No major updates but Python 2 support no longer guaranteed.
   * Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this!
   * Fix #191, include LICENCE in distribution. Thanks @johnthagen for this!
   * Fix #190, minor MyPy errors. Thanks @Qhesz for this!

OBS-URL: https://build.opensuse.org/request/show/821441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=7
2020-07-21 13:40:30 +00:00
dirkmueller 3918a07434 - update to 0.16.0:
* No major updates but Python 2 support no longer guaranteed.
   * Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this!
   * Fix #191, include LICENCE in distribution. Thanks @johnthagen for this!
   * Fix #190, minor MyPy errors. Thanks @Qhesz for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=18
2020-07-17 07:41:34 +00:00
dimstar_suse 739739feab Accepting request 780400 from devel:languages:python
- update to 0.15.7:
   * Fix #186, type errors with more recent versions of MyPy. Thanks @qhesz for this!
   * Build and test on ARM during CI. Thanks @ossdev07 for this!
   * Set absolute imports for python2 compatibility. Thanks @michalvi for this!
   * Fix #182 moduleinit name clash.
   * Fix #179 Fixed 'ignore_extra' factory parameter for pvector. Thanks @ss18 for this!

OBS-URL: https://build.opensuse.org/request/show/780400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=6
2020-03-08 21:21:45 +00:00
dirkmueller 6194362e7d - update to 0.15.7:
* Fix #186, type errors with more recent versions of MyPy. Thanks @qhesz for this!
   * Build and test on ARM during CI. Thanks @ossdev07 for this!
   * Set absolute imports for python2 compatibility. Thanks @michalvi for this!
   * Fix #182 moduleinit name clash.
   * Fix #179 Fixed 'ignore_extra' factory parameter for pvector. Thanks @ss18 for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=16
2020-02-28 22:31:57 +00:00
dimstar_suse 53e5b0538f Accepting request 719530 from devel:languages:python
- Update to 0.15.4:
  * support new pytest
  * Fix #174, fix a GC traversal bug in pvector evolver C extension.

- Use pytest4 for testing as pytest 5.x series do not work; bug
  was reported upstream

- Update to 0.15.3:
  * Fix #172, catch all exceptions during extension build to reduce chance of corner cases that prevents installation.
  * Fix #171, in PVector equality comparison don's assume that other object has a length, check before calling len.
  * Fix #168, write warning about failing build of C extension directly to stderr to avoid that pip silences it.
  * Fix #155, update PMapEvolver type stub to better reflect implementation.

- Update to 0.15.2

OBS-URL: https://build.opensuse.org/request/show/719530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=5
2019-07-30 11:06:55 +00:00
Tomáš Chvátal e4a728e186 - Update to 0.15.4:
* support new pytest
  * Fix #174, fix a GC traversal bug in pvector evolver C extension.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=14
2019-07-29 08:47:05 +00:00
Tomáš Chvátal 369ff73cfe OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=13 2019-07-19 09:06:01 +00:00
Tomáš Chvátal e39df3fd5f - Use pytest4 for testing as pytest 5.x series do not work; bug
was reported upstream

- Update to 0.15.3:
  * Fix #172, catch all exceptions during extension build to reduce chance of corner cases that prevents installation.
  * Fix #171, in PVector equality comparison don's assume that other object has a length, check before calling len.
  * Fix #168, write warning about failing build of C extension directly to stderr to avoid that pip silences it.
  * Fix #155, update PMapEvolver type stub to better reflect implementation.
- Update to 0.15.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=12
2019-07-18 09:44:11 +00:00
dimstar_suse c84fc8904a Accepting request 707795 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/707795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=4
2019-06-07 10:16:49 +00:00
Tomáš Chvátal 0bf4b95418 Accepting request 707783 from home:mcalabkova:branches:devel:languages:python
- Update t0 0.15.2
  * Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks 
    @ss18 for this!
  * Fix #167, thaw typing. Thanks @nattofriends for this!
  * Fix #154, not possible to insert empty pmap as leaf node with 
    transform.
  * Python 3.4 is no longer officially supported since it is EOL 
    since 2019-03-18.
  * Fix #157, major improvements to type hints. Thanks @je-l for 
    working on this and @nattofriend for reviewing the PR!

OBS-URL: https://build.opensuse.org/request/show/707783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=10
2019-06-05 10:21:53 +00:00
dimstar_suse 8e89c12cd9 Accepting request 686035 from devel:languages:python
- Update to 0.14.11:
  * Fix #152 Don't use __builtin_popcount, this hopefully fixes #147 Error in pvectorc.cp37-win_amd64.pyd file, as well.
    Thanks @benrg for this!
  * Fix #151 Fix compatibility for hypothesis 4. Thanks @felixonmars for this!
  * Fix #148, only require pytest-runner if running tests. Thanks @ccorbacho for this!
  * Fix #144, Compile pvectormodule.c on windows. Thanks @ganwell for this!
  * Fix #142, Improve type stubs. Thanks @arxanas for this!
  * Fix #102, add PEP 561 type annotation stubs for most pyrsistent types. Thanks @nattofriends for this!
  * Fix #135, Type classes for Python 3 type annotations of pyrsistent types. Thanks @nattofriends for this!
  * Fix #128, Allow PClass and PRecord to ignore input parameters to constructor that are not part of the spec
    instead of blowing up with a type error. Thanks @agberk for this!
  * Fix #137, deprecation warnings in Python 3.7. Thanks @thombashi for this!
  * Fix #129, building via setuptools and setup.py. Thanks @galuszkak for this!

OBS-URL: https://build.opensuse.org/request/show/686035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=3
2019-03-19 09:00:17 +00:00
Tomáš Chvátal 70790a0528 - Update to 0.14.11:
* Fix #152 Don't use __builtin_popcount, this hopefully fixes #147 Error in pvectorc.cp37-win_amd64.pyd file, as well.
    Thanks @benrg for this!
  * Fix #151 Fix compatibility for hypothesis 4. Thanks @felixonmars for this!
  * Fix #148, only require pytest-runner if running tests. Thanks @ccorbacho for this!
  * Fix #144, Compile pvectormodule.c on windows. Thanks @ganwell for this!
  * Fix #142, Improve type stubs. Thanks @arxanas for this!
  * Fix #102, add PEP 561 type annotation stubs for most pyrsistent types. Thanks @nattofriends for this!
  * Fix #135, Type classes for Python 3 type annotations of pyrsistent types. Thanks @nattofriends for this!
  * Fix #128, Allow PClass and PRecord to ignore input parameters to constructor that are not part of the spec
    instead of blowing up with a type error. Thanks @agberk for this!
  * Fix #137, deprecation warnings in Python 3.7. Thanks @thombashi for this!
  * Fix #129, building via setuptools and setup.py. Thanks @galuszkak for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=8
2019-03-18 10:52:23 +00:00
dimstar_suse 5d4c05422e Accepting request 628726 from devel:languages:python
- Drop the test conditional
- Use %license macro

- Version jump to 0.14.4
  * Fix PClass double-factory-ing in a few situations.
  * Fix #121, regression in PClass.set() 
  * Fix regression where type names break sequence fields
  * Allowing 'set' as a valid container for multiple fields.
  * Fix #131 Clarify that dot-notation can be used for element access on PMaps
  * Fix #133 Python 3.7 compatibility

OBS-URL: https://build.opensuse.org/request/show/628726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=2
2018-08-12 18:55:48 +00:00
Tomáš Chvátal e8ebc5f117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=6 2018-08-11 08:11:44 +00:00
Tomáš Chvátal 6de317cdef OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=5 2018-08-11 06:34:55 +00:00
Tomáš Chvátal fe5f9943a4 - Drop the test conditional
- Use %license macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=4
2018-08-11 06:34:45 +00:00
Tomáš Chvátal a03c08e78f Accepting request 628683 from home:jsikes:branches:devel:languages:python
Big version bump from 13.0 to 14.4.

OBS-URL: https://build.opensuse.org/request/show/628683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=3
2018-08-11 05:18:10 +00:00
dimstar_suse e117d0227a Accepting request 522406 from devel:languages:python
singlespec version of python3-pyrsistent

OBS-URL: https://build.opensuse.org/request/show/522406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyrsistent?expand=0&rev=1
2017-09-11 14:18:22 +00:00
Todd R 7558f8bd86 Accepting request 522405 from home:TheBlackCat:branches:devel:languages:python
singlespec version of python3-pyrsistent

OBS-URL: https://build.opensuse.org/request/show/522405
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=1
2017-09-08 18:27:46 +00:00