Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-pyrsistent-0.20.0-1.2 RPM for ppc64le

From OpenSuSE Ports Tumbleweed for ppc64le

Name: python39-pyrsistent Distribution: openSUSE Tumbleweed
Version: 0.20.0 Vendor: openSUSE
Release: 1.2 Build date: Sat Feb 3 18:35:59 2024
Group: Development/Languages/Python Build host: obs-power8-02
Size: 464909 Source RPM: python-pyrsistent-0.20.0-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: http://github.com/tobgu/pyrsistent/
Summary: Persistent, Functional, Immutable data structures
Pyrsistent is a number of persistent collections
(by some referred to as functional data structures).
Persistent in  the sense that they are immutable.

All methods on a data structure that would normally
mutate it instead return a new copy of the structure
containing the requested updates. The original structure
is left untouched.

Provides

Requires

License

MIT

Changelog

* Fri Jan 05 2024 Dirk Müller <dmueller@suse.com>
  - 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.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Thu Jan 05 2023 Dirk Müller <dmueller@suse.com>
  - 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.
* Fri Feb 04 2022 Dirk Müller <dmueller@suse.com>
  - 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!
* Sat Oct 16 2021 Dirk Müller <dmueller@suse.com>
  - 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.
* Mon Feb 15 2021 Ben Greiner <code@bnavigator.de>
  - Remove remnant requirements of six and numpy: These are neither
    used anywhere in the package code, nor in the tests.
* Mon Sep 28 2020 Dirk Mueller <dmueller@suse.com>
  - 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!
* Fri Jul 17 2020 Dirk Mueller <dmueller@suse.com>
  - 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!
* Fri Feb 28 2020 Dirk Mueller <dmueller@suse.com>
  - 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!

Files

/usr/lib64/python3.9/site-packages/__pycache__/_pyrsistent_version.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/__pycache__/_pyrsistent_version.cpython-39.pyc
/usr/lib64/python3.9/site-packages/_pyrsistent_version.py
/usr/lib64/python3.9/site-packages/pvectorc.cpython-39-powerpc64le-linux-gnu.so
/usr/lib64/python3.9/site-packages/pyrsistent
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info/INSTALLER
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info/LICENSE.mit
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info/METADATA
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info/RECORD
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info/REQUESTED
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info/WHEEL
/usr/lib64/python3.9/site-packages/pyrsistent-0.20.0.dist-info/top_level.txt
/usr/lib64/python3.9/site-packages/pyrsistent/__init__.py
/usr/lib64/python3.9/site-packages/pyrsistent/__init__.pyi
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_checked_types.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_checked_types.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_field_common.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_field_common.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_helpers.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_helpers.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_immutable.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_immutable.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pbag.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pbag.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pclass.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pclass.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pdeque.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pdeque.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_plist.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_plist.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pmap.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pmap.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_precord.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_precord.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pset.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pset.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pvector.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_pvector.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_toolz.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_toolz.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_transformations.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/_transformations.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/typing.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/__pycache__/typing.cpython-39.pyc
/usr/lib64/python3.9/site-packages/pyrsistent/_checked_types.py
/usr/lib64/python3.9/site-packages/pyrsistent/_field_common.py
/usr/lib64/python3.9/site-packages/pyrsistent/_helpers.py
/usr/lib64/python3.9/site-packages/pyrsistent/_immutable.py
/usr/lib64/python3.9/site-packages/pyrsistent/_pbag.py
/usr/lib64/python3.9/site-packages/pyrsistent/_pclass.py
/usr/lib64/python3.9/site-packages/pyrsistent/_pdeque.py
/usr/lib64/python3.9/site-packages/pyrsistent/_plist.py
/usr/lib64/python3.9/site-packages/pyrsistent/_pmap.py
/usr/lib64/python3.9/site-packages/pyrsistent/_precord.py
/usr/lib64/python3.9/site-packages/pyrsistent/_pset.py
/usr/lib64/python3.9/site-packages/pyrsistent/_pvector.py
/usr/lib64/python3.9/site-packages/pyrsistent/_toolz.py
/usr/lib64/python3.9/site-packages/pyrsistent/_transformations.py
/usr/lib64/python3.9/site-packages/pyrsistent/py.typed
/usr/lib64/python3.9/site-packages/pyrsistent/typing.py
/usr/lib64/python3.9/site-packages/pyrsistent/typing.pyi
/usr/share/doc/packages/python39-pyrsistent
/usr/share/doc/packages/python39-pyrsistent/CHANGES.txt
/usr/share/doc/packages/python39-pyrsistent/README.rst
/usr/share/licenses/python39-pyrsistent
/usr/share/licenses/python39-pyrsistent/LICENSE.mit


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:40:55 2024