objetto
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: objetto | ||
| Version: 1.25.2 | ||
| Version: 1.25.3 | ||
| Summary: Object-oriented framework for building smart applications and APIs | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/brunonicko/objetto |
@@ -286,5 +286,5 @@ # -*- coding: utf-8 -*- | ||
| raise SerializationError(error) | ||
| return sorted( | ||
| (self.serialize_value(v, location=None, **kwargs) for v in self._state), | ||
| key=lambda v: hash(v), | ||
| return list( | ||
| self.serialize_value(v, location=None, **kwargs) | ||
| for v in sorted(self._state, key=lambda v: hash(v)) | ||
| ) | ||
@@ -291,0 +291,0 @@ |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: objetto | ||
| Version: 1.25.2 | ||
| Version: 1.25.3 | ||
| Summary: Object-oriented framework for building smart applications and APIs | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/brunonicko/objetto |
+1
-1
@@ -8,3 +8,3 @@ import setuptools | ||
| name="objetto", | ||
| version="1.25.2", | ||
| version="1.25.3", | ||
| author="Bruno Nicko", | ||
@@ -11,0 +11,0 @@ author_email="brunonicko@gmail.com", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1026871
0