Python-omegle

Latest version: v1.1.6

Safety actively analyzes 613631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.6

-----------------------

Changed
~~~~~~~

* Updated README.rst to include some information about running the tests.
* (Conclude this absolute mess of an evening)
* Made effort to adhere to Semantic Versioning.

1.0.6

-----------------------

Changed
~~~~~~~

* Changed ``InterestsChat.__str__()``'s return value to be more accurate.

1.0.5

-----------------------

Added
~~~~~

* Added missing ``.__str__()`` and ``.__repr__()`` magic methods.

1.0.4

-----------------------

Added
~~~~~

* Added basic tests for the various chat types.
* Added a 'known issue' on why the typing system may seem to be broken.
* All chat classes now have custom ``.__str__()`` and ``.__repr__()`` methods.

Changed
~~~~~~~

* Various cosmetical changes.
* Expanded type checking to inspect interest types and container length.

Fixed
~~~~~

* Due to an incorrect argument to ``range()``, the random ID was 9 characters
long, instead of the required 8. Random IDs are now 8 characters long.
* Fixed a bug where the ``.start()`` call would hang indefinitely because of
an incorrect parameter (a random ID containing illegal characters).
* The ``_AbstractChat`` constructor used to assign the language attribute
privately, avoiding type and value checks by doing so. The attribute is now
correctly assigned through the property setter.
* A logical error with the underlying flag system, preventing chat events from
being handled in a consistent manner, has been fixed.

1.0.3

-----------------------

Changed
~~~~~~~

* Improved classifiers, now exclusively Python 3

1.0.2

-----------------------

Added
~~~~~

* Added source code
* Added documentation

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.