#3 Update to 0.18.0
Merged 2 years ago by music. Opened 2 years ago by music.
rpms/ music/python-pyrsistent v0.18  into  rawhide

file modified
+1
@@ -14,3 +14,4 @@ 

  /pyrsistent-0.16.0.tar.gz

  /pyrsistent-0.17.3.tar.gz

  /v0.17.3.tar.gz

+ /pyrsistent-0.18.0.tar.gz

file modified
+7 -4
@@ -2,8 +2,8 @@ 

  

  Name:           python-%{srcname}

  Summary:        Persistent/Functional/Immutable data structures

- Version:        0.17.3

- Release:        8%{?dist}

+ Version:        0.18.0

+ Release:        1%{?dist}

  

  # The entire source is MIT, except pyrsistent/_toolz.py which is BSD.

  License:        MIT and BSD
@@ -131,17 +131,20 @@ 

  

  

  %files -n python3-%{srcname} -f %{pyproject_files}

- %license LICENCE.mit

+ %license LICENSE.mit

  

  

  %files doc

- %license LICENCE.mit

+ %license LICENSE.mit

  %doc CHANGES.txt

  %doc README.rst

  %doc docs/build/html

  

  

  %changelog

+ * Tue Jun 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.0-1

+ - Update to 0.18.0 (closes RHBZ#1977038)

+ 

  * Mon Jun 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.3-8

  - Port to pyproject-rpm-macros

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pyrsistent-0.17.3.tar.gz) = 6e6129666801dd872938ed02b043e7b3447f400e261906dedf474872145c603a20ea6fada72eba320ab016064098032a62a9918db49d7f344d52f158b5914f47

+ SHA512 (pyrsistent-0.18.0.tar.gz) = 6bbd6fbb5b3466aac6b9a56a55114b9c12b9b539f88102c64e704879cfe68113badcdecba2be96d17db7799d12f57c7f9ef3be755b25464aaf1d7d944eb82851

Source diff since last release:

https://github.com/tobgu/pyrsistent/compare/v0.17.3...v0.18.0

Upstream release notes:

0.18.0, 2021-06-28

  • Fix #209 Update freeze recurse into pyrsistent data structures and thaw to recurse into lists and dicts, Thanks @phil-arh for this! NB! This is a backwards incompatible change! To keep the old behaviour pass strict=False to freeze and thaw.
  • Fix #226, stop using deprecated exception.message. Thanks @hexagonrecursion for this!
  • Fix #211, add union operator to persistent maps. Thanks @bowbahdoe for this!
  • Fix #194, declare build dependencies through pyproject.toml. Thanks @jaraco for this!
  • Officially drop Python 3.5 support.
  • Fix #223, release wheels for all major platforms. Thanks @johnthagen for helping out with this!
  • Fix #221, KeyError obscured by TypeError if key is a tuple. Thanks @ganwell for this!
  • Fix LICENSE file name spelling. Thanks @ndowens and @barentsen for this!
  • Fix #216, add abstractmethod decorator for CheckedType and ABCMeta for _CheckedTypeMeta. Thanks @ss18 for this!
  • Fix #228, rename example classes in tests to avoid name clashes with pytest.

Due to the backwards-incompatible API change, this update will be announced on the fedora-devel list with one week’s notice before merging and building the PR, and dependent packages will be tested in a COPR.

rebased onto 2a10049

2 years ago

Pull-Request has been merged by music

2 years ago