Upgrade to release 1.7.1:

- There was a regression in 1.7 that meant that __slots__ would
  not work correctly for Basic instances and they would end up
  having __dict__. This also made it possible to set arbitrary
  attributes on Basic instances such as symbols which breaks
  immutability. This was fixed in 1.7.1 to ensure that Basic
  instances do not have __dict__ and it is not possible to set
  attributes on them.
- Fixed lazy iteration of series with expr.series(x, n=None)
  which was broken in the 1.7 release.
- Updated documentation for sympy.stats.sample for seed argument.
- sympy.stats.sample now has an optional seed argument.
- Random failures with sympy.stats.sample have now been fixed.

Signed-off-by: Leon Anavi <[email protected]>
---
 .../python/{python3-sympy_1.6.2.bb => python3-sympy_1.7.1.bb}  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-sympy_1.6.2.bb => 
python3-sympy_1.7.1.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.6.2.bb 
b/meta-python/recipes-devtools/python/python3-sympy_1.7.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-sympy_1.6.2.bb
rename to meta-python/recipes-devtools/python/python3-sympy_1.7.1.bb
index 428b40c3b7..d4508689f6 100644
--- a/meta-python/recipes-devtools/python/python3-sympy_1.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-sympy_1.7.1.bb
@@ -6,8 +6,7 @@ HOMEPAGE = "https://pypi.org/project/sympy/";
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ebb06e9df8f57522b72d0edb0fcf83d4"
 
-SRC_URI[md5sum] = "50d6b69b1de36b757484b9ff833a9e0a"
-SRC_URI[sha256sum] = 
"1cfadcc80506e4b793f5b088558ca1fcbeaec24cd6fc86f1fdccaa3ee1d48708"
+SRC_URI[sha256sum] = 
"a3de9261e97535b83bb8607b0da2c7d03126650fafea2b2789657b229c246b2e"
 
 inherit pypi setuptools3
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88583): 
https://lists.openembedded.org/g/openembedded-devel/message/88583
Mute This Topic: https://lists.openembedded.org/mt/79485982/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to