meta-openembedded/meta-python
Leon Anavi 063f7de651 python3-email-validator: Upgrade 1.1.3 -> 1.2.1
Upgrade to release 1.2.1:

- Rejecting domains with NULL MX records (when deliverability
  checks are turned on).
- Rejecting unsafe unicode characters. (Some of these checks you
  should be doing on all of your user inputs already!)
- Rejecting most special-use reserved domain names. A new
  test_environment option is added for using @*.test domains.
- Some fixes in the tests.
- example and example.com/net/org are removed from the special-use
  domains list.
- SPECIAL_USE_DOMAIN_NAMES is now a documented part of the API
  (and it is a list instead of a tuple)
- New module-level attributes ALLOW_SMTPUTF8, CHECK_DELIVERABILITY,
  TEST_ENVIRONMENT, and DEFAULT_TIMEOUT can be used to change the
  default values of the keyword arguments.
- Travis CI is updated to test from Python 3.6 forward,
  dropping 3.5.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-11 22:46:17 +01:00
..
classes python3-hatchling: remove (now in oe-core) 2022-07-02 11:37:03 -04:00
conf layer.conf: Post release codename changes 2022-05-07 18:47:16 -07:00
licenses python3-crc32c: add 2.2.post0 2022-03-01 09:06:56 -08:00
recipes-connectivity python3-pyconnman: Add 'future' runtime dependency 2022-06-30 13:39:28 -04:00
recipes-core python3-setuptools-declarative-requirements: add new recipe 2022-05-29 06:39:14 -07:00
recipes-devtools python3-email-validator: Upgrade 1.1.3 -> 1.2.1 2022-07-11 22:46:17 +01:00
recipes-extended python3-blivetgui: use symbolic list-add and edit- icons 2022-04-22 16:26:22 +00:00
recipes-networking/python python3-ldap: move to meta-python 2022-05-02 17:51:58 -07:00
COPYING.MIT meta-python: create layer 2014-07-22 00:01:49 +02:00
README meta-networking,meta-python: Fix README for yocto check layer 2021-12-02 18:36:58 -08:00

meta-python

Introduction

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies

The meta-python layer depends on:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: master

Please follow the recommended setup procedures of your OE distribution. For Angstrom that is: http://www.angstrom-distribution.org/building-angstrom, other distros should have similar online resources.

Contributing

The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python]' in the subject.

When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][PATCH'

Maintenance

Layer maintainers: Tim "moto-timo" Orling TicoTimo@gmail.com Derek Straka derek@asterius.io Trevor Gamblin trevor.gamblin@windriver.com