All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 0/7] python-cryptography support
@ 2015-04-16 15:16 Tim Orling
  2015-04-16 15:17 ` [meta-python][PATCH 1/7] python-cffi/python-pycparser: enable native build Tim Orling
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tim Orling @ 2015-04-16 15:16 UTC (permalink / raw)
  To: openembedded-devel

Since 0.14, python-pyopenssl requires python-cryptography.
This series of patches provides support for python-cryptography
and ptest for python-cryptography.

Requires fractions module, provided for python 2.7.x by:
http://git.openembedded.org/openembedded-core/commit/?id=ac09a1830fffb6aded499ade55c039e35202867e

python3 patch is in oe-core master-next:
http://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d8482c74d2a7bb68ca9cc1623973e6778d714430

The following changes since commit 415a90c67f296f8816acd4d933298b101f8e830c:

  postfix: add LSB init infos (2015-04-15 22:43:37 -0400)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib timo/python-cryptography
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/python-cryptography

Tim Orling (7):
  python-cffi/python-pycparser: enable native build
  python-py: add 1.4.26
  python-pytest: add 2.7.0
  python-iso8601: add 0.1.10
  python-pretend: add 0.8.1
  python-pyasn1: add 0.1.7
  python-cryptography,-vectors: add 0.8.1

 .../recipes-devtools/python/python-cffi_0.9.2.bb   |  2 +
 .../python/python-cryptography-vectors_0.8.1.bb    | 14 +++++++
 .../python/python-cryptography/run-ptest           |  2 +
 .../python/python-cryptography_0.8.1.bb            | 46 ++++++++++++++++++++++
 .../python/python-iso8601_0.1.10.bb                |  8 ++++
 .../python/python-pretend_1.0.8.bb                 |  8 ++++
 .../recipes-devtools/python/python-py_1.4.26.bb    |  8 ++++
 .../recipes-devtools/python/python-pyasn1_0.1.7.bb | 16 ++++++++
 .../python/python-pycparser_2.10.bb                |  2 +
 .../recipes-devtools/python/python-pytest_2.7.0.bb | 10 +++++
 10 files changed, 116 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography-vectors_0.8.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography/run-ptest
 create mode 100644 meta-python/recipes-devtools/python/python-cryptography_0.8.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-iso8601_0.1.10.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pretend_1.0.8.bb
 create mode 100644 meta-python/recipes-devtools/python/python-py_1.4.26.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.1.7.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pytest_2.7.0.bb

-- 
2.1.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-16 15:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 15:16 [meta-python][PATCH 0/7] python-cryptography support Tim Orling
2015-04-16 15:17 ` [meta-python][PATCH 1/7] python-cffi/python-pycparser: enable native build Tim Orling
2015-04-16 15:17 ` [meta-python][PATCH 2/7] python-py: add 1.4.26 Tim Orling
2015-04-16 15:17 ` [meta-python][PATCH 3/7] python-pytest: add 2.7.0 Tim Orling
2015-04-16 15:17 ` [meta-python][PATCH 4/7] python-iso8601: add 0.1.10 Tim Orling
2015-04-16 15:17 ` [meta-python][PATCH 5/7] python-pretend: add 0.8.1 Tim Orling
2015-04-16 15:17 ` [meta-python][PATCH 6/7] python-pyasn1: add 0.1.7 Tim Orling
2015-04-16 15:17 ` [meta-python][PATCH 7/7] python-cryptography, -vectors: add 0.8.1 Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.