Revisions of python-cloudpickle

Matej Cepl's avatar Matej Cepl (mcepl) accepted request 704438 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 17)
- Update to 1.1.1 
  * Support the pickling of interactively-defined functions with 
    positional-only arguments.
  * Track the provenance of dynamic classes and enums.
  * Fix a bug making functions with keyword-only arguments forget 
    the default values of these arguments after being pickled.
buildservice-autocommit accepted request 689381 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 14)
- Update to 0.8.1:
  * Fix a bug (already present before 0.5.3 and re-introduced in 0.8.0) affecting relative import instructions inside depickled functions (issue #254)

- Update to 0.8.0:
  * Add support for pickling interactively defined dataclasses. (issue #245)
  * Global variables referenced by functions pickled by cloudpickle are now unpickled in a new and isolated namespace scoped by the CloudPickler instance. This restores the (previously untested) behavior of cloudpickle prior to changes done in 0.5.4 for functions defined in the __main__ module, and 0.6.0/1 for other dynamic functions.
buildservice-autocommit accepted request 671952 from Todd R's avatar Todd R (TheBlackCat) (revision 13)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 671932 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 12)
- Update to version 0.7.0:
  * Correctly serialize dynamically defined classes that have a __slots__
    attribute. (issue #225)
- Update to version 0.6.1
  * Fix regression in 0.6.0 which breaks the pickling of local function
    defined in a module, making it impossible to access builtins. (issue #211)
- Update to version 0.6.0
  * Ensure that unpickling a function defined in a dynamic module several
    times sequentially does not reset the values of global variables.
    (issue #187)
  * Restrict the ability to pickle annotations to python3.7+ (issue #193
    and issue #196)
  * Stop using the deprecated imp module under Python 3. (issue #207)
  * Fixed pickling issue with singleton types NoneType, type(...) and
    type(NotImplemented) (issue #209)
- Update to version 0.5.6
  * Ensure that unpickling a locally defined function that accesses the global
    variables of a module does not reset the values of the global variables if
    they are already initialized. (issue #187)
- Update to version 0.5.5
  * Fixed inconsistent version in cloudpickle.__version__.
- Update to version 0.5.4
  * Fixed a pickling issue for ABC in python3.7+ (issue #180).
  * Fixed a bug when pickling functions in __main__ that access global
    variables (issue #187).
buildservice-autocommit accepted request 623634 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 10)
- Fix runtime dependencies and raise numpy requirement
buildservice-autocommit accepted request 622917 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 622852 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 8)
update to latest version
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 585480 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 7)
initialized devel package after accepting 585480
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 585416 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 6)
%license fix. Automatic submission.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 544484 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 5)
update to latest version
Todd R's avatar Todd R (TheBlackCat) accepted request 540601 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
- Update to 0.5.1
  * Fixed `cloudpickle.__version__`.
- Update to 0.5.0
  * Use `pickle.HIGHEST_PROTOCOL` by default.
- Update to 0.4.2
  * Restored compatibility with pickles from 0.4.0.
  * Handle the `func.__qualname__` attribute.
- Update to 0.4.1
  * Fixed a crash when pickling dynamic classes whose `__dict__` attribute was
    defined as a [`property`](https://docs.python.org/3/library/functions.html#property).
    Most notably, this affected dynamic [namedtuples](https://docs.python.org/2/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields)
    in Python 2. (https://github.com/cloudpipe/cloudpickle/pull/113)
  * Cloudpickle now preserves the `__module__` attribute of functions (https://github.com/cloudpipe/cloudpickle/pull/118/).
  * Fixed a crash when pickling modules that don't have a `__package__` attribute (https://github.com/cloudpipe/cloudpickle/pull/116).
- Update to 0.4.0
  * Fix functions with empty cells
  * Allow pickling Logger objects
  * Fix crash when pickling dynamic class cycles
  * Ignore "None" mdoules added to sys.modules
  * Support WeakSets and ABCMeta instances
  * Remove non-standard `__transient__` support
  * Catch exception from `pickle.whichmodule()`
- Update to 0.3.1
  * Fix version information and ship a changelog
- Update to 0.3.0
  * Import submodules accessed by pickled functions
  * Support recursive functions inside closures
  * Fix `ResourceWarnings` and `DeprecationWarnings`
  * Assume modules with `__file__` attribute are not dynamic
Todd R's avatar Todd R (TheBlackCat) accepted request 494507 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
- Implement singlespec version
- Fix source URL.
- Update to version 0.2.2
Todd R's avatar Todd R (TheBlackCat) committed (revision 2)
Todd R's avatar Todd R (TheBlackCat) committed (revision 1)
- Initial version
Displaying revisions 41 - 57 of 57
openSUSE Build Service is sponsored by